mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-10-22 01:56:06 -04:00
add new dns methods, check confs, add workflows
add gehirn and sakuracloud dns validation add conf checker add trigger workflows remove deprecated certbot option for public ip logging
This commit is contained in:
parent
7232890186
commit
1bdf9a98e2
10 changed files with 284 additions and 13 deletions
4
root/defaults/dns-conf/gehirn.ini
Normal file
4
root/defaults/dns-conf/gehirn.ini
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Instructions: https://certbot-dns-gehirn.readthedocs.io/en/stable/
|
||||
# Replace with your values
|
||||
dns_gehirn_api_token = 00000000-0000-0000-0000-000000000000
|
||||
dns_gehirn_api_secret = MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw
|
4
root/defaults/dns-conf/sakuracloud.ini
Normal file
4
root/defaults/dns-conf/sakuracloud.ini
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Instructions: https://certbot-dns-sakuracloud.readthedocs.io/en/stable/
|
||||
# Replace with your values
|
||||
dns_sakuracloud_api_token = 00000000-0000-0000-0000-000000000000
|
||||
dns_sakuracloud_api_secret = MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw
|
Loading…
Add table
Add a link
Reference in a new issue