mirror of
https://github.com/linuxserver/docker-swag.git
synced 2026-03-13 21:55:15 +09:00
Compare commits
7 Commits
2.3.0-ls18
...
2.3.0-ls18
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
605b7b8ad7 | ||
|
|
3a70f75402 | ||
|
|
28df27df1f | ||
|
|
dd96c54279 | ||
|
|
1f42ec3bd5 | ||
|
|
f5c2f5a154 | ||
|
|
07a02d4641 |
@@ -336,6 +336,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **02.03.23:** - Set permissions on crontabs during init.
|
||||||
* **09.02.23:** - [Existing users should update:](https://github.com/linuxserver/docker-swag/blob/master/README.md#updating-configs) proxy.conf, authelia-location.conf and authelia-server.conf - Add Authentik configs, update Authelia configs.
|
* **09.02.23:** - [Existing users should update:](https://github.com/linuxserver/docker-swag/blob/master/README.md#updating-configs) proxy.conf, authelia-location.conf and authelia-server.conf - Add Authentik configs, update Authelia configs.
|
||||||
* **06.02.23:** - Add porkbun support back in.
|
* **06.02.23:** - Add porkbun support back in.
|
||||||
* **21.01.23:** - Unpin certbot version (allow certbot 2.x). !!BREAKING CHANGE!! We are temporarily removing the certbot porkbun plugin until a new version is released that is compatible with certbot 2.x.
|
* **21.01.23:** - Unpin certbot version (allow certbot 2.x). !!BREAKING CHANGE!! We are temporarily removing the certbot porkbun plugin until a new version is released that is compatible with certbot 2.x.
|
||||||
|
|||||||
@@ -21,8 +21,8 @@ azure-mgmt-core 1.3.2 python
|
|||||||
azure-mgmt-dns 8.0.0 python
|
azure-mgmt-dns 8.0.0 python
|
||||||
bash 5.2.15-r0 apk
|
bash 5.2.15-r0 apk
|
||||||
beautifulsoup4 4.11.2 python
|
beautifulsoup4 4.11.2 python
|
||||||
boto3 1.26.82 python
|
boto3 1.26.83 python
|
||||||
botocore 1.29.82 python
|
botocore 1.29.83 python
|
||||||
brotli-libs 1.0.9-r9 apk
|
brotli-libs 1.0.9-r9 apk
|
||||||
bs4 0.0.1 python
|
bs4 0.0.1 python
|
||||||
busybox 1.35.0 binary
|
busybox 1.35.0 binary
|
||||||
@@ -77,8 +77,8 @@ charset-normalizer 3.0.1 python
|
|||||||
cloudflare 2.11.1 python
|
cloudflare 2.11.1 python
|
||||||
configobj 5.0.8 python
|
configobj 5.0.8 python
|
||||||
coreutils 9.1-r0 apk
|
coreutils 9.1-r0 apk
|
||||||
cryptography 39.0.1 python
|
cryptography 39.0.2 python
|
||||||
curl 7.87.0-r2 apk
|
curl 7.88.1-r0 apk
|
||||||
distro 1.8.0 python
|
distro 1.8.0 python
|
||||||
dns-lexicon 3.11.7 python
|
dns-lexicon 3.11.7 python
|
||||||
dnslib 0.9.23 python
|
dnslib 0.9.23 python
|
||||||
@@ -102,7 +102,7 @@ gnupg-wks-client 2.2.40-r0 apk
|
|||||||
gnutls 3.7.8-r3 apk
|
gnutls 3.7.8-r3 apk
|
||||||
google-api-core 2.11.0 python
|
google-api-core 2.11.0 python
|
||||||
google-api-python-client 2.80.0 python
|
google-api-python-client 2.80.0 python
|
||||||
google-auth 2.16.1 python
|
google-auth 2.16.2 python
|
||||||
google-auth-httplib2 0.1.0 python
|
google-auth-httplib2 0.1.0 python
|
||||||
googleapis-common-protos 1.58.0 python
|
googleapis-common-protos 1.58.0 python
|
||||||
gpg 2.2.40-r0 apk
|
gpg 2.2.40-r0 apk
|
||||||
@@ -193,6 +193,7 @@ musl-utils 1.2.3-r4 apk
|
|||||||
nano 7.0-r0 apk
|
nano 7.0-r0 apk
|
||||||
ncurses-libs 6.3_p20221119-r0 apk
|
ncurses-libs 6.3_p20221119-r0 apk
|
||||||
ncurses-terminfo-base 6.3_p20221119-r0 apk
|
ncurses-terminfo-base 6.3_p20221119-r0 apk
|
||||||
|
netcat-openbsd 1.130-r4 apk
|
||||||
nettle 3.8.1-r0 apk
|
nettle 3.8.1-r0 apk
|
||||||
nghttp2-libs 1.51.0-r0 apk
|
nghttp2-libs 1.51.0-r0 apk
|
||||||
nginx 1.22.1-r0 apk
|
nginx 1.22.1-r0 apk
|
||||||
|
|||||||
@@ -154,6 +154,7 @@ app_setup_block: |
|
|||||||
|
|
||||||
# changelog
|
# changelog
|
||||||
changelogs:
|
changelogs:
|
||||||
|
- { date: "02.03.23:", desc: "Set permissions on crontabs during init." }
|
||||||
- { date: "09.02.23:", desc: "[Existing users should update:](https://github.com/linuxserver/docker-swag/blob/master/README.md#updating-configs) proxy.conf, authelia-location.conf and authelia-server.conf - Add Authentik configs, update Authelia configs." }
|
- { date: "09.02.23:", desc: "[Existing users should update:](https://github.com/linuxserver/docker-swag/blob/master/README.md#updating-configs) proxy.conf, authelia-location.conf and authelia-server.conf - Add Authentik configs, update Authelia configs." }
|
||||||
- { date: "06.02.23:", desc: "Add porkbun support back in." }
|
- { date: "06.02.23:", desc: "Add porkbun support back in." }
|
||||||
- { date: "21.01.23:", desc: "Unpin certbot version (allow certbot 2.x). !!BREAKING CHANGE!! We are temporarily removing the certbot porkbun plugin until a new version is released that is compatible with certbot 2.x." }
|
- { date: "21.01.23:", desc: "Unpin certbot version (allow certbot 2.x). !!BREAKING CHANGE!! We are temporarily removing the certbot porkbun plugin until a new version is released that is compatible with certbot 2.x." }
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Instructions: https://github.com/certbot/certbot/blob/master/certbot-dns-route53/certbot_dns_route53/__init__.py#L18
|
# Instructions: https://github.com/certbot/certbot/blob/master/certbot-dns-route53/certbot_dns_route53/__init__.py#L18
|
||||||
# Replace with your values
|
# Replace with your values
|
||||||
[default]
|
[default]
|
||||||
aws_access_key_id=AKIAIOSFODNN7EXAMPLE
|
; aws_access_key_id=AKIAIOSFODNN7EXAMPLE
|
||||||
aws_secret_access_key=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
|
; aws_secret_access_key=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
|
||||||
|
|||||||
@@ -1,30 +1,38 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bash
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
|
|
||||||
# if root crontabs do not exist in config
|
# make folders
|
||||||
# copy root crontab from system
|
mkdir -p \
|
||||||
if [[ ! -f /config/crontabs/root ]] && crontab -l -u root; then
|
/config/crontabs
|
||||||
crontab -l -u root >/config/crontabs/root
|
|
||||||
fi
|
|
||||||
|
|
||||||
# if root crontabs still do not exist in config (were not copied from system)
|
## root
|
||||||
# copy root crontab from included defaults
|
# if crontabs do not exist in config
|
||||||
if [[ ! -f /config/crontabs/root ]]; then
|
if [[ ! -f /config/crontabs/root ]]; then
|
||||||
cp /etc/crontabs/root /config/crontabs/
|
# copy crontab from system
|
||||||
fi
|
if crontab -l -u root; then
|
||||||
|
crontab -l -u root >/config/crontabs/root
|
||||||
|
fi
|
||||||
|
|
||||||
# if abc crontabs do not exist in config
|
# if crontabs still do not exist in config (were not copied from system)
|
||||||
# copy abc crontab from system
|
# copy crontab from included defaults (using -n, do not overwrite an existing file)
|
||||||
if [[ ! -f /config/crontabs/abc ]] && crontab -l -u abc; then
|
cp -n /etc/crontabs/root /config/crontabs/
|
||||||
crontab -l -u abc >/config/crontabs/abc
|
|
||||||
fi
|
fi
|
||||||
|
# set permissions and import user crontabs
|
||||||
# if abc crontabs still do not exist in config (were not copied from system)
|
lsiown root:root /config/crontabs/root
|
||||||
# copy abc crontab from included defaults
|
|
||||||
if [[ ! -f /config/crontabs/abc ]]; then
|
|
||||||
cp /etc/crontabs/abc /config/crontabs/
|
|
||||||
fi
|
|
||||||
|
|
||||||
# import user crontabs
|
|
||||||
crontab -u root /config/crontabs/root
|
crontab -u root /config/crontabs/root
|
||||||
|
|
||||||
|
## abc
|
||||||
|
# if crontabs do not exist in config
|
||||||
|
if [[ ! -f /config/crontabs/abc ]]; then
|
||||||
|
# copy crontab from system
|
||||||
|
if crontab -l -u abc; then
|
||||||
|
crontab -l -u abc >/config/crontabs/abc
|
||||||
|
fi
|
||||||
|
|
||||||
|
# if crontabs still do not exist in config (were not copied from system)
|
||||||
|
# copy crontab from included defaults (using -n, do not overwrite an existing file)
|
||||||
|
cp -n /etc/crontabs/abc /config/crontabs/
|
||||||
|
fi
|
||||||
|
# set permissions and import user crontabs
|
||||||
|
lsiown abc:abc /config/crontabs/abc
|
||||||
crontab -u abc /config/crontabs/abc
|
crontab -u abc /config/crontabs/abc
|
||||||
|
|||||||
Reference in New Issue
Block a user