Paul Fertser
d3ca0d9f81
Merge c5ae2eb28a
into 40b6db6a27
2 weeks ago
Paul Fertser
c5ae2eb28a
dns_1984.hosting.sh: fix logging in by updating session cookie name
Since at least Mar 29 the 1984.hosting server doesn't return
"sessionid" cookie and apparently "cookie1984nammnamm" is used instead
for the same purpose.
This results in errors like this
```
One or more cookies are empty: 'csrftoken=JTAJf2Roxl3bwNynzKKIroBqjzgi8d87', ''.
```
and operation fails.
This patch makes DNS TXT method work again with 1984 hosting.
2 weeks ago
neil
40b6db6a27
persist-credentials: false
4 weeks ago
neil
9ba662a53e
Merge pull request #6285 from ms264556/bugfix/deploy_ruckus_checkecc
Don't deploy ECC certs to legacy Ruckus
4 weeks ago
neil
dc228c3dbb
Merge pull request #6282 from magyarsz/dev
Fix error message variable when reload cmd returns with an error
4 weeks ago
magyarsz
dd5dd422d1
Merge branch 'dev' into dev
4 weeks ago
neil
a1de13657e
minor, just copy necessary files
4 weeks ago
ms264556
93c19356d0
Don't deploy ECC certs to legacy Ruckus
4 weeks ago
Szabolcs Magyar
8a27c902ff
Fix error message variable when reload cmd returns with an error
4 weeks ago
neil
be35b55444
Merge pull request #623 from kevinoid/fix-well-known-perms
Avoid permissions errors for chown .well-known
1 month ago
neil
a16ccf40c2
Merge pull request #6198 from lindsayzhou/fix-dns-netzner-error-regexp
fix regex of matching hetzner dns api error responses
1 month ago
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 )
5 months ago
neil
fc5e593e2d
Merge pull request #6277 from beedaddy/ntfy_token
support NTFY_TOKEN
1 month ago
Martin Brodbeck
f1dc79f0b5
support NTFY_TOKEN
1 month ago
neil
34ea97dcea
Merge pull request #4384 from fraenki/cert_home
update documentation for --cert-home parameter
1 month ago
neil
f2931163aa
Merge pull request #6268 from wlallemand/haproxy-fix-secure-debug
haproxy: don't leak private keys when doing --debug
1 month ago
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.
1 month ago
neil
45660902ed
Merge pull request #6262 from copyliu/copyliu-routeros-dev
routeros: file-name should in quotes in newer (7.18) version
2 months ago
neil
72318cb687
Merge pull request #6263 from markkuleinio/dev
dns_he_ddns: Add empty dns_he_ddns_rm() to remove warnings
2 months ago
neil
f277223a65
Merge pull request #6257 from metaforget/master
cqhttp notify-hook:Compatibility with QQ Headless Project Napcat
2 months ago
Markku Leiniö
262fa74f5e
dns_he_ddns: Add empty dns_he_ddns_rm() to remove warnings
2 months ago
copyliu
ebdd221c72
routeros: file-name should in quotes in newer (7.18) version
2 months ago
metaforget
2b8d162c9e
Merge branch 'dev' into master
2 months ago
metaforget
dc8cf0e02e
cqhttp notify-hook:Compatibility with QQ Headless Project Napcat
2 months ago
neil
a054f6a97b
Merge pull request #6240 from Giova96/master
Add FreeMyIP DNS Api Support
2 months ago
neil
63d11c3eea
Merge pull request #6245 from aafbsd/patch-1
Support FreeBSD's sed -i
2 months ago
Giovannimaria Gandossi
dd2199c472
Adding support for FreeMyIP dns API
2 months ago
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.
2 months ago
neil
5236e81068
version 3.1.1
2 months ago
neil
c459b5eb9d
Merge pull request #6243 from acmesh-official/dev
sync
2 months ago
neil
384f0fb89a
Merge pull request #6242 from NerLOR/master
dns_world4you: Adapt to change in world4you.com
2 months ago
Lorenz Stechauner
1d628bcf9e
dns_world4you: Adapt to change in world4you.com
2 months ago
neil
b8644f49ec
Merge pull request #6239 from scruel/patch-1
chore(synology): remove personal mail
2 months ago
Scruel Tao
091c1f7ef1
chore(synology): remove personal mail
2 months ago
neil
c838c3fa73
Merge pull request #6234 from tomo2403/deployhook-docker
Allow deploying of PKCS to docker containers and other hooks
2 months ago
neil
8bb9106b42
Merge pull request #6226 from davidha/fix-saved-local-hostname
Fix bug saving SYNO_LOCAL_HOSTNAME
2 months ago
tomo
a7e3b0d184
Merge branch 'dev' into deployhook-docker
2 months ago
tomo
449c542d5a
fixed env warning while building
2 months ago
tomo
7f19f8cf0e
implemented deploying pfx to docker container
2 months ago
tomo
b2eb704394
allowed deploying of pfx cert
2 months ago
David Ha
899da0c6ea
Update synology_dsm.sh
fix check logic
2 months ago
David Ha
def41a7878
Fix bug saving SYNO_LOCAL_HOSTNAME
Exporting SYNO_LOCAL_HOSTNAME=1 only works on the first deploy invocation. Subsequent deploys using the saved config fails because it saves $SYNO_HOSTNAME instead of $SYNO_LOCAL_HOSTNAME.
2 months ago
neil
6dbe49089e
minor
3 months ago
neil
5883e5159f
Merge pull request #6202 from ARNik/dns_beget
Add Beget.com DNS API support
3 months ago
ARNik
26a5d48f63
dnsapi: Beget.com fix case-sensitive domain names
3 months ago
ARNik
aa6feb4b62
dnsapi: Beget.com fix rm record
3 months ago
ARNik
2fef0ebea8
dnsapi: Beget.com subdomain preparation rework
3 months ago
ARNik
66dd51a09a
dnsapi: check Beget.com API replies
3 months ago
ARNik
077868604d
dnsapi: Add Beget.com DNS API
3 months ago
Lindsay Zhou
6c555cb666
fix regex of matching hetzner dns api error responses
3 months ago