asavin
7f1423dd6f
Triggering another action pipeline
2025-04-24 13:33:28 +02:00
asavin
9f09dcd18c
Triggering another action pipeline
2025-04-24 11:13:38 +02:00
asavin
91081ade3c
Triggering another action pipeline
2025-04-24 10:50:57 +02:00
asavin
4d933c23a8
Triggering another action pipeline
2025-04-24 10:43:46 +02:00
asavin
f29bfd995d
Triggering another action pipeline
2025-04-24 10:15:56 +02:00
asavin
30d5d1aea9
Triggering another action pipeline
2025-04-22 18:01:29 +02:00
asavin
7a0450a7f4
Triggering another action pipeline
2025-04-22 17:55:23 +02:00
asavin
5bb09f469f
Triggering another action pipeline
2025-04-22 17:06:33 +02:00
asavin
90e9d8ff52
Triggering another action pipeline
2025-04-22 16:38:37 +02:00
asavin
59a43ce5d1
Disabling SC2034
2025-04-22 16:27:36 +02:00
asavin
5bc01aa251
Disabling SC2034
2025-04-22 15:56:49 +02:00
asavin
9eeb979c7b
Fixing shellcheck issue
2025-04-22 15:49:41 +02:00
asavin
eabd7592fe
Fixing sh syntax
2025-04-22 15:41:22 +02:00
asavin
e089a3d8a1
Update for testing github action pipeline
2025-04-22 15:31:17 +02:00
asavin
7560375502
Update for testing github action pipeline
2025-04-22 15:23:11 +02:00
asavin
1f77b89266
Updating issue ID
2025-04-22 11:40:01 +02:00
asavin
7c610124d9
Updating Options to meet OptionsAlt pre-requisites
2025-04-22 11:32:23 +02:00
asavin
a0c5ef4e6f
Fixing shellcheck issues
2025-04-22 11:17:14 +02:00
asavin
218934e767
Remove export ?
2025-04-18 18:06:12 +02:00
asavin
c6a9825c0a
Initial commit
2025-04-18 17:25:55 +02:00
neil
1d87d9b370
Merge pull request #6287 from acmesh-official/dev
...
sync
2025-03-29 21:18:22 +01:00
neil
40b6db6a27
persist-credentials: false
2025-03-29 21:14:56 +01:00
neil
9ba662a53e
Merge pull request #6285 from ms264556/bugfix/deploy_ruckus_checkecc
...
Don't deploy ECC certs to legacy Ruckus
2025-03-29 21:08:25 +01:00
neil
dc228c3dbb
Merge pull request #6282 from magyarsz/dev
...
Fix error message variable when reload cmd returns with an error
2025-03-29 21:03:22 +01:00
magyarsz
dd5dd422d1
Merge branch 'dev' into dev
2025-03-28 21:19:12 +01:00
neil
73fdf4b957
Merge pull request #6286 from acmesh-official/dev
...
sync
2025-03-28 20:51:39 +01:00
neil
a1de13657e
minor, just copy necessary files
2025-03-28 20:50:08 +01:00
ms264556
93c19356d0
Don't deploy ECC certs to legacy Ruckus
2025-03-27 14:03:08 +13:00
Szabolcs Magyar
8a27c902ff
Fix error message variable when reload cmd returns with an error
2025-03-25 19:29:12 +01:00
neil
be35b55444
Merge pull request #623 from kevinoid/fix-well-known-perms
...
Avoid permissions errors for chown .well-known
2025-03-23 21:20:23 +01:00
neil
a16ccf40c2
Merge pull request #6198 from lindsayzhou/fix-dns-netzner-error-regexp
...
fix regex of matching hetzner dns api error responses
2025-03-23 21:07:24 +01:00
Sikro
5c7b1cd5f2
add environment variable for notify/telegram.sh
...
Since the server in mainland China cannot connect to Telegram, add the TELEGRAM_BOT_URLBASE environment variable
Please add the proxy address you set. If this variable is not added, it will be the default value (https://api.telegram.org )
2025-03-23 21:00:34 +01:00
neil
fc5e593e2d
Merge pull request #6277 from beedaddy/ntfy_token
...
support NTFY_TOKEN
2025-03-21 20:07:34 +01:00
Martin Brodbeck
f1dc79f0b5
support NTFY_TOKEN
2025-03-20 10:13:12 +01:00
neil
34ea97dcea
Merge pull request #4384 from fraenki/cert_home
...
update documentation for --cert-home parameter
2025-03-19 11:04:06 +01:00
neil
f2931163aa
Merge pull request #6268 from wlallemand/haproxy-fix-secure-debug
...
haproxy: don't leak private keys when doing --debug
2025-03-15 11:09:55 +01:00
William Lallemand
7e320d2748
haproxy: don't leak private keys when doing --debug
...
It was reported in issue #6267 that the private key was leaked when
using the DEPLOY_HAPROXY_HOT_UPDATE=yes feature.
Indeed, the debugging code which sends commands to HAProxy was using
_debug even when passing the private key.
This patch fixes the issue by using _secure_debug when doing that.
2025-03-11 12:04:59 +01:00
neil
45660902ed
Merge pull request #6262 from copyliu/copyliu-routeros-dev
...
routeros: file-name should in quotes in newer (7.18) version
2025-03-09 19:45:30 +01:00
neil
72318cb687
Merge pull request #6263 from markkuleinio/dev
...
dns_he_ddns: Add empty dns_he_ddns_rm() to remove warnings
2025-03-09 19:41:59 +01:00
neil
f277223a65
Merge pull request #6257 from metaforget/master
...
cqhttp notify-hook:Compatibility with QQ Headless Project Napcat
2025-03-09 19:40:46 +01:00
Markku Leiniö
262fa74f5e
dns_he_ddns: Add empty dns_he_ddns_rm() to remove warnings
2025-03-05 19:45:01 +02:00
copyliu
ebdd221c72
routeros: file-name should in quotes in newer (7.18) version
2025-03-05 11:33:41 +08:00
metaforget
2b8d162c9e
Merge branch 'dev' into master
2025-03-03 13:51:08 +08:00
metaforget
dc8cf0e02e
cqhttp notify-hook:Compatibility with QQ Headless Project Napcat
2025-03-03 10:37:38 +08:00
neil
a054f6a97b
Merge pull request #6240 from Giova96/master
...
Add FreeMyIP DNS Api Support
2025-03-02 13:06:25 +01:00
neil
63d11c3eea
Merge pull request #6245 from aafbsd/patch-1
...
Support FreeBSD's sed -i
2025-02-28 19:48:05 +01:00
Giovannimaria Gandossi
dd2199c472
Adding support for FreeMyIP dns API
2025-02-24 17:03:22 +01:00
aafbsd
661c3bbdb0
Support FreeBSD's sed -i
...
FreeBSD's sed requires an extension for the backup file when -i is used. However, it may be zero-length to indicate that no backup is desired.
2025-02-24 12:33:42 +00:00
neil
5236e81068
version 3.1.1
2025-02-23 09:28:14 +01:00
neil
c459b5eb9d
Merge pull request #6243 from acmesh-official/dev
...
sync
2025-02-23 09:26:46 +01:00