mirror of
https://github.com/linuxserver/docker-swag.git
synced 2026-04-23 20:51:47 +09:00
Compare commits
4 Commits
1.29.0-ls1
...
1.29.0-ls1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3d70935ecf | ||
|
|
e5b672e52b | ||
|
|
1adf35b5df | ||
|
|
c279c173b3 |
@@ -94,8 +94,8 @@ This will *ask* Google et al not to index and list your site. Be careful with th
|
|||||||
|
|
||||||
* This container includes auto-generated pfx and private-fullchain-bundle pem certs that are needed by other apps like Emby and Znc.
|
* This container includes auto-generated pfx and private-fullchain-bundle pem certs that are needed by other apps like Emby and Znc.
|
||||||
* To use these certs in other containers, do either of the following:
|
* To use these certs in other containers, do either of the following:
|
||||||
1. *(Easier)* Mount the container's config folder in other containers (ie. `-v /path-to-le-config:/le-ssl`) and in the other containers, use the cert location `/le-ssl/keys/letsencrypt/`
|
1. *(Easier)* Mount the container's config folder in other containers (ie. `-v /path-to-swag-config:/swag-ssl`) and in the other containers, use the cert location `/swag-ssl/keys/letsencrypt/`
|
||||||
2. *(More secure)* Mount the SWAG folder `etc` that resides under `/config` in other containers (ie. `-v /path-to-le-config/etc:/le-ssl`) and in the other containers, use the cert location `/le-ssl/letsencrypt/live/<your.domain.url>/` (This is more secure because the first method shares the entire SWAG config folder with other containers, including the www files, whereas the second method only shares the ssl certs)
|
2. *(More secure)* Mount the SWAG folder `etc` that resides under `/config` in other containers (ie. `-v /path-to-swag-config/etc:/swag-ssl`) and in the other containers, use the cert location `/swag-ssl/letsencrypt/live/<your.domain.url>/` (This is more secure because the first method shares the entire SWAG config folder with other containers, including the www files, whereas the second method only shares the ssl certs)
|
||||||
* These certs include:
|
* These certs include:
|
||||||
1. `cert.pem`, `chain.pem`, `fullchain.pem` and `privkey.pem`, which are generated by Certbot and used by nginx and various other apps
|
1. `cert.pem`, `chain.pem`, `fullchain.pem` and `privkey.pem`, which are generated by Certbot and used by nginx and various other apps
|
||||||
2. `privkey.pfx`, a format supported by Microsoft and commonly used by dotnet apps such as Emby Server (no password)
|
2. `privkey.pfx`, a format supported by Microsoft and commonly used by dotnet apps such as Emby Server (no password)
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ fail2ban-0.11.2-r0
|
|||||||
freetype-2.10.4-r3
|
freetype-2.10.4-r3
|
||||||
gdbm-1.19-r0
|
gdbm-1.19-r0
|
||||||
git-2.32.2-r0
|
git-2.32.2-r0
|
||||||
git-perl-2.32.2-r0
|
|
||||||
glib-2.68.3-r0
|
glib-2.68.3-r0
|
||||||
gmp-6.2.1-r1
|
gmp-6.2.1-r1
|
||||||
gnupg-2.2.31-r1
|
gnupg-2.2.31-r1
|
||||||
@@ -118,13 +117,11 @@ nginx-mod-stream-geoip2-1.20.2-r1
|
|||||||
nginx-vim-1.20.2-r1
|
nginx-vim-1.20.2-r1
|
||||||
npth-1.6-r0
|
npth-1.6-r0
|
||||||
oniguruma-6.9.7.1-r0
|
oniguruma-6.9.7.1-r0
|
||||||
openssl-1.1.1o-r0
|
openssl-1.1.1q-r0
|
||||||
p11-kit-0.23.22-r0
|
p11-kit-0.23.22-r0
|
||||||
pcre-8.44-r0
|
pcre-8.44-r0
|
||||||
pcre2-10.36-r1
|
pcre2-10.36-r1
|
||||||
perl-5.32.1-r0
|
perl-5.32.1-r0
|
||||||
perl-error-0.17029-r1
|
|
||||||
perl-git-2.32.2-r0
|
|
||||||
php7-7.4.26-r0
|
php7-7.4.26-r0
|
||||||
php7-bcmath-7.4.26-r0
|
php7-bcmath-7.4.26-r0
|
||||||
php7-bz2-7.4.26-r0
|
php7-bz2-7.4.26-r0
|
||||||
|
|||||||
@@ -111,8 +111,8 @@ app_setup_block: |
|
|||||||
|
|
||||||
* This container includes auto-generated pfx and private-fullchain-bundle pem certs that are needed by other apps like Emby and Znc.
|
* This container includes auto-generated pfx and private-fullchain-bundle pem certs that are needed by other apps like Emby and Znc.
|
||||||
* To use these certs in other containers, do either of the following:
|
* To use these certs in other containers, do either of the following:
|
||||||
1. *(Easier)* Mount the container's config folder in other containers (ie. `-v /path-to-le-config:/le-ssl`) and in the other containers, use the cert location `/le-ssl/keys/letsencrypt/`
|
1. *(Easier)* Mount the container's config folder in other containers (ie. `-v /path-to-swag-config:/swag-ssl`) and in the other containers, use the cert location `/swag-ssl/keys/letsencrypt/`
|
||||||
2. *(More secure)* Mount the SWAG folder `etc` that resides under `/config` in other containers (ie. `-v /path-to-le-config/etc:/le-ssl`) and in the other containers, use the cert location `/le-ssl/letsencrypt/live/<your.domain.url>/` (This is more secure because the first method shares the entire SWAG config folder with other containers, including the www files, whereas the second method only shares the ssl certs)
|
2. *(More secure)* Mount the SWAG folder `etc` that resides under `/config` in other containers (ie. `-v /path-to-swag-config/etc:/swag-ssl`) and in the other containers, use the cert location `/swag-ssl/letsencrypt/live/<your.domain.url>/` (This is more secure because the first method shares the entire SWAG config folder with other containers, including the www files, whereas the second method only shares the ssl certs)
|
||||||
* These certs include:
|
* These certs include:
|
||||||
1. `cert.pem`, `chain.pem`, `fullchain.pem` and `privkey.pem`, which are generated by Certbot and used by nginx and various other apps
|
1. `cert.pem`, `chain.pem`, `fullchain.pem` and `privkey.pem`, which are generated by Certbot and used by nginx and various other apps
|
||||||
2. `privkey.pfx`, a format supported by Microsoft and commonly used by dotnet apps such as Emby Server (no password)
|
2. `privkey.pfx`, a format supported by Microsoft and commonly used by dotnet apps such as Emby Server (no password)
|
||||||
|
|||||||
Reference in New Issue
Block a user