mirror of
https://github.com/linuxserver/docker-swag.git
synced 2026-04-24 21:21:51 +09:00
Compare commits
5 Commits
4.0.0-ls38
...
4.0.0-ls38
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
43466fe490 | ||
|
|
3781360d72 | ||
|
|
a01e4aca17 | ||
|
|
b87c9d2886 | ||
|
|
08aa9cc07b |
@@ -423,6 +423,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **05.05.25:** - Disable Certbot's built in log rotation.
|
||||||
* **19.01.25:** - Add [Auto Reload](https://github.com/linuxserver/docker-mods/tree/swag-auto-reload) functionality to SWAG.
|
* **19.01.25:** - Add [Auto Reload](https://github.com/linuxserver/docker-mods/tree/swag-auto-reload) functionality to SWAG.
|
||||||
* **17.12.24:** - Rebase to Alpine 3.21.
|
* **17.12.24:** - Rebase to Alpine 3.21.
|
||||||
* **21.10.24:** - Fix naming issue with Dynu plugin. If you are using Dynu, please make sure your credentials are set in /config/dns-conf/dynu.ini and your DNSPLUGIN variable is set to dynu (not dynudns).
|
* **21.10.24:** - Fix naming issue with Dynu plugin. If you are using Dynu, please make sure your credentials are set in /config/dns-conf/dynu.ini and your DNSPLUGIN variable is set to dynu (not dynudns).
|
||||||
|
|||||||
@@ -15,14 +15,14 @@ attrs 25.3.0 python
|
|||||||
autocommand 2.2.2 python
|
autocommand 2.2.2 python
|
||||||
azure-common 1.1.28 python
|
azure-common 1.1.28 python
|
||||||
azure-core 1.34.0 python
|
azure-core 1.34.0 python
|
||||||
azure-identity 1.21.0 python
|
azure-identity 1.22.0 python
|
||||||
azure-mgmt-core 1.5.0 python
|
azure-mgmt-core 1.5.0 python
|
||||||
azure-mgmt-dns 8.2.0 python
|
azure-mgmt-dns 8.2.0 python
|
||||||
backports-tarfile 1.2.0 python
|
backports-tarfile 1.2.0 python
|
||||||
bash 5.2.37-r0 apk
|
bash 5.2.37-r0 apk
|
||||||
beautifulsoup4 4.13.4 python
|
beautifulsoup4 4.13.4 python
|
||||||
boto3 1.38.8 python
|
boto3 1.38.12 python
|
||||||
botocore 1.38.8 python
|
botocore 1.38.12 python
|
||||||
brotli-libs 1.1.0-r2 apk
|
brotli-libs 1.1.0-r2 apk
|
||||||
bs4 0.0.2 python
|
bs4 0.0.2 python
|
||||||
busybox 1.37.0-r12 apk
|
busybox 1.37.0-r12 apk
|
||||||
@@ -117,7 +117,7 @@ gnupg-wks-client 2.4.7-r0 apk
|
|||||||
gnutls 3.8.8-r0 apk
|
gnutls 3.8.8-r0 apk
|
||||||
google-api-core 2.24.2 python
|
google-api-core 2.24.2 python
|
||||||
google-api-python-client 2.169.0 python
|
google-api-python-client 2.169.0 python
|
||||||
google-auth 2.39.0 python
|
google-auth 2.40.1 python
|
||||||
google-auth-httplib2 0.2.0 python
|
google-auth-httplib2 0.2.0 python
|
||||||
googleapis-common-protos 1.70.0 python
|
googleapis-common-protos 1.70.0 python
|
||||||
gpg 2.4.7-r0 apk
|
gpg 2.4.7-r0 apk
|
||||||
@@ -338,12 +338,12 @@ requests-mock 1.12.1 python
|
|||||||
rsa 4.9.1 python
|
rsa 4.9.1 python
|
||||||
s3transfer 0.12.0 python
|
s3transfer 0.12.0 python
|
||||||
scanelf 1.3.8-r1 apk
|
scanelf 1.3.8-r1 apk
|
||||||
setuptools 80.2.0 python
|
setuptools 80.3.1 python
|
||||||
shadow 4.16.0-r1 apk
|
shadow 4.16.0-r1 apk
|
||||||
six 1.17.0 python
|
six 1.17.0 python
|
||||||
skalibs-libs 2.14.3.0-r0 apk
|
skalibs-libs 2.14.3.0-r0 apk
|
||||||
soupsieve 2.7 python
|
soupsieve 2.7 python
|
||||||
sqlite-libs 3.48.0-r1 apk
|
sqlite-libs 3.48.0-r2 apk
|
||||||
ssl_client 1.37.0-r12 apk
|
ssl_client 1.37.0-r12 apk
|
||||||
tiff 4.7.0-r0 apk
|
tiff 4.7.0-r0 apk
|
||||||
tldextract 5.3.0 python
|
tldextract 5.3.0 python
|
||||||
|
|||||||
@@ -205,6 +205,7 @@ init_diagram: |
|
|||||||
"swag:latest" <- Base Images
|
"swag:latest" <- Base Images
|
||||||
# changelog
|
# changelog
|
||||||
changelogs:
|
changelogs:
|
||||||
|
- {date: "05.05.25:", desc: "Disable Certbot's built in log rotation."}
|
||||||
- {date: "19.01.25:", desc: "Add [Auto Reload](https://github.com/linuxserver/docker-mods/tree/swag-auto-reload) functionality to SWAG."}
|
- {date: "19.01.25:", desc: "Add [Auto Reload](https://github.com/linuxserver/docker-mods/tree/swag-auto-reload) functionality to SWAG."}
|
||||||
- {date: "17.12.24:", desc: "Rebase to Alpine 3.21."}
|
- {date: "17.12.24:", desc: "Rebase to Alpine 3.21."}
|
||||||
- {date: "21.10.24:", desc: "Fix naming issue with Dynu plugin. If you are using Dynu, please make sure your credentials are set in /config/dns-conf/dynu.ini and your DNSPLUGIN variable is set to dynu (not dynudns)."}
|
- {date: "21.10.24:", desc: "Fix naming issue with Dynu plugin. If you are using Dynu, please make sure your credentials are set in /config/dns-conf/dynu.ini and your DNSPLUGIN variable is set to dynu (not dynudns)."}
|
||||||
|
|||||||
@@ -59,6 +59,9 @@ grep -qF 'agree-tos' /config/etc/letsencrypt/cli.ini || echo 'agree-tos=true' >>
|
|||||||
# Check for broken dns credentials value in cli.ini and remove
|
# Check for broken dns credentials value in cli.ini and remove
|
||||||
sed -i '/dns--credentials/d' /config/etc/letsencrypt/cli.ini
|
sed -i '/dns--credentials/d' /config/etc/letsencrypt/cli.ini
|
||||||
|
|
||||||
|
# Disable Certbot's built in log rotation
|
||||||
|
set_ini_value "max-log-backups" "0" /config/etc/letsencrypt/cli.ini
|
||||||
|
|
||||||
# copy dns default configs
|
# copy dns default configs
|
||||||
cp -n /defaults/dns-conf/* /config/dns-conf/ 2> >(grep -v 'cp: not replacing')
|
cp -n /defaults/dns-conf/* /config/dns-conf/ 2> >(grep -v 'cp: not replacing')
|
||||||
lsiown -R abc:abc /config/dns-conf
|
lsiown -R abc:abc /config/dns-conf
|
||||||
|
|||||||
Reference in New Issue
Block a user