diff --git a/.github/workflows/check_samples.yml b/.github/workflows/check_samples.yml index 73d4eb7..b9fd5b1 100644 --- a/.github/workflows/check_samples.yml +++ b/.github/workflows/check_samples.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Check Allowed File Names run: | diff --git a/_template.subdomain.conf.sample b/_template.subdomain.conf.sample index 38db8ec..9a097bf 100644 --- a/_template.subdomain.conf.sample +++ b/_template.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2023/05/31 +## Version 2024/07/16 # REMOVE THIS LINE BEFORE SUBMITTING: The structure of the file (all of the existing lines) should be kept as close as possible to this template. # REMOVE THIS LINE BEFORE SUBMITTING: Look through this file for and replace them. Review other sample files to see how things are done. # REMOVE THIS LINE BEFORE SUBMITTING: The comment lines at the top of the file (below this line) should explain any prerequisites for using the proxy such as DNS or app settings. @@ -6,8 +6,8 @@ # make sure that your dns has a cname set for server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name .*; diff --git a/actual-server.subdomain.conf.sample b/actual-server.subdomain.conf.sample index 6c8112f..ce910a4 100644 --- a/actual-server.subdomain.conf.sample +++ b/actual-server.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your actual-server container is named actual-server # make sure that your dns has a cname set for actual-server server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name actual-server.*; diff --git a/adguard.subdomain.conf.sample b/adguard.subdomain.conf.sample index adbc3c9..9d4d459 100644 --- a/adguard.subdomain.conf.sample +++ b/adguard.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your adguard container is named adguard # make sure that your dns has a cname set for adguard server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name adguard.*; diff --git a/adminer.subdomain.conf.sample b/adminer.subdomain.conf.sample index 74e6259..809a6a4 100644 --- a/adminer.subdomain.conf.sample +++ b/adminer.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your adminer container is named adminer # make sure that your dns has a cname set for adminer server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name adminer.*; diff --git a/adminmongo.subdomain.conf.sample b/adminmongo.subdomain.conf.sample index 1e5a920..c1869eb 100644 --- a/adminmongo.subdomain.conf.sample +++ b/adminmongo.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your adminmongo container is named adminmongo # make sure that your dns has a cname set for adminmongo server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name adminmongo.*; diff --git a/airsonic.subdomain.conf.sample b/airsonic.subdomain.conf.sample index 3b3270a..7152705 100644 --- a/airsonic.subdomain.conf.sample +++ b/airsonic.subdomain.conf.sample @@ -1,11 +1,11 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your airsonic container is named airsonic # make sure that your dns has a cname set for airsonic # add `server.use-forward-headers=true` to `/config/application.properties` to ensure logs contain real source IP server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name airsonic.*; diff --git a/apprise-api.subdomain.conf.sample b/apprise-api.subdomain.conf.sample index 28108b1..ea04b40 100644 --- a/apprise-api.subdomain.conf.sample +++ b/apprise-api.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your apprise-api container is named apprise-api # make sure that your dns has a cname set for apprise-api server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name apprise-api.*; diff --git a/archisteamfarm.subdomain.conf.sample b/archisteamfarm.subdomain.conf.sample index 2d0a85b..caeaa64 100644 --- a/archisteamfarm.subdomain.conf.sample +++ b/archisteamfarm.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your archisteamfarm container is named archisteamfarm # make sure that your dns has a cname set for archisteamfarm server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name archisteamfarm.*; diff --git a/aria2-with-webui.subdomain.conf.sample b/aria2-with-webui.subdomain.conf.sample index c2d266d..98181a8 100644 --- a/aria2-with-webui.subdomain.conf.sample +++ b/aria2-with-webui.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your aria2 container is named aria2-with-webui # make sure that your dns has a cname set for aria2 # @@ -7,8 +7,8 @@ # https://aria2.example.com/#!/settings/rpc/set?protocol=https&host=aria2.example.com&port=443&interface=aria2-with-webui/jsonrpc server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name aria2.*; diff --git a/atuin.subdomain.conf.sample b/atuin.subdomain.conf.sample index aa9baec..73af032 100644 --- a/atuin.subdomain.conf.sample +++ b/atuin.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2024/03/24 +## Version 2024/07/16 # make sure that your atuin container is named atuin # make sure that your dns has a cname set for atuin server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name atuin.*; diff --git a/audiobookshelf.subdomain.conf.sample b/audiobookshelf.subdomain.conf.sample index fe1396b..fb1ad90 100644 --- a/audiobookshelf.subdomain.conf.sample +++ b/audiobookshelf.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your audiobookshelf container is named audiobookshelf # make sure that your dns has a cname set for audiobookshelf server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name audiobookshelf.*; diff --git a/authelia.subdomain.conf.sample b/authelia.subdomain.conf.sample index cacd8de..032acbb 100644 --- a/authelia.subdomain.conf.sample +++ b/authelia.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your authelia container is named authelia # make sure that your dns has a cname set for authelia server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name authelia.*; diff --git a/authentik.subdomain.conf.sample b/authentik.subdomain.conf.sample index c829d43..a821731 100644 --- a/authentik.subdomain.conf.sample +++ b/authentik.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your authentik container is named authentik-server # make sure that your dns has a cname set for authentik server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name authentik.*; diff --git a/babybuddy.subdomain.conf.sample b/babybuddy.subdomain.conf.sample index 9c5a2ab..d0aa27d 100644 --- a/babybuddy.subdomain.conf.sample +++ b/babybuddy.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your babybuddy container is named babybuddy # make sure that your dns has a cname set for babybuddy server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name babybuddy.*; diff --git a/bazarr.subdomain.conf.sample b/bazarr.subdomain.conf.sample index 7465e64..da168f6 100644 --- a/bazarr.subdomain.conf.sample +++ b/bazarr.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your bazarr container is named bazarr # make sure that your dns has a cname set for bazarr server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name bazarr.*; diff --git a/beets.subdomain.conf.sample b/beets.subdomain.conf.sample index 9cb87ba..04efa76 100644 --- a/beets.subdomain.conf.sample +++ b/beets.subdomain.conf.sample @@ -1,11 +1,11 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your beets container is named beets # make sure that your dns has a cname set for beets #First edit beets.yml and enable the reverse proxy settings, under "web" add "reverse_proxy: true" and restart the beets container. server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name beets.*; diff --git a/bitwarden.subdomain.conf.sample b/bitwarden.subdomain.conf.sample index 0b5eeb9..50e7be2 100644 --- a/bitwarden.subdomain.conf.sample +++ b/bitwarden.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2023/11/12 +## Version 2024/07/16 # make sure that your bitwarden container is named bitwarden # make sure that your dns has a cname set for bitwarden # if you are using bitwarden (the official image), use the bitwarden conf @@ -7,8 +7,8 @@ # bitwarden defaults to port 8080 and can be changed using the environment variable BW_PORT_HTTP on the bitwarden container server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name bitwarden.*; diff --git a/boinc.subdomain.conf.sample b/boinc.subdomain.conf.sample index 15ea940..af45bfb 100644 --- a/boinc.subdomain.conf.sample +++ b/boinc.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your boinc container is named boinc # make sure that your dns has a cname set for boinc server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name boinc.*; diff --git a/booksonic.subdomain.conf.sample b/booksonic.subdomain.conf.sample index e164121..0d6008b 100644 --- a/booksonic.subdomain.conf.sample +++ b/booksonic.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your booksonic container is named booksonic # make sure that your dns has a cname set for booksonic server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name booksonic.*; diff --git a/bookstack.subdomain.conf.sample b/bookstack.subdomain.conf.sample index 0e043a4..9a6b898 100644 --- a/bookstack.subdomain.conf.sample +++ b/bookstack.subdomain.conf.sample @@ -1,12 +1,12 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your bookstack container is named bookstack # make sure that your dns has a cname set for bookstack # Ensure you have the APP_URL Environment Variable set correctly in your Docker Run/Compose or in BookStack Env File (/www/.env) # https://github.com/linuxserver/docker-bookstack#docker server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name bookstack.*; diff --git a/budge.subdomain.conf.sample b/budge.subdomain.conf.sample index 06a76cf..24b7af2 100644 --- a/budge.subdomain.conf.sample +++ b/budge.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your budge container is named budge # make sure that your dns has a cname set for budge server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name budge.*; diff --git a/cadvisor.subdomain.conf.sample b/cadvisor.subdomain.conf.sample index 1a949b1..905cfd8 100644 --- a/cadvisor.subdomain.conf.sample +++ b/cadvisor.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your cadvisor container is named cadvisor # make sure that your dns has a cname set for cadvisor server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name cadvisor.*; diff --git a/calibre-web.subdomain.conf.sample b/calibre-web.subdomain.conf.sample index 134a532..934f353 100644 --- a/calibre-web.subdomain.conf.sample +++ b/calibre-web.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your calibre-web container is named calibre-web # make sure that your dns has a cname set for calibre-web server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name calibre-web.*; diff --git a/calibre.subdomain.conf.sample b/calibre.subdomain.conf.sample index 708a09d..98cb48f 100644 --- a/calibre.subdomain.conf.sample +++ b/calibre.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your calibre container is named calibre # make sure that your dns has a cname set for calibre # for the content server, go into calibre preferences / sharing over the net / advanced and @@ -6,8 +6,8 @@ # the content server will be accessible at 'https://calibre.domain.com/content-server/' server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name calibre.*; diff --git a/castopod.subdomain.conf.sample b/castopod.subdomain.conf.sample index e37910f..7c2042e 100644 --- a/castopod.subdomain.conf.sample +++ b/castopod.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your castopod container is named castopod # make sure that your dns has a cname set for castopod server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name castopod.*; diff --git a/changedetection.subdomain.conf.sample b/changedetection.subdomain.conf.sample index de48fdc..ae0a5b6 100644 --- a/changedetection.subdomain.conf.sample +++ b/changedetection.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your changedetection container is named changedetection # make sure that your dns has a cname set for changedetection server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name changedetection.*; diff --git a/chevereto.subdomain.conf.sample b/chevereto.subdomain.conf.sample index 77cf686..cd9d8e2 100644 --- a/chevereto.subdomain.conf.sample +++ b/chevereto.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your chevereto container is named chevereto # make sure that your dns has a cname set for chevereto server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name chevereto.*; diff --git a/chronograf.subdomain.conf.sample b/chronograf.subdomain.conf.sample index 2f8de28..529ccf5 100644 --- a/chronograf.subdomain.conf.sample +++ b/chronograf.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your chronograf container is named chronograf # make sure that your dns has a cname set for chronograf server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name chronograf.*; diff --git a/cloudbeaver.subdomain.conf.sample b/cloudbeaver.subdomain.conf.sample index 1e7a338..d964544 100644 --- a/cloudbeaver.subdomain.conf.sample +++ b/cloudbeaver.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your cloudbeaver container is named cloudbeaver # make sure that your dns has a cname set for cloudbeaver server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name cloudbeaver.*; diff --git a/code-server.subdomain.conf.sample b/code-server.subdomain.conf.sample index 0d6406d..56e0ffb 100644 --- a/code-server.subdomain.conf.sample +++ b/code-server.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your code-server container is named code-server # make sure that your dns has a cname set for code-server server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name code-server.* "~^[0-9]{1,10}\.code-server\..*$"; diff --git a/codimd.subdomain.conf.sample b/codimd.subdomain.conf.sample index a4776a0..8de6ea8 100644 --- a/codimd.subdomain.conf.sample +++ b/codimd.subdomain.conf.sample @@ -1,11 +1,11 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure you have added the following environmental variables to your run command/compose file # CMD_DOMAIN=codimd.server.com # CMD_PROTOCOL_USESSL=true server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name codimd.*; diff --git a/collabora.subdomain.conf.sample b/collabora.subdomain.conf.sample index 1679822..d21ac2c 100644 --- a/collabora.subdomain.conf.sample +++ b/collabora.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your collabora container is named collabora # make sure that your dns has a cname set for collabora server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name collabora.*; diff --git a/commento.subdomain.conf.sample b/commento.subdomain.conf.sample index e2f7c2a..e4c5226 100644 --- a/commento.subdomain.conf.sample +++ b/commento.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your commento container is named commento # make sure that your dns has a cname set for commento server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name commento.*; diff --git a/couchpotato.subdomain.conf.sample b/couchpotato.subdomain.conf.sample index 4e9298e..d895d48 100644 --- a/couchpotato.subdomain.conf.sample +++ b/couchpotato.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your couchpotato container is named couchpotato # make sure that your dns has a cname set for couchpotato server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name couchpotato.*; diff --git a/crowdsec-dashboard.subdomain.conf.sample b/crowdsec-dashboard.subdomain.conf.sample index 49e6b09..e1739bd 100644 --- a/crowdsec-dashboard.subdomain.conf.sample +++ b/crowdsec-dashboard.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your crowdsec-dashboard container is named crowdsec-dashboard # make sure that your dns has a cname set for crowdsec-dashboard server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name crowdsec-dashboard.*; diff --git a/crowdsec.subdomain.conf.sample b/crowdsec.subdomain.conf.sample index c62af5d..640e913 100644 --- a/crowdsec.subdomain.conf.sample +++ b/crowdsec.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your crowdsec container is named crowdsec # make sure that your dns has a cname set for crowdsec server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name crowdsec.*; diff --git a/dashy.subdomain.conf.sample b/dashy.subdomain.conf.sample index a07b854..2848270 100644 --- a/dashy.subdomain.conf.sample +++ b/dashy.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/08/11 +## Version 2024/07/16 # make sure that your dashy container is named dashy # make sure that your dns has a cname set for dashy server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name dashy.*; diff --git a/deluge.subdomain.conf.sample b/deluge.subdomain.conf.sample index 02029d0..b07a8cb 100644 --- a/deluge.subdomain.conf.sample +++ b/deluge.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your deluge container is named deluge # make sure that your dns has a cname set for deluge server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name deluge.*; diff --git a/dillinger.subdomain.conf.sample b/dillinger.subdomain.conf.sample index 6552050..b3b9d13 100644 --- a/dillinger.subdomain.conf.sample +++ b/dillinger.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your dillinger container is named dillinger # make sure that your dns has a cname set for dillinger server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name dillinger.*; diff --git a/documentserver.subdomain.conf.sample b/documentserver.subdomain.conf.sample index f3b5bde..1e0695c 100644 --- a/documentserver.subdomain.conf.sample +++ b/documentserver.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your onlyoffice documentserver container is named documentserver # make sure that your dns has a cname set for documentserver server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name documentserver.*; diff --git a/dokuwiki.subdomain.conf.sample b/dokuwiki.subdomain.conf.sample index ce8c833..693071e 100644 --- a/dokuwiki.subdomain.conf.sample +++ b/dokuwiki.subdomain.conf.sample @@ -1,11 +1,11 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your dokuwiki container is named dokuwiki # make sure that your dns has a cname set for dokuwiki # complete the setup by appending install.php to URL server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name dokuwiki.*; diff --git a/domoticz.subdomain.conf.sample b/domoticz.subdomain.conf.sample index b47f1ff..6031125 100644 --- a/domoticz.subdomain.conf.sample +++ b/domoticz.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your domoticz container is named domoticz # make sure that your dns has a cname set for domoticz server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name domoticz.*; diff --git a/dozzle.subdomain.conf.sample b/dozzle.subdomain.conf.sample index d8e8ded..7a81d37 100644 --- a/dozzle.subdomain.conf.sample +++ b/dozzle.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your dozzle container is named dozzle # make sure that your dns has a cname set for dozzle server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name dozzle.*; diff --git a/drone.subdomain.conf.sample b/drone.subdomain.conf.sample index eae66b0..7edb180 100644 --- a/drone.subdomain.conf.sample +++ b/drone.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your drone container is named drone # make sure that your dns has a cname set for drone server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name drone.*; diff --git a/dsmrreader.subdomain.conf.sample b/dsmrreader.subdomain.conf.sample index a68a10c..46559ab 100644 --- a/dsmrreader.subdomain.conf.sample +++ b/dsmrreader.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your dsmr container is named dsmr # make sure that your dns has a cname set for dsmr server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name dsmr.*; diff --git a/duplicacy.subdomain.conf.sample b/duplicacy.subdomain.conf.sample index 8564e4e..bff8005 100644 --- a/duplicacy.subdomain.conf.sample +++ b/duplicacy.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your duplicacy container is named duplicacy # make sure that your dns has a cname set for duplicacy server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name duplicacy.*; diff --git a/duplicati.subdomain.conf.sample b/duplicati.subdomain.conf.sample index 919a610..2198f33 100644 --- a/duplicati.subdomain.conf.sample +++ b/duplicati.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your duplicati container is named duplicati # make sure that your dns has a cname set for duplicati server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name duplicati.*; diff --git a/emby.subdomain.conf.sample b/emby.subdomain.conf.sample index b2c5128..773fe05 100644 --- a/emby.subdomain.conf.sample +++ b/emby.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your emby container is named emby # make sure that your dns has a cname set for emby # if emby is running in bridge mode and the container is named "emby", the below config should work as is @@ -8,8 +8,8 @@ # and set the "Secure connection mode" to "Handled by reverse proxy" server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name emby.*; diff --git a/embystat.subdomain.conf.sample b/embystat.subdomain.conf.sample index 526aeb8..e256954 100644 --- a/embystat.subdomain.conf.sample +++ b/embystat.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your embystat container is named embystat # make sure that your dns has a cname set for embystat server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name embystat.*; diff --git a/emulatorjs.subdomain.conf.sample b/emulatorjs.subdomain.conf.sample index 4323e00..fc806ac 100644 --- a/emulatorjs.subdomain.conf.sample +++ b/emulatorjs.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your emulatorjs container is named emulatorjs # make sure that your dns has a cname set for emulatorjs # In emulatorjs docker arguments, set an env variable for SUBFOLDER=/backend/ @@ -6,8 +6,8 @@ # Don't forget to enable auth at least for the /backend/ location server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name emulatorjs.*; diff --git a/esphome.subdomain.conf.sample b/esphome.subdomain.conf.sample index cbd0ab5..688eba8 100644 --- a/esphome.subdomain.conf.sample +++ b/esphome.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your esphome container is named esphome # make sure that your dns has a cname set for esphome server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name esphome.*; diff --git a/fenrus.subdomain.conf.sample b/fenrus.subdomain.conf.sample index 36ea7a7..6e53d74 100644 --- a/fenrus.subdomain.conf.sample +++ b/fenrus.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your fenrus container is named fenrus # make sure that your dns has a cname set for fenrus server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name fenrus.*; diff --git a/filebot.subdomain.conf.sample b/filebot.subdomain.conf.sample index 0d39d3d..2fe39fc 100644 --- a/filebot.subdomain.conf.sample +++ b/filebot.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your filebot container is named filebot # make sure that your dns has a cname set for filebot server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name filebot.*; diff --git a/filebrowser.subdomain.conf.sample b/filebrowser.subdomain.conf.sample index 5b7d334..87eca86 100644 --- a/filebrowser.subdomain.conf.sample +++ b/filebrowser.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your filebrowser container is named filebrowser # make sure that your dns has a cname set for filebrowser server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name filebrowser.*; diff --git a/firefly.subdomain.conf.sample b/firefly.subdomain.conf.sample index 6263a89..06719e5 100644 --- a/firefly.subdomain.conf.sample +++ b/firefly.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your firefly container is named firefly # make sure that your dns has a cname set for firefly server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name firefly.*; diff --git a/firefox.subdomain.conf.sample b/firefox.subdomain.conf.sample index d3c9a57..cce671c 100644 --- a/firefox.subdomain.conf.sample +++ b/firefox.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your firefox container is named firefox # make sure that your dns has a cname set for firefox server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name firefox.*; diff --git a/flaresolverr.subdomain.conf.sample b/flaresolverr.subdomain.conf.sample index c7706e5..956064b 100644 --- a/flaresolverr.subdomain.conf.sample +++ b/flaresolverr.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2024/01/19 +## Version 2024/07/16 # make sure that your flaresolverr container is named flaresolverr # make sure that your dns has a cname set for flaresolverr server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name flaresolverr.*; diff --git a/flexget.subdomain.conf.sample b/flexget.subdomain.conf.sample index bcc1174..f57f3c4 100644 --- a/flexget.subdomain.conf.sample +++ b/flexget.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your flexget container is named flexget # make sure that your dns has a cname set for flexget server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name flexget.*; diff --git a/flood.subdomain.conf.sample b/flood.subdomain.conf.sample index 660a24c..9de2d06 100644 --- a/flood.subdomain.conf.sample +++ b/flood.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your flood container is named flood # make sure that your dns has a cname set for flood server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name flood.*; diff --git a/foldingathome.subdomain.conf.sample b/foldingathome.subdomain.conf.sample index a4edb5c..5827591 100644 --- a/foldingathome.subdomain.conf.sample +++ b/foldingathome.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your foldingathome container is named foldingathome # make sure that your dns has a cname set for foldingathome server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name foldingathome.*; diff --git a/forgejo.subdomain.conf.sample b/forgejo.subdomain.conf.sample index a683671..1eebde7 100644 --- a/forgejo.subdomain.conf.sample +++ b/forgejo.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2024/04/20 +## Version 2024/07/16 # make sure that your forgejo container is named forgejo # make sure that your dns has a cname set for forgejo # edit the following parameters in /data/forgejo/conf/app.ini or set as ENV vars in your container @@ -8,8 +8,8 @@ # DOMAIN = forgejo.example.com server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name forgejo.*; diff --git a/foundryvtt.subdomain.conf.sample b/foundryvtt.subdomain.conf.sample index 3614f34..daea7f9 100644 --- a/foundryvtt.subdomain.conf.sample +++ b/foundryvtt.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your foundryvtt container is named foundryvtt # make sure that your dns has a cname set for foundryvtt # Ensure that your Foundry VTT's {userData}/Config/options.json file is configured as follows: @@ -12,8 +12,8 @@ # Refer to https://foundryvtt.com/article/nginx/ for the latest Foundry configuration information server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name foundryvtt.*; diff --git a/freshrss.subdomain.conf.sample b/freshrss.subdomain.conf.sample index 1a7da7d..85ee48d 100644 --- a/freshrss.subdomain.conf.sample +++ b/freshrss.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your freshrss container is named freshrss # make sure that your dns has a cname set for freshrss server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name freshrss.*; diff --git a/frigate.subdomain.conf.sample b/frigate.subdomain.conf.sample index 8136d58..beaf31e 100644 --- a/frigate.subdomain.conf.sample +++ b/frigate.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/06/21 +## Version 2024/07/16 # make sure that your frigate container is named frigate # make sure that your dns has a cname set for frigate server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name frigate.*; diff --git a/gaps.subdomain.conf.sample b/gaps.subdomain.conf.sample index fdd3215..8436a20 100644 --- a/gaps.subdomain.conf.sample +++ b/gaps.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your gaps container is named gaps # make sure that your dns has a cname set for gaps server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name gaps.*; diff --git a/gatus.subdomain.conf.sample b/gatus.subdomain.conf.sample index a6831eb..f6e4311 100644 --- a/gatus.subdomain.conf.sample +++ b/gatus.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2024/02/27 +## Version 2024/07/16 # make sure that your gatus container is named gatus # make sure that your dns has a cname set for gatus server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name gatus.*; diff --git a/get_iplayer.subdomain.conf.sample b/get_iplayer.subdomain.conf.sample index 003110f..3660bdf 100644 --- a/get_iplayer.subdomain.conf.sample +++ b/get_iplayer.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your get_iplayer container is named get_iplayer # make sure that your dns has a cname set for get_iplayer server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name get_iplayer.*; diff --git a/ghost.subdomain.conf.sample b/ghost.subdomain.conf.sample index d3f1b62..3f74b20 100644 --- a/ghost.subdomain.conf.sample +++ b/ghost.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your ghost container is named ghost # make sure that your dns has a cname set for ghost server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name ghost.*; diff --git a/gitea.subdomain.conf.sample b/gitea.subdomain.conf.sample index 0657314..4549b5e 100644 --- a/gitea.subdomain.conf.sample +++ b/gitea.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2023/12/26 +## Version 2024/07/16 # make sure that your gitea container is named gitea # make sure that your dns has a cname set for gitea # edit the following parameters in /data/gitea/conf/app.ini @@ -8,8 +8,8 @@ # DOMAIN = gitea.server.com server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name gitea.*; diff --git a/glances.subdomain.conf.sample b/glances.subdomain.conf.sample index 61fd0ad..e210f74 100644 --- a/glances.subdomain.conf.sample +++ b/glances.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your glances container is named glances # make sure that your dns has a cname set for glances server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name glances.*; diff --git a/gotify.subdomain.conf.sample b/gotify.subdomain.conf.sample index 425235b..7906f8a 100644 --- a/gotify.subdomain.conf.sample +++ b/gotify.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your gotify container is named gotify # make sure that your dns has a cname set for gotify server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name gotify.*; diff --git a/grafana.subdomain.conf.sample b/grafana.subdomain.conf.sample index 3327b40..af8a5a2 100644 --- a/grafana.subdomain.conf.sample +++ b/grafana.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your grafana container is named grafana # make sure that your dns has a cname set for grafana server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name grafana.*; diff --git a/grampsweb.subdomain.conf.sample b/grampsweb.subdomain.conf.sample index 6d77c7a..4be38c0 100644 --- a/grampsweb.subdomain.conf.sample +++ b/grampsweb.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/10/15 +## Version 2024/07/16 # make sure that your grampsweb container is named grampsweb # make sure that your dns has a cname set for grampsweb server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name grampsweb.*; diff --git a/grav.subdomain.conf.sample b/grav.subdomain.conf.sample index 1d2dd63..bd64b4a 100644 --- a/grav.subdomain.conf.sample +++ b/grav.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your grav container is named grav # make sure that your dns has a cname set for grav server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name grav.*; diff --git a/graylog.subdomain.conf.sample b/graylog.subdomain.conf.sample index 42763c9..8999525 100644 --- a/graylog.subdomain.conf.sample +++ b/graylog.subdomain.conf.sample @@ -1,12 +1,12 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your graylog container is named graylog # make sure that your dns has a cname set for graylog # Ensure the upstream_port matches your GRAYLOG_HTTP_BIND_ADDRESS port # This conf assumes GRAYLOG_HTTP_BIND_ADDRESS=0.0.0.0:9000 server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name graylog.*; diff --git a/grocy.subdomain.conf.sample b/grocy.subdomain.conf.sample index c7dd633..9e745a8 100644 --- a/grocy.subdomain.conf.sample +++ b/grocy.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your grocy container is named grocy # make sure that your dns has a cname set for grocy server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name grocy.*; diff --git a/guacamole.subdomain.conf.sample b/guacamole.subdomain.conf.sample index e6ecea6..e810f65 100644 --- a/guacamole.subdomain.conf.sample +++ b/guacamole.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your guacamole container is named guacamole # make sure that your dns has a cname set for guacamole server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name guacamole.*; diff --git a/hass-configurator.subdomain.conf.sample b/hass-configurator.subdomain.conf.sample index f3ebf0b..29bf694 100644 --- a/hass-configurator.subdomain.conf.sample +++ b/hass-configurator.subdomain.conf.sample @@ -1,12 +1,12 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your hass container is named hass # make sure that your dns has a cname set for hass # this proxy configuration file is for the hass-configurator-docker container that is used # in the hassos addon store (https://github.com/CausticLab/hass-configurator-docker) server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name hass-configurator.*; diff --git a/headphones.subdomain.conf.sample b/headphones.subdomain.conf.sample index 2539caa..83aeaea 100644 --- a/headphones.subdomain.conf.sample +++ b/headphones.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your headphones container is named headphones # make sure that your dns has a cname set for headphones server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name headphones.*; diff --git a/healthchecks.subdomain.conf.sample b/healthchecks.subdomain.conf.sample index 47b4cfa..e124d66 100644 --- a/healthchecks.subdomain.conf.sample +++ b/healthchecks.subdomain.conf.sample @@ -1,11 +1,11 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your healthchecks container is named healthchecks # make sure that your dns has a cname set for healthchecks # make sure your Healthchecks ALLOWED_HOSTS and SITE_ROOT align with the server_name used in this conf. server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name healthchecks.*; diff --git a/hedgedoc.subdomain.conf.sample b/hedgedoc.subdomain.conf.sample index a4fa0b5..4d39236 100644 --- a/hedgedoc.subdomain.conf.sample +++ b/hedgedoc.subdomain.conf.sample @@ -1,12 +1,12 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure you set the following environment variables in your docker arguments # CMD_DOMAIN=hedgedoc.server.com # CMD_URL_ADDPORT=false # CMD_PROTOCOL_USESSL=true server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name hedgedoc.*; diff --git a/heimdall.subdomain.conf.sample b/heimdall.subdomain.conf.sample index a77de5b..5636ba5 100644 --- a/heimdall.subdomain.conf.sample +++ b/heimdall.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your heimdall container is named heimdall # make sure that your dns has a cname set for heimdall server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name heimdall.*; diff --git a/homarr.subdomain.conf.sample b/homarr.subdomain.conf.sample index a373d54..2ef3a8a 100644 --- a/homarr.subdomain.conf.sample +++ b/homarr.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your homarr container is named homarr # make sure that your dns has a cname set for homarr server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name homarr.*; diff --git a/homeassistant.subdomain.conf.sample b/homeassistant.subdomain.conf.sample index 680e58e..b1483b9 100644 --- a/homeassistant.subdomain.conf.sample +++ b/homeassistant.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your homeassistant container is named homeassistant # make sure that your dns has a cname set for homeassistant @@ -12,8 +12,8 @@ # - 172.16.0.0/12 server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name homeassistant.*; diff --git a/homebox.subdomain.conf.sample b/homebox.subdomain.conf.sample index 8b5597b..d4137d5 100644 --- a/homebox.subdomain.conf.sample +++ b/homebox.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/10/21 +## Version 2024/07/16 # make sure that your homebox container is named homebox # make sure that your dns has a cname set for homebox server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name homebox.*; @@ -51,6 +51,6 @@ server { set $upstream_port 7745; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; - + } } diff --git a/homebridge.subdomain.conf.sample b/homebridge.subdomain.conf.sample index cbe7d0f..8cceeb3 100644 --- a/homebridge.subdomain.conf.sample +++ b/homebridge.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your homebridge container is named homebridge # make sure that your dns has a cname set for homebridge server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name homebridge.*; diff --git a/homepage.subdomain.conf.sample b/homepage.subdomain.conf.sample index eacfccb..6e9238b 100644 --- a/homepage.subdomain.conf.sample +++ b/homepage.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2024/04/09 +## Version 2024/07/16 # make sure that your homepage container is named homepage # make sure that your dns has a cname set for homepage server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name homepage.*; diff --git a/homer.subdomain.conf.sample b/homer.subdomain.conf.sample index eb63592..2a72193 100644 --- a/homer.subdomain.conf.sample +++ b/homer.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your homer container is named homer # make sure that your dns has a cname set for homer server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name homer.*; diff --git a/huginn.subdomain.conf.sample b/huginn.subdomain.conf.sample index 0a7d710..8d93257 100644 --- a/huginn.subdomain.conf.sample +++ b/huginn.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your huginn container is named huginn # make sure that your dns has a cname set for huginn server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name huginn.*; diff --git a/immich.subdomain.conf.sample b/immich.subdomain.conf.sample index a5cb740..f4ad590 100644 --- a/immich.subdomain.conf.sample +++ b/immich.subdomain.conf.sample @@ -1,11 +1,11 @@ -## Version 2024/03/28 +## Version 2024/07/16 # make sure that your immich container is named immich # make sure that your dns has a cname set for immich # immich v1.88+ only server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name immich.*; diff --git a/influxdb.subdomain.conf.sample b/influxdb.subdomain.conf.sample index 58e4cce..8b93481 100644 --- a/influxdb.subdomain.conf.sample +++ b/influxdb.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2024/01/08 +## Version 2024/07/16 # make sure that your influxdb container is named influxdb # make sure that your dns has a cname set for influxdb server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name influxdb.*; @@ -51,6 +51,6 @@ server { set $upstream_port 8086; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; - + } } diff --git a/it-tools.subdomain.conf.sample b/it-tools.subdomain.conf.sample index 449bdeb..b9d4289 100644 --- a/it-tools.subdomain.conf.sample +++ b/it-tools.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your it-tools container is named it-tools # make sure that your dns has a cname set for it-tools server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name it-tools.*; diff --git a/jackett.subdomain.conf.sample b/jackett.subdomain.conf.sample index 7fb3544..9903101 100644 --- a/jackett.subdomain.conf.sample +++ b/jackett.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your jackett container is named jackett # make sure that your dns has a cname set for jackett server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name jackett.*; diff --git a/jdownloader.subdomain.conf.sample b/jdownloader.subdomain.conf.sample index 229384d..e849e3a 100644 --- a/jdownloader.subdomain.conf.sample +++ b/jdownloader.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your jdownloader container is named jdownloader # make sure that your dns has a cname set for jdownloader server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name jdownloader.*; diff --git a/jellyfin.subdomain.conf.sample b/jellyfin.subdomain.conf.sample index eac005d..479ca30 100644 --- a/jellyfin.subdomain.conf.sample +++ b/jellyfin.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your jellyfin container is named jellyfin # make sure that your dns has a cname set for jellyfin # if jellyfin is running in bridge mode and the container is named "jellyfin", the below config should work as is @@ -7,8 +7,8 @@ # in jellyfin settings, under "Advanced/Networking" add subdomain.mydomain.tld as a known proxy server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name jellyfin.*; diff --git a/jellyseerr.subdomain.conf.sample b/jellyseerr.subdomain.conf.sample index 8d54d46..dc3947c 100644 --- a/jellyseerr.subdomain.conf.sample +++ b/jellyseerr.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your jellyseerr container is named jellyseerr # make sure that your dns has a cname set for jellyseerr server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name jellyseerr.*; diff --git a/jfa-go.subdomain.conf.sample b/jfa-go.subdomain.conf.sample index c4b1cd5..99105f0 100644 --- a/jfa-go.subdomain.conf.sample +++ b/jfa-go.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your jfa-go container is named jfa-go # make sure that your dns has a cname set for jfa-go server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name jfa-go.*; diff --git a/kanzi.subdomain.conf.sample b/kanzi.subdomain.conf.sample index 150c1c2..81ed6d1 100644 --- a/kanzi.subdomain.conf.sample +++ b/kanzi.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your kanzi container is named kanzi # make sure that your dns has a cname set for kanzi server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name kanzi.*; diff --git a/kasm.subdomain.conf.sample b/kasm.subdomain.conf.sample index 4ae9972..1568f0a 100644 --- a/kasm.subdomain.conf.sample +++ b/kasm.subdomain.conf.sample @@ -1,13 +1,14 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your kasm container is named kasm # make sure that your dns has a cname set for kasm and kasm-wizard # This configuration assumes 8443 with the environment variable -e KASM_PORT=8443 set adjust to your needs # Post installation you will need to access Kasm > Admin > Zones > default zone (edit) and modify # Proxy Port to 0 as documented https://www.kasmweb.com/docs/latest/how_to/reverse_proxy.html#update-zones + server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name kasm.*; @@ -51,9 +52,10 @@ server { # Wizard UI - Please enable some form of auth if publishing to the internet # Or simply remove this and access it locally + server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name kasm-wizard.*; diff --git a/kavita.subdomain.conf.sample b/kavita.subdomain.conf.sample index e7e4700..5372c68 100644 --- a/kavita.subdomain.conf.sample +++ b/kavita.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your kavita container is named kavita # make sure that your dns has a cname set for kavita server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name kavita.*; diff --git a/kimai.subdomain.conf.sample b/kimai.subdomain.conf.sample index 4fe36a2..9f7cb5f 100644 --- a/kimai.subdomain.conf.sample +++ b/kimai.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2024/03/22 +## Version 2024/07/16 # make sure that your kimai container is named kimai # make sure that your dns has a cname set for kimai server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name kimai.*; diff --git a/komga.subdomain.conf.sample b/komga.subdomain.conf.sample index 6cf2191..c961f02 100644 --- a/komga.subdomain.conf.sample +++ b/komga.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/09/05 +## Version 2024/07/16 # make sure that your komga container is named komga # make sure that your dns has a cname set for komga server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name komga.*; diff --git a/lazylibrarian.subdomain.conf.sample b/lazylibrarian.subdomain.conf.sample index 0ece047..ca3a5c3 100644 --- a/lazylibrarian.subdomain.conf.sample +++ b/lazylibrarian.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your lazylibrarian container is named lazylibrarian # make sure that your dns has a cname set for lazylibrarian server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name lazylibrarian.*; diff --git a/leantime.subdomain.conf.sample b/leantime.subdomain.conf.sample index ef8e65a..b7b4740 100644 --- a/leantime.subdomain.conf.sample +++ b/leantime.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your leantime container is named leantime # make sure that your dns has a cname set for leantime server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name leantime.*; diff --git a/libreddit.subdomain.conf.sample b/libreddit.subdomain.conf.sample index f391bc4..b3882d5 100644 --- a/libreddit.subdomain.conf.sample +++ b/libreddit.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/06/21 +## Version 2024/07/16 # make sure that your libreddit container is named libreddit # make sure that your dns has a cname set for libreddit server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name libreddit.*; diff --git a/librespeed.subdomain.conf.sample b/librespeed.subdomain.conf.sample index e1aef7b..2b943fe 100644 --- a/librespeed.subdomain.conf.sample +++ b/librespeed.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your librespeed container is named librespeed # make sure that your dns has a cname set for librespeed server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name librespeed.*; diff --git a/lidarr.subdomain.conf.sample b/lidarr.subdomain.conf.sample index ebecd02..b87734b 100644 --- a/lidarr.subdomain.conf.sample +++ b/lidarr.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your lidarr container is named lidarr # make sure that your dns has a cname set for lidarr server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name lidarr.*; diff --git a/linkace.subdomain.conf.sample b/linkace.subdomain.conf.sample index 884da71..fc8d1f7 100644 --- a/linkace.subdomain.conf.sample +++ b/linkace.subdomain.conf.sample @@ -1,11 +1,11 @@ -## Version 2023/09/29 +## Version 2024/07/16 # make sure that your linkace container is named linkace # make sure that your dns has a cname set for linkace # use linkace:simple package with included proxy server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name linkace.*; @@ -43,4 +43,4 @@ server { set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } -} \ No newline at end of file +} diff --git a/linkstack.subdomain.conf.sample b/linkstack.subdomain.conf.sample index ead34f0..3f66f7f 100644 --- a/linkstack.subdomain.conf.sample +++ b/linkstack.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2023/06/27 +## Version 2024/07/16 # make sure that your dns has a cname set for linkstack and that your linkstack container is not using a base url server { diff --git a/lldap.subdomain.conf.sample b/lldap.subdomain.conf.sample index ed707fa..37acd1b 100644 --- a/lldap.subdomain.conf.sample +++ b/lldap.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your lldap container is named lldap # make sure that your dns has a cname set for lldap server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name lldap.*; diff --git a/lychee.subdomain.conf.sample b/lychee.subdomain.conf.sample index 7e2df17..5cebf11 100644 --- a/lychee.subdomain.conf.sample +++ b/lychee.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your lychee container is named lychee # make sure that your dns has a cname set for lychee server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name lychee.*; diff --git a/mailu.subdomain.conf.sample b/mailu.subdomain.conf.sample index 4b4d10f..a15e1b7 100644 --- a/mailu.subdomain.conf.sample +++ b/mailu.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your mailu container is named front # make sure that your dns has a cname set for mailu server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name mailu.*; diff --git a/maintainerr.subdomain.conf.sample b/maintainerr.subdomain.conf.sample index 170e740..b596d18 100644 --- a/maintainerr.subdomain.conf.sample +++ b/maintainerr.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/12/14 +## Version 2024/07/16 # make sure that your maintainerr container is named maintainerr # make sure that your dns has a cname set for maintainerr server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name maintainerr.*; diff --git a/mastodon.subdomain.conf.sample b/mastodon.subdomain.conf.sample index 8b992b7..5414d76 100644 --- a/mastodon.subdomain.conf.sample +++ b/mastodon.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your mastodon container is named mastodon # make sure that your dns has a cname set for mastodon # make sure you set `WEB_DOMAIN=mastodon.example.com` env var for the mastodon container @@ -7,8 +7,8 @@ # See the upstream docs for more info: https://docs.joinmastodon.org/admin/config/#basic server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name mastodon.*; diff --git a/matomo.subdomain.conf.sample b/matomo.subdomain.conf.sample index 9f6230f..ddf83d6 100644 --- a/matomo.subdomain.conf.sample +++ b/matomo.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your matomo container is named matomo # make sure that your dns has a cname set for matomo server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name matomo.*; diff --git a/mattermost.subdomain.conf.sample b/mattermost.subdomain.conf.sample index dcd4449..fdd9a9f 100644 --- a/mattermost.subdomain.conf.sample +++ b/mattermost.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # Make sure that your DNS has a CNAME record for "mattermost" and your Mattermost container is using the same subdomain # To learn how to deploy Mattermost via Docker, visit https://docs.mattermost.com/install/install-docker.html server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name mattermost.*; diff --git a/mealie.subdomain.conf.sample b/mealie.subdomain.conf.sample index 9ba52ff..0192241 100644 --- a/mealie.subdomain.conf.sample +++ b/mealie.subdomain.conf.sample @@ -1,9 +1,9 @@ -## Version 2023/05/31 +## Version 2024/07/16 # Ensure your DNS has a CNAME set for mealie and that mealie container is named. server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name mealie.*; diff --git a/medusa.subdomain.conf.sample b/medusa.subdomain.conf.sample index b96f7d0..6e191c9 100644 --- a/medusa.subdomain.conf.sample +++ b/medusa.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your medusa container is named medusa # make sure that your dns has a cname set for medusa server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name medusa.*; diff --git a/metube.subdomain.conf.sample b/metube.subdomain.conf.sample index b59fd8c..4ee638b 100644 --- a/metube.subdomain.conf.sample +++ b/metube.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your metube container is named metube # make sure that your dns has a cname set for metube server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name metube.*; diff --git a/miniflux.subdomain.conf.sample b/miniflux.subdomain.conf.sample index bd8764f..240061c 100644 --- a/miniflux.subdomain.conf.sample +++ b/miniflux.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your miniflux container is named miniflux # make sure that your dns has a cname set for miniflux server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name miniflux.*; diff --git a/monica.subdomain.conf.sample b/monica.subdomain.conf.sample index 31796ac..c90e055 100644 --- a/monica.subdomain.conf.sample +++ b/monica.subdomain.conf.sample @@ -1,13 +1,13 @@ -## Version 2024/03/28 +## Version 2024/07/16 # make sure that your monica container is named monica. # make sure that your dns has a cname set for monica. # monica container should have the env var APP_ENV=production set. -# monica container should have the env var TRUSTED_PROXIES set to a value +# monica container should have the env var TRUSTED_PROXIES set to a value # that includes SWAG as seen by the monica container server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name monica.*; diff --git a/monitorr.subdomain.conf.sample b/monitorr.subdomain.conf.sample index d8f1f1f..5515ab3 100644 --- a/monitorr.subdomain.conf.sample +++ b/monitorr.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your monitorr container is named monitorr # make sure that your dns has a cname set for monitorr server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name monitorr.*; diff --git a/mstream.subdomain.conf.sample b/mstream.subdomain.conf.sample index 1072de8..3dd06bd 100644 --- a/mstream.subdomain.conf.sample +++ b/mstream.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your mstream container is named mstream # make sure that your dns has a cname set for mstream server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name mstream.*; diff --git a/mylar.subdomain.conf.sample b/mylar.subdomain.conf.sample index 7690b86..ea771db 100644 --- a/mylar.subdomain.conf.sample +++ b/mylar.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your mylar container is named mylar # make sure that your dns has a cname set for mylar server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name mylar.*; diff --git a/n8n.subdomain.conf.sample b/n8n.subdomain.conf.sample index 1b3cd31..d5af543 100644 --- a/n8n.subdomain.conf.sample +++ b/n8n.subdomain.conf.sample @@ -1,11 +1,11 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your n8n container is named n8n # make sure that your dns has a cname set for n8n # add `server.use-forward-headers=true` to `/config/application.properties` to ensure logs contain real source IP server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name n8n.*; diff --git a/navidrome.subdomain.conf.sample b/navidrome.subdomain.conf.sample index 9648696..21fa309 100644 --- a/navidrome.subdomain.conf.sample +++ b/navidrome.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your navidrome container is named navidrome # make sure that your dns has a cname set for navidrome server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name navidrome.*; diff --git a/netboot.subdomain.conf.sample b/netboot.subdomain.conf.sample index 801971f..2882979 100644 --- a/netboot.subdomain.conf.sample +++ b/netboot.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your netboot container is named netboot # make sure that your dns has a cname set for netboot server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name netboot.*; diff --git a/netbox.subdomain.conf.sample b/netbox.subdomain.conf.sample index a418a1a..392a295 100644 --- a/netbox.subdomain.conf.sample +++ b/netbox.subdomain.conf.sample @@ -1,12 +1,12 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your container is named netbox # make sure that your dns has a cname set for netbox # make sure your netbox instance is using ALLOWED_HOST=netbox.domain.com (replace with your own domain) # or edit both the environment variable and this conf file if using a different subdomain server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name netbox.*; diff --git a/netdata.subdomain.conf.sample b/netdata.subdomain.conf.sample index 462da8f..0431358 100644 --- a/netdata.subdomain.conf.sample +++ b/netdata.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your netdata container is named netdata # make sure that your dns has a cname set for netdata server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name netdata.*; diff --git a/nextcloud.subdomain.conf.sample b/nextcloud.subdomain.conf.sample index 526efa8..903d725 100644 --- a/nextcloud.subdomain.conf.sample +++ b/nextcloud.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2024/04/25 +## Version 2024/07/16 # make sure that your nextcloud container is named nextcloud # make sure that your dns has a cname set for nextcloud # assuming this container is called "swag", edit your nextcloud container's config @@ -15,8 +15,8 @@ # ), server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name nextcloud.*; diff --git a/nexusoss.subdomain.conf.sample b/nexusoss.subdomain.conf.sample index 0498ef6..1df0ac5 100644 --- a/nexusoss.subdomain.conf.sample +++ b/nexusoss.subdomain.conf.sample @@ -1,12 +1,12 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your nexusoss container is named nexusoss # make sure that your dns has a cname set for nexusoss # make sure that the port for the nexusoss container 8081 (the first location "/") # make sure that the HTTP Connector port for the hosted docker repository is 8082 (the second location "/v2/") server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name nexusoss.*; diff --git a/nocodb.subdomain.conf.sample b/nocodb.subdomain.conf.sample index 26e877b..b8d804f 100644 --- a/nocodb.subdomain.conf.sample +++ b/nocodb.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/09/28 +## Version 2024/07/16 # make sure that your nocodb container is named nocodb # make sure that your dns has a cname set for nocodb server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name nocodb.*; diff --git a/notifiarr.subdomain.conf.sample b/notifiarr.subdomain.conf.sample index dbe77b2..3560f5b 100644 --- a/notifiarr.subdomain.conf.sample +++ b/notifiarr.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your notifiarr container is named notifiarr # make sure that your dns has a cname set for notifiarr server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name notifiarr.*; diff --git a/ntfy.subdomain.conf.sample b/ntfy.subdomain.conf.sample index 796165c..5062ee2 100644 --- a/ntfy.subdomain.conf.sample +++ b/ntfy.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your ntfy container is named ntfy # make sure that your dns has a cname set for ntfy server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name ntfy.*; diff --git a/nzbget.subdomain.conf.sample b/nzbget.subdomain.conf.sample index 8b7c341..dd4c489 100644 --- a/nzbget.subdomain.conf.sample +++ b/nzbget.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your nzbget container is named nzbget # make sure that your dns has a cname set for nzbget server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name nzbget.*; diff --git a/nzbhydra.subdomain.conf.sample b/nzbhydra.subdomain.conf.sample index 0a8af0f..1e3fd03 100644 --- a/nzbhydra.subdomain.conf.sample +++ b/nzbhydra.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your nzbhydra container is named nzbhydra2 # make sure that your dns has a cname set for nzbhydra server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name nzbhydra.*; diff --git a/octoprint.subdomain.conf.sample b/octoprint.subdomain.conf.sample index 96df237..1b84429 100644 --- a/octoprint.subdomain.conf.sample +++ b/octoprint.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your octoprint container is named octoprint # make sure that your dns has a cname set for octoprint server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name octoprint.*; diff --git a/ombi.subdomain.conf.sample b/ombi.subdomain.conf.sample index 2dccfed..26f5fcf 100644 --- a/ombi.subdomain.conf.sample +++ b/ombi.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your ombi container is named ombi # make sure that your dns has a cname set for ombi server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name ombi.*; diff --git a/oogway.subdomain.conf.sample b/oogway.subdomain.conf.sample index fa81994..2c02ad6 100644 --- a/oogway.subdomain.conf.sample +++ b/oogway.subdomain.conf.sample @@ -1,11 +1,11 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your oogway container is named oogway # make sure that your dns has a cname set for oogway server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name oogway.*; diff --git a/open-webui.subdomain.conf.sample b/open-webui.subdomain.conf.sample index 1c4410f..ecc31c7 100644 --- a/open-webui.subdomain.conf.sample +++ b/open-webui.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2024/03/30 +## Version 2024/07/16 # make sure that your open-webui container is named open-webui # make sure that your dns has a cname set for open-webui server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name open-webui.*; diff --git a/openhab.subdomain.conf.sample b/openhab.subdomain.conf.sample index fd0cf9a..4c263f1 100644 --- a/openhab.subdomain.conf.sample +++ b/openhab.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your openhab container is named openhab # make sure that your dns has a cname set for openhab server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name openhab.*; diff --git a/openvpn-as.subdomain.conf.sample b/openvpn-as.subdomain.conf.sample index c834266..93d9504 100644 --- a/openvpn-as.subdomain.conf.sample +++ b/openvpn-as.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your openvpn-as container is named openvpn-as # make sure that your dns has a cname set for openvpn-as server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name openvpn-as.*; diff --git a/openvscode-server.subdomain.conf.sample b/openvscode-server.subdomain.conf.sample index c74d03d..d5bfc54 100644 --- a/openvscode-server.subdomain.conf.sample +++ b/openvscode-server.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your openvscode-server container is named openvscode-server # make sure that your dns has a cname set for openvscode-server # This conf allows accessing internal ports at `PORT` (http) or `PORTs` (https) as subdomain @@ -6,8 +6,8 @@ # Access https port 8080 at `https://8080s.openvscode-server.domain.url` server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name openvscode-server.*; @@ -49,8 +49,8 @@ server { } server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name "~^(?[0-9]{1,10})\.openvscode-server\..*$"; @@ -91,8 +91,8 @@ server { } server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name "~^(?[0-9]{1,10})s\.openvscode-server\..*$"; diff --git a/organizr.subdomain.conf.sample b/organizr.subdomain.conf.sample index 21b291b..9a482d3 100644 --- a/organizr.subdomain.conf.sample +++ b/organizr.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your organizr container is named organizr # make sure that your dns has a cname set for organizr server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name organizr.*; diff --git a/osticket.subdomain.conf.sample b/osticket.subdomain.conf.sample index f6418c2..866834f 100644 --- a/osticket.subdomain.conf.sample +++ b/osticket.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your osticket container is named osticket # make sure that your dns has a cname set for osticket server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name osticket.*; diff --git a/overseerr.subdomain.conf.sample b/overseerr.subdomain.conf.sample index e3449b7..e21643c 100644 --- a/overseerr.subdomain.conf.sample +++ b/overseerr.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your overseerr container is named overseerr # make sure that your dns has a cname set for overseerr server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name overseerr.*; diff --git a/papermerge.subdomain.conf.sample b/papermerge.subdomain.conf.sample index a9a0c80..a1573e7 100644 --- a/papermerge.subdomain.conf.sample +++ b/papermerge.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your papermerge container is named papermerge # make sure that your dns has a cname set for papermerge server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name papermerge.*; diff --git a/partdb.subdomain.conf.sample b/partdb.subdomain.conf.sample index d5efd90..1c329d2 100644 --- a/partdb.subdomain.conf.sample +++ b/partdb.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your partdb container is named partdb # make sure that your dns has a cname set for partdb server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name partdb.*; @@ -41,7 +41,7 @@ server { set $upstream_port 80; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; - + } } diff --git a/petio.subdomain.conf.sample b/petio.subdomain.conf.sample index ffd1eac..3368d9c 100644 --- a/petio.subdomain.conf.sample +++ b/petio.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your petio container is named petio # make sure that your dns has a cname set for petio server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name petio.*; diff --git a/pgadmin.subdomain.conf.sample b/pgadmin.subdomain.conf.sample index 6524821..c66729f 100644 --- a/pgadmin.subdomain.conf.sample +++ b/pgadmin.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your pgadmin container is named pgadmin # make sure that your dns has a cname set for pgadmin server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name pgadmin.*; diff --git a/phoneinfoga.subdomain.conf.sample b/phoneinfoga.subdomain.conf.sample index ea0fd0c..224c0c5 100644 --- a/phoneinfoga.subdomain.conf.sample +++ b/phoneinfoga.subdomain.conf.sample @@ -1,11 +1,11 @@ -## Version 2023/11/30 +## Version 2024/07/16 # make sure that your phoneinfoga container is named phoneinfoga # make sure that your dns has a cname set for phoneinfoga # add command: 'serve' to your docker compose, so the PhoneInfoga web server starts server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name phoneinfoga.*; diff --git a/photoprism.subdomain.conf.sample b/photoprism.subdomain.conf.sample index 606dd7e..48a445a 100644 --- a/photoprism.subdomain.conf.sample +++ b/photoprism.subdomain.conf.sample @@ -1,9 +1,9 @@ -## Version 2023/05/31 +## Version 2024/07/16 # Ensure your DNS has a CNAME set for Photoprism and that Photoprism container is named. server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name photoprism.*; diff --git a/phpmyadmin.subdomain.conf.sample b/phpmyadmin.subdomain.conf.sample index 1a5d455..7fa88c0 100644 --- a/phpmyadmin.subdomain.conf.sample +++ b/phpmyadmin.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your phpmyadmin container is named phpmyadmin # make sure that your dns has a cname set for phpmyadmin server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name phpmyadmin.*; diff --git a/pihole.subdomain.conf.sample b/pihole.subdomain.conf.sample index 36902e6..d2917c5 100644 --- a/pihole.subdomain.conf.sample +++ b/pihole.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your pihole container is named pihole # make sure that your dns has a cname set for pihole server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name pihole.*; diff --git a/pinry.subdomain.conf.sample b/pinry.subdomain.conf.sample index 920dddc..bdc9ebc 100644 --- a/pinry.subdomain.conf.sample +++ b/pinry.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your pinry container is named pinry # make sure that your dns has a cname set for pinry server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name pinry.*; diff --git a/piwigo.subdomain.conf.sample b/piwigo.subdomain.conf.sample index 930b3a3..ceb648d 100644 --- a/piwigo.subdomain.conf.sample +++ b/piwigo.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your piwigo container is named piwigo # make sure that your dns has a cname set for piwigo server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name piwigo.*; diff --git a/pixelfed.subdomain.conf.sample b/pixelfed.subdomain.conf.sample index 987f84e..d280b50 100644 --- a/pixelfed.subdomain.conf.sample +++ b/pixelfed.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your pixelfed container is named pixelfed # make sure that your dns has a cname set for pixelfed server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name pixelfed.*; diff --git a/planka.subdomain.conf.sample b/planka.subdomain.conf.sample index 298cd34..a0c4366 100644 --- a/planka.subdomain.conf.sample +++ b/planka.subdomain.conf.sample @@ -1,11 +1,11 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your planka container is named planka # make sure that your dns has a cname set for planka # make sure that the BASE_URL env variable in planka container is set to: BASE_URL="https://planka.example.com" server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name planka.*; diff --git a/plex.subdomain.conf.sample b/plex.subdomain.conf.sample index 38d66d2..accc5a7 100644 --- a/plex.subdomain.conf.sample +++ b/plex.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your plex container is named plex # make sure that your dns has a cname set for plex # if plex is running in bridge mode and the container is named "plex", the below config should work as is @@ -7,8 +7,8 @@ # in plex server settings, under network, fill in "Custom server access URLs" with your domain (ie. "https://plex.yourdomain.url:443") server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name plex.*; diff --git a/plexwebtools.subdomain.conf.sample b/plexwebtools.subdomain.conf.sample index 6b9f17f..96a2963 100644 --- a/plexwebtools.subdomain.conf.sample +++ b/plexwebtools.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your plex container is named plex # make sure that your dns has a cname set for plexwebtools server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name plexwebtools.*; diff --git a/podgrab.subdomain.conf.sample b/podgrab.subdomain.conf.sample index 6813c6a..686dc82 100644 --- a/podgrab.subdomain.conf.sample +++ b/podgrab.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your podgrab container is named podgrab # make sure that your dns has a cname set for podgrab server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name podgrab.*; diff --git a/portainer.subdomain.conf.sample b/portainer.subdomain.conf.sample index 62304e7..a51df6e 100644 --- a/portainer.subdomain.conf.sample +++ b/portainer.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your portainer container is named portainer # make sure that your dns has a cname set for portainer server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name portainer.*; diff --git a/privatebin.subdomain.conf.sample b/privatebin.subdomain.conf.sample index 5838c88..8f8d4df 100644 --- a/privatebin.subdomain.conf.sample +++ b/privatebin.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2024/03/28 +## Version 2024/07/16 # make sure that your privatebin container is named privatebin # make sure that your dns has a cname set for privatebin server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name privatebin.*; diff --git a/prometheus.subdomain.conf.sample b/prometheus.subdomain.conf.sample index 40c37a8..fe5d77b 100644 --- a/prometheus.subdomain.conf.sample +++ b/prometheus.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your prometheus container is named prometheus # make sure that your dns has a cname set for prometheus server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name prometheus.*; diff --git a/prowlarr.subdomain.conf.sample b/prowlarr.subdomain.conf.sample index 1162da7..dc526cc 100644 --- a/prowlarr.subdomain.conf.sample +++ b/prowlarr.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/09/13 +## Version 2024/07/16 # make sure that your prowlarr container is named prowlarr # make sure that your dns has a cname set for prowlarr server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name prowlarr.*; diff --git a/pterodactyl.subdomain.conf.sample b/pterodactyl.subdomain.conf.sample index 4edb8c1..914fa21 100644 --- a/pterodactyl.subdomain.conf.sample +++ b/pterodactyl.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2023/05/31 +## Version 2024/07/16 # this is for your actual panel, not nodes # make sure you set your pterodactyl servers "remote" and "api" addresses to the domains you specify here # ensure you have enabled "ssl encryption" and (if necessary) "behind proxy" in your pterodactyl server @@ -6,8 +6,8 @@ # make sure that your dns has a cname set for pterodactyl server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name pterodactyl.*; diff --git a/pterodactylnode.subdomain.conf.sample b/pterodactylnode.subdomain.conf.sample index 0fa07a5..d47f26b 100644 --- a/pterodactylnode.subdomain.conf.sample +++ b/pterodactylnode.subdomain.conf.sample @@ -1,12 +1,12 @@ -## Version 2023/05/31 +## Version 2024/07/16 # this is for nodes, not your actual panel # make sure you set your node to use 443 as its API port # make sure that your pterodactylnode container is named pterodactylnode # make sure that your dns has a cname set for pterodactylnode server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name pterodactylnode.*; diff --git a/pwndrop.subdomain.conf.sample b/pwndrop.subdomain.conf.sample index 09370c6..c33b1a6 100644 --- a/pwndrop.subdomain.conf.sample +++ b/pwndrop.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your pwndrop container is named pwndrop # make sure that your dns has a cname set for pwndrop server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name pwndrop.*; diff --git a/pydio-cells.subdomain.conf.sample b/pydio-cells.subdomain.conf.sample index 6131af3..fba6c05 100644 --- a/pydio-cells.subdomain.conf.sample +++ b/pydio-cells.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2024/03/14 +## Version 2024/07/16 # make sure that your pydio-cells container is named pydio-cells # make sure that your dns has a cname set for pydio-cells server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name pydio-cells.*; diff --git a/pydio.subdomain.conf.sample b/pydio.subdomain.conf.sample index d4defdd..2b8cc3e 100644 --- a/pydio.subdomain.conf.sample +++ b/pydio.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your pydio container is named pydio # make sure that your dns has a cname set for pydio server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name pydio.*; diff --git a/pyload.subdomain.conf.sample b/pyload.subdomain.conf.sample index b9b46e3..f1bf84f 100644 --- a/pyload.subdomain.conf.sample +++ b/pyload.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your pyload container is named pyload # make sure that your dns has a cname set for pyload server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name pyload.*; diff --git a/qbittorrent.subdomain.conf.sample b/qbittorrent.subdomain.conf.sample index 4dd6135..eb9da24 100644 --- a/qbittorrent.subdomain.conf.sample +++ b/qbittorrent.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2023/10/10 +## Version 2024/07/16 # make sure that your qbittorrent container is named qbittorrent # make sure that your dns has a cname set for qbittorrent # Api and related location bypasses are now commented out by default @@ -11,8 +11,8 @@ # enable at your own risk server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name qbittorrent.*; diff --git a/quassel-web.subdomain.conf.sample b/quassel-web.subdomain.conf.sample index f18acea..13bf051 100644 --- a/quassel-web.subdomain.conf.sample +++ b/quassel-web.subdomain.conf.sample @@ -1,11 +1,11 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your quassel container is named quassel-web # make sure that your dns has a cname set for quassel # make sure Quassel-Web is running on http with -e 'HTTPS'='false' or if you're using -e 'ADVANCED'='true' by editing config.json appropriately server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name quassel.*; diff --git a/radarr.subdomain.conf.sample b/radarr.subdomain.conf.sample index 4f854cc..03a084d 100644 --- a/radarr.subdomain.conf.sample +++ b/radarr.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your radarr container is named radarr # make sure that your dns has a cname set for radarr server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name radarr.*; diff --git a/rallly.subdomain.conf.sample b/rallly.subdomain.conf.sample index 3dcfea1..55c98f5 100644 --- a/rallly.subdomain.conf.sample +++ b/rallly.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your rallly container is named rallly # make sure that your dns has a cname set for rallly server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name rallly.*; diff --git a/raneto.subdomain.conf.sample b/raneto.subdomain.conf.sample index a08b587..483db39 100644 --- a/raneto.subdomain.conf.sample +++ b/raneto.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your raneto container is named raneto # make sure that your dns has a cname set for raneto server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name raneto.*; diff --git a/readarr.subdomain.conf.sample b/readarr.subdomain.conf.sample index 6f88038..a2bc3de 100644 --- a/readarr.subdomain.conf.sample +++ b/readarr.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your readarr container is named readarr # make sure that your dns has a cname set for readarr server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name readarr.*; diff --git a/recipes.subdomain.conf.sample b/recipes.subdomain.conf.sample index 3b9c668..2c772ea 100644 --- a/recipes.subdomain.conf.sample +++ b/recipes.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your recipes container is named recipes # make sure that your dns has a cname set for recipes # make sure to mount /media/ in your swag container to point to your Recipes Media directory @@ -7,8 +7,8 @@ # Doc: https://vabene1111.github.io/recipes/install/docker/#using-proxy-authentication server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name recipes.*; diff --git a/requestrr.subdomain.conf.sample b/requestrr.subdomain.conf.sample index ebf9109..629f901 100644 --- a/requestrr.subdomain.conf.sample +++ b/requestrr.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your requestrr container is named requestrr # make sure that your dns has a cname set for requestrr server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name requestrr.*; diff --git a/resilio-sync.subdomain.conf.sample b/resilio-sync.subdomain.conf.sample index 3e39983..fb63304 100644 --- a/resilio-sync.subdomain.conf.sample +++ b/resilio-sync.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your resilio-sync container is named resilio-sync # make sure that your dns has a cname set for resilio-sync server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name resilio-sync.*; diff --git a/rutorrent.subdomain.conf.sample b/rutorrent.subdomain.conf.sample index f7f3177..7029526 100644 --- a/rutorrent.subdomain.conf.sample +++ b/rutorrent.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your rutorrent container is named rutorrent # make sure that your dns has a cname set for rutorrent server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name rutorrent.*; diff --git a/sabnzbd.subdomain.conf.sample b/sabnzbd.subdomain.conf.sample index 0a53b3a..9bc9842 100644 --- a/sabnzbd.subdomain.conf.sample +++ b/sabnzbd.subdomain.conf.sample @@ -1,12 +1,12 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your sabnzbd container is named sabnzbd # make sure that your dns has a cname set for sabnzbd # edit the sabnzbd.ini host_whitelist to avoid hostname verification issues. This format: # host_whitelist = sabnzbd.domain.com, www.sabnzbd.domain.com server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name sabnzbd.*; diff --git a/saltrim.subdomain.conf.sample b/saltrim.subdomain.conf.sample index 84fea2d..ac1b127 100644 --- a/saltrim.subdomain.conf.sample +++ b/saltrim.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2023/08/05 +## Version 2024/07/16 # make sure that your saltrim webserver container is named bar_assistant-webserver-1 or manually change to match the upstream_app below # make sure that your dns has a cname set for saltrim diff --git a/scrutiny.subdomain.conf.sample b/scrutiny.subdomain.conf.sample index b532026..7376ad8 100644 --- a/scrutiny.subdomain.conf.sample +++ b/scrutiny.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your scrutiny container is named scrutiny # make sure that your dns has a cname set for scrutiny server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name scrutiny.*; diff --git a/semaphore.subdomain.conf.sample b/semaphore.subdomain.conf.sample index fbf74e5..137042f 100644 --- a/semaphore.subdomain.conf.sample +++ b/semaphore.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/09/01 +## Version 2024/07/16 # make sure that your semaphore container is named semaphore # make sure that your dns has a cname set for semaphore server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name semaphore.*; diff --git a/shinobi.subdomain.conf.sample b/shinobi.subdomain.conf.sample index 7300a7d..6c7f3c3 100644 --- a/shinobi.subdomain.conf.sample +++ b/shinobi.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your shinobi container is named shinobi # make sure that your dns has a cname set for shinobi server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name shinobi.*; diff --git a/shlink.subdomain.conf.sample b/shlink.subdomain.conf.sample index 5bb67ca..94b991c 100644 --- a/shlink.subdomain.conf.sample +++ b/shlink.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your shlink container is named shlink # make sure that your dns has a cname set for shlink server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name shlink.*; diff --git a/sickchill.subdomain.conf.sample b/sickchill.subdomain.conf.sample index f12033c..0bb5adc 100644 --- a/sickchill.subdomain.conf.sample +++ b/sickchill.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your sickchill container is named sickchill # make sure that your dns has a cname set for sickchill server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name sickchill.*; diff --git a/sickrage.subdomain.conf.sample b/sickrage.subdomain.conf.sample index 81a2474..b2caec2 100644 --- a/sickrage.subdomain.conf.sample +++ b/sickrage.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your sickrage container is named sickrage # make sure that your dns has a cname set for sickrage server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name sickrage.*; diff --git a/skyhook.subdomain.conf.sample b/skyhook.subdomain.conf.sample index 23c3074..29ec9e9 100644 --- a/skyhook.subdomain.conf.sample +++ b/skyhook.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your skyhook container is named skyhook # make sure that your dns has a cname set for skyhook server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name skyhook.*; diff --git a/smokeping.subdomain.conf.sample b/smokeping.subdomain.conf.sample index c3629c4..9590df0 100644 --- a/smokeping.subdomain.conf.sample +++ b/smokeping.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your smokeping container is named smokeping # make sure that your dns has a cname set for smokeping server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name smokeping.*; diff --git a/sonarr.subdomain.conf.sample b/sonarr.subdomain.conf.sample index c609982..9276bb3 100644 --- a/sonarr.subdomain.conf.sample +++ b/sonarr.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your sonarr container is named sonarr # make sure that your dns has a cname set for sonarr server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name sonarr.*; diff --git a/sonarrtorss.subdomain.conf.sample b/sonarrtorss.subdomain.conf.sample index 82e1581..30b457d 100644 --- a/sonarrtorss.subdomain.conf.sample +++ b/sonarrtorss.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2024/06/21 +## Version 2024/07/16 # make sure that your sonarrtorss container is named sonarrtorss # make sure that your dns has a cname set for sonarrtorss server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name sonarrtorss.*; diff --git a/speedtest-tracker.subdomain.conf.sample b/speedtest-tracker.subdomain.conf.sample index 565e4f2..94c07e8 100644 --- a/speedtest-tracker.subdomain.conf.sample +++ b/speedtest-tracker.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2024/02/20 +## Version 2024/07/16 # make sure that your speedtest-tracker container is named speedtest-tracker # make sure that your dns has a cname set for speedtest-tracker server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name speedtest-tracker.*; diff --git a/statping.subdomain.conf.sample b/statping.subdomain.conf.sample index 81930a3..41216c2 100644 --- a/statping.subdomain.conf.sample +++ b/statping.subdomain.conf.sample @@ -1,12 +1,12 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your statping container is named statup # make sure that your dns has a cname set for statping # If you are using the SSL docker-compose.yml on the statping repo, then the container name will be set to statup. # On other compose examples, it might be named statping. In that case, change $upstream_app statup to $upstream_app statping server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name statping.*; diff --git a/stirling-pdf.subdomain.conf.sample b/stirling-pdf.subdomain.conf.sample index 81d8363..768f7d5 100644 --- a/stirling-pdf.subdomain.conf.sample +++ b/stirling-pdf.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2024/02/23 +## Version 2024/07/16 # make sure that your stirling-pdf container is named stirling-pdf # make sure that your dns has a cname set for stirling-pdf server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name stirling-pdf.*; diff --git a/storm.subdomain.conf.sample b/storm.subdomain.conf.sample index e112dde..f776c77 100644 --- a/storm.subdomain.conf.sample +++ b/storm.subdomain.conf.sample @@ -1,12 +1,12 @@ -## Version 2023/02/05 +## Version 2024/07/16 # reverse proxy config for a modern deluge interface named storm # https://github.com/relvacode/storm # make sure that your storm container is named storm # make sure that your dns has a cname set for storm server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name storm.*; diff --git a/synapse.subdomain.conf.sample b/synapse.subdomain.conf.sample index d51245c..0e66912 100644 --- a/synapse.subdomain.conf.sample +++ b/synapse.subdomain.conf.sample @@ -1,8 +1,8 @@ -## Version 2023/05/31 +## Version 2024/07/16 server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; # For the federation port listen 8448 ssl; diff --git a/synclounge.subdomain.conf.sample b/synclounge.subdomain.conf.sample index 6f43308..b3914f9 100644 --- a/synclounge.subdomain.conf.sample +++ b/synclounge.subdomain.conf.sample @@ -1,12 +1,13 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your synclounge container is named synclounge # make sure that your dns has a cname set for synclounge # Use this with SyncLounge v3 and up. # Make sure that you do not have HSTS enabled, otherwise http access won't work server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; + listen 80; listen [::]:80; diff --git a/syncthing.subdomain.conf.sample b/syncthing.subdomain.conf.sample index 9090602..361b9ce 100644 --- a/syncthing.subdomain.conf.sample +++ b/syncthing.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your syncthing container is named syncthing # make sure that your dns has a cname set for syncthing server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name syncthing.*; diff --git a/taisun.subdomain.conf.sample b/taisun.subdomain.conf.sample index a702b74..3b1e9b5 100644 --- a/taisun.subdomain.conf.sample +++ b/taisun.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your taisun container is named taisun # make sure that your dns has a cname set for taisun server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name taisun.*; diff --git a/tasmobackup.subdomain.conf.sample b/tasmobackup.subdomain.conf.sample index 6f79a95..8c8e8fc 100644 --- a/tasmobackup.subdomain.conf.sample +++ b/tasmobackup.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your tasmobackup container is named tasmobackup # make sure that your dns has a cname set for tasmobackup server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name tasmobackup.*; diff --git a/tautulli.subdomain.conf.sample b/tautulli.subdomain.conf.sample index e96c644..f61081c 100644 --- a/tautulli.subdomain.conf.sample +++ b/tautulli.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your tautulli container is named tautulli # make sure that your dns has a cname set for tautulli server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name tautulli.*; diff --git a/tdarr.subdomain.conf.sample b/tdarr.subdomain.conf.sample index bb77567..145d5cb 100644 --- a/tdarr.subdomain.conf.sample +++ b/tdarr.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your tdarr container is named tdarr # make sure that your dns has a cname set for tdarr server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name tdarr.*; diff --git a/thelounge.subdomain.conf.sample b/thelounge.subdomain.conf.sample index 24d2cd0..26614dd 100644 --- a/thelounge.subdomain.conf.sample +++ b/thelounge.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your thelounge container is named thelounge # make sure that your dns has a cname set for thelounge server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name thelounge.*; diff --git a/themepark.subdomain.conf.sample b/themepark.subdomain.conf.sample index 1bd17a6..1f7451b 100644 --- a/themepark.subdomain.conf.sample +++ b/themepark.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your theme-park. container is named theme-park. # make sure that your dns has a cname set for themepark. server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name themepark.*; diff --git a/transmission.subdomain.conf.sample b/transmission.subdomain.conf.sample index 56b33e8..0a2250c 100644 --- a/transmission.subdomain.conf.sample +++ b/transmission.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2023/05/31 +## Version 2024/07/16 # Make sure that DNS has a cname set for transmission # # Some Transmission Chrome extensions cannot handle HTTP/2 proxies as they @@ -6,14 +6,13 @@ # X-Transmission-Session-Id header or not. HTTP/2 does not return this text # so jQuery responses are empty. This causes RPCs to fail. # -# If your extension is affected, you can remove http2 from the default server -# in /config/nginx/site-confs/default or listen on a different port that has -# no http2 servers defined. Better yet, submit a bug report with the +# If your extension is affected, you can remove http2 from +# /config/nginx/nginx.conf or submit a bug report with the # extension developer to fix their extensions to support HTTP/2. server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name transmission.*; diff --git a/ubooquity.subdomain.conf.sample b/ubooquity.subdomain.conf.sample index fa108b9..a013ed2 100644 --- a/ubooquity.subdomain.conf.sample +++ b/ubooquity.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your ubooquity container is named ubooquity # make sure that your dns has a cname set for ubooquity server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name ubooquity.*; diff --git a/unifi-controller.subdomain.conf.sample b/unifi-controller.subdomain.conf.sample index b83afb9..8db8241 100644 --- a/unifi-controller.subdomain.conf.sample +++ b/unifi-controller.subdomain.conf.sample @@ -1,12 +1,12 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your unifi-controller container is named unifi-controller # make sure that your dns has a cname set for unifi # NOTE: If you use the proxy_cookie_path setting in proxy.conf you need to remove HTTPOnly; # ex: proxy_cookie_path / "/; Secure"; server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name unifi.*; diff --git a/unifi-network-application.subdomain.conf.sample b/unifi-network-application.subdomain.conf.sample index 0d77afc..36004f0 100644 --- a/unifi-network-application.subdomain.conf.sample +++ b/unifi-network-application.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2023/09/06 +## Version 2024/07/16 # make sure that your unifi-network-application container is named unifi-network-application # make sure that your dns has a cname set for unifi # NOTE: If you use the proxy_cookie_path setting in proxy.conf you need to remove HTTPOnly; @@ -6,8 +6,8 @@ # change $upstream_port to 443 if connecting to a Unifi Cloud Key server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name unifi.*; diff --git a/uptime-kuma.subdomain.conf.sample b/uptime-kuma.subdomain.conf.sample index b269db0..2ae8c2e 100644 --- a/uptime-kuma.subdomain.conf.sample +++ b/uptime-kuma.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2024/03/26 +## Version 2024/07/16 # make sure that your uptime-kuma container is named uptime-kuma # make sure that your dns has a cname set for uptime-kuma server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name uptime-kuma.*; diff --git a/vaultwarden.subdomain.conf.sample b/vaultwarden.subdomain.conf.sample index a7ac06d..c92af40 100644 --- a/vaultwarden.subdomain.conf.sample +++ b/vaultwarden.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2023/11/12 +## Version 2024/07/16 # make sure that your vaultwarden container is named vaultwarden # make sure that your dns has a cname set for vaultwarden # if you are using bitwarden (the official image), use the bitwarden conf @@ -7,8 +7,8 @@ # vaultwarden defaults to port 80 and can be changed using the environment variable ROCKET_PORT on the vaultwarden container server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name vaultwarden.*; diff --git a/viewtube.subdomain.conf.sample b/viewtube.subdomain.conf.sample index 38f6740..dd26a77 100644 --- a/viewtube.subdomain.conf.sample +++ b/viewtube.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your viewtube container is named viewtube # make sure that your dns has a cname set for viewtube server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name viewtube.*; diff --git a/wallabag.subdomain.conf.sample b/wallabag.subdomain.conf.sample index a0b97b9..04752b0 100644 --- a/wallabag.subdomain.conf.sample +++ b/wallabag.subdomain.conf.sample @@ -1,12 +1,12 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your wallabag container is named wallabag # make sure that your dns has a cname set for wallabag # also, make sure your env var in your docker run or compose match the full domain, incl. https:// # i.e. - SYMFONY__ENV__DOMAIN_NAME=https://wallabag.yourdomain.com server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name wallabag.*; diff --git a/warpgate.subdomain.conf.sample b/warpgate.subdomain.conf.sample index a102af6..de0cda4 100644 --- a/warpgate.subdomain.conf.sample +++ b/warpgate.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your warpgate container is named warpgate # make sure that your dns has a cname set for warpgate server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name warpgate.*; diff --git a/watchstate.subdomain.conf.sample b/watchstate.subdomain.conf.sample index cb7758b..030e86c 100644 --- a/watchstate.subdomain.conf.sample +++ b/watchstate.subdomain.conf.sample @@ -1,12 +1,12 @@ -## Version 2024/05/06 +## Version 2024/07/16 # make sure that your radarr container is named watchstate # make sure that your dns has a cname set for watchstate # the api endpoint is not behind auth, so please make sure to enable # "Webhook match backend id" in backend settings server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name watchstate.*; diff --git a/webtop.subdomain.conf.sample b/webtop.subdomain.conf.sample index f0070b3..54e9ca2 100644 --- a/webtop.subdomain.conf.sample +++ b/webtop.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that you have a cname set for the webtop # set up authentication here, for better security server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name webtop.*; diff --git a/wikijs.subdomain.conf.sample b/wikijs.subdomain.conf.sample index ab07313..da68a1e 100644 --- a/wikijs.subdomain.conf.sample +++ b/wikijs.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your wikijs container is named wikijs # make sure that your dns has a cname set for wikijs server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name wikijs.*; diff --git a/wizarr.subdomain.conf.sample b/wizarr.subdomain.conf.sample index 9b5cb7d..ca71932 100644 --- a/wizarr.subdomain.conf.sample +++ b/wizarr.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your wizarr container is named wizarr # make sure that your dns has a cname set for wizarr server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name wizarr.*; diff --git a/wordpress.subdomain.conf.sample b/wordpress.subdomain.conf.sample index 7d5882c..2d61aa9 100644 --- a/wordpress.subdomain.conf.sample +++ b/wordpress.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your wordpress container is named wordpress # make sure that your dns has a cname set for wordpress server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name wordpress.*; diff --git a/wrapperr.subdomain.conf.sample b/wrapperr.subdomain.conf.sample index 8af8a2c..938ecc5 100644 --- a/wrapperr.subdomain.conf.sample +++ b/wrapperr.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your wrapperr container is named wrapperr # make sure that your dns has a cname set for wrapperr server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name wrapperr.*; diff --git a/yacht.subdomain.conf.sample b/yacht.subdomain.conf.sample index f7b3832..a3132ec 100644 --- a/yacht.subdomain.conf.sample +++ b/yacht.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your yacht container is named yacht # make sure that your dns has a cname set for yacht server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name yacht.*; diff --git a/your-spotify-api.subdomain.conf.sample b/your-spotify-api.subdomain.conf.sample index 2ebba5a..df287e3 100644 --- a/your-spotify-api.subdomain.conf.sample +++ b/your-spotify-api.subdomain.conf.sample @@ -1,14 +1,14 @@ -## Version 2023/10/17 +## Version 2024/07/16 # https://github.com/Yooooomi/your_spotify -# this is not a standalone config, it requires configured your-spotify web container for full functionality. +# this is not a standalone config, it requires configured your-spotify web container for full functionality. # it uses server URLs for api callbacks, thus a server is required # make sure that your YourSpotify api container is named your-spotify-server # make sure that your dns has a cname set for your-spotify-server # do not forget to finish configuration following instructions in apps repository. API_ENDPOINT=https://your-spotify-server.[your domain]. server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name your-spotify-server.*; @@ -48,4 +48,4 @@ server { } -} \ No newline at end of file +} diff --git a/your-spotify.subdomain.conf.sample b/your-spotify.subdomain.conf.sample index e698f22..7d153c3 100644 --- a/your-spotify.subdomain.conf.sample +++ b/your-spotify.subdomain.conf.sample @@ -1,14 +1,14 @@ -## Version 2023/10/17 +## Version 2024/07/16 # https://github.com/Yooooomi/your_spotify -# this is not a standalone config, it requires configured your-spotify api container for full functionality. +# this is not a standalone config, it requires configured your-spotify api container for full functionality. # it uses server URLs for api callbacks, thus a server is required # make sure that your YourSpotify web container is named your-spotify-web # make sure that your dns has a cname set for your-spotify # do not forget to finish configuration following instructions in apps repository. CLIENT_ENDPOINT=https://your-spotify.[your domain] server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name your-spotify.*; diff --git a/yourls.subdomain.conf.sample b/yourls.subdomain.conf.sample index 3455acf..74767be 100644 --- a/yourls.subdomain.conf.sample +++ b/yourls.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/08/27 +## Version 2024/07/16 # make sure that your yourls container is named yourls -# make sure that your dns has a cname set for yourls if necessary +# make sure that your dns has a cname set for yourls if necessary server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name yourls.*; diff --git a/youtube-dl-server.subdomain.conf.sample b/youtube-dl-server.subdomain.conf.sample index 374989d..9659c27 100644 --- a/youtube-dl-server.subdomain.conf.sample +++ b/youtube-dl-server.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your youtube-dl-server container is named youtube-dl-server # make sure that your dns has a cname set for youtube-dl-server server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name youtube-dl-server.*; diff --git a/yt-dlp-web.subdomain.conf.sample b/yt-dlp-web.subdomain.conf.sample index 8b05faf..7915fa0 100644 --- a/yt-dlp-web.subdomain.conf.sample +++ b/yt-dlp-web.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2024/02/16 +## Version 2024/07/16 # make sure that your yt-dlp-web container is named yt-dlp-web # make sure that your dns has a cname set for yt-dlp-web server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name yt-dlp-web.*; diff --git a/zigbee2mqtt.subdomain.conf.sample b/zigbee2mqtt.subdomain.conf.sample index d770a16..f487b9b 100644 --- a/zigbee2mqtt.subdomain.conf.sample +++ b/zigbee2mqtt.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your zigbee2mqtt container is named zigbee2mqtt # make sure that your dns has a cname set for zigbee2mqtt server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name zigbee2mqtt.*; diff --git a/znc.subdomain.conf.sample b/znc.subdomain.conf.sample index 38082e6..c6ada29 100644 --- a/znc.subdomain.conf.sample +++ b/znc.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your znc container is named znc # make sure that your dns has a cname set for znc server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name znc.*; diff --git a/zwavejs2mqtt.subdomain.conf.sample b/zwavejs2mqtt.subdomain.conf.sample index 3ebff58..1252f6b 100644 --- a/zwavejs2mqtt.subdomain.conf.sample +++ b/zwavejs2mqtt.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2023/05/31 +## Version 2024/07/16 # make sure that your zwavejs2mqtt container is named zwavejs2mqtt # make sure that your dns has a cname set for zwavejs2mqtt server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name zwavejs2mqtt.*;