Skip to content

Commit

Permalink
keep ipv6 listen separate
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Nemchik <[email protected]>
  • Loading branch information
nemchik committed Jul 17, 2024
1 parent 28e751d commit 4d3e03f
Show file tree
Hide file tree
Showing 230 changed files with 701 additions and 464 deletions.
5 changes: 3 additions & 2 deletions _template.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
## Version 2024/07/14
## 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 <tags> 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.
# make sure that your <container_name> container is named <container_name>
# make sure that your dns has a cname set for <container_name>

server {
listen *:443 ssl;
listen 443 ssl;
listen [::]:443 ssl;

server_name <container_name>.*;

Expand Down
5 changes: 3 additions & 2 deletions actual-server.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Version 2024/07/14
## 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;
listen 443 ssl;
listen [::]:443 ssl;

server_name actual-server.*;

Expand Down
5 changes: 3 additions & 2 deletions adguard.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Version 2024/07/14
## 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;
listen 443 ssl;
listen [::]:443 ssl;

server_name adguard.*;

Expand Down
5 changes: 3 additions & 2 deletions adminer.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Version 2024/07/14
## 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;
listen 443 ssl;
listen [::]:443 ssl;

server_name adminer.*;

Expand Down
5 changes: 3 additions & 2 deletions adminmongo.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Version 2024/07/14
## 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;
listen 443 ssl;
listen [::]:443 ssl;

server_name adminmongo.*;

Expand Down
5 changes: 3 additions & 2 deletions airsonic.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## Version 2024/07/14
## 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;
listen 443 ssl;
listen [::]:443 ssl;

server_name airsonic.*;

Expand Down
5 changes: 3 additions & 2 deletions apprise-api.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Version 2024/07/14
## 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;
listen 443 ssl;
listen [::]:443 ssl;

server_name apprise-api.*;

Expand Down
5 changes: 3 additions & 2 deletions archisteamfarm.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Version 2024/07/14
## 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;
listen 443 ssl;
listen [::]:443 ssl;

server_name archisteamfarm.*;

Expand Down
5 changes: 3 additions & 2 deletions aria2-with-webui.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 2024/07/14
## 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
#
Expand All @@ -7,7 +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;
listen 443 ssl;
listen [::]:443 ssl;

server_name aria2.*;

Expand Down
5 changes: 3 additions & 2 deletions atuin.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Version 2024/07/14
## 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;
listen 443 ssl;
listen [::]:443 ssl;

server_name atuin.*;

Expand Down
5 changes: 3 additions & 2 deletions audiobookshelf.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Version 2024/07/14
## 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;
listen 443 ssl;
listen [::]:443 ssl;

server_name audiobookshelf.*;

Expand Down
5 changes: 3 additions & 2 deletions authelia.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Version 2024/07/14
## 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;
listen 443 ssl;
listen [::]:443 ssl;

server_name authelia.*;

Expand Down
5 changes: 3 additions & 2 deletions authentik.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Version 2024/07/14
## 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;
listen 443 ssl;
listen [::]:443 ssl;

server_name authentik.*;

Expand Down
5 changes: 3 additions & 2 deletions babybuddy.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Version 2024/07/14
## 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;
listen 443 ssl;
listen [::]:443 ssl;

server_name babybuddy.*;

Expand Down
5 changes: 3 additions & 2 deletions bazarr.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Version 2024/07/14
## 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;
listen 443 ssl;
listen [::]:443 ssl;

server_name bazarr.*;

Expand Down
5 changes: 3 additions & 2 deletions beets.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## Version 2024/07/14
## 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;
listen 443 ssl;
listen [::]:443 ssl;

server_name beets.*;

Expand Down
5 changes: 3 additions & 2 deletions bitwarden.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 2024/07/14
## 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
Expand All @@ -7,7 +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;
listen 443 ssl;
listen [::]:443 ssl;

server_name bitwarden.*;

Expand Down
5 changes: 3 additions & 2 deletions boinc.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Version 2024/07/14
## 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;
listen 443 ssl;
listen [::]:443 ssl;

server_name boinc.*;

Expand Down
5 changes: 3 additions & 2 deletions booksonic.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Version 2024/07/14
## 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;
listen 443 ssl;
listen [::]:443 ssl;

server_name booksonic.*;

Expand Down
5 changes: 3 additions & 2 deletions bookstack.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
## Version 2024/07/14
## 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;
listen 443 ssl;
listen [::]:443 ssl;

server_name bookstack.*;

Expand Down
5 changes: 3 additions & 2 deletions budge.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Version 2024/07/14
## 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;
listen 443 ssl;
listen [::]:443 ssl;

server_name budge.*;

Expand Down
5 changes: 3 additions & 2 deletions cadvisor.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Version 2024/07/14
## 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;
listen 443 ssl;
listen [::]:443 ssl;

server_name cadvisor.*;

Expand Down
5 changes: 3 additions & 2 deletions calibre-web.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Version 2024/07/14
## 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;
listen 443 ssl;
listen [::]:443 ssl;

server_name calibre-web.*;

Expand Down
5 changes: 3 additions & 2 deletions calibre.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
## Version 2024/07/14
## 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
# set the first option for prefix url to '/content-server', save and restart the container
# the content server will be accessible at 'https://calibre.domain.com/content-server/'

server {
listen *:443 ssl;
listen 443 ssl;
listen [::]:443 ssl;

server_name calibre.*;

Expand Down
5 changes: 3 additions & 2 deletions castopod.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Version 2024/07/14
## 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;
listen 443 ssl;
listen [::]:443 ssl;

server_name castopod.*;

Expand Down
5 changes: 3 additions & 2 deletions changedetection.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Version 2024/07/14
## 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;
listen 443 ssl;
listen [::]:443 ssl;

server_name changedetection.*;

Expand Down
5 changes: 3 additions & 2 deletions chevereto.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Version 2024/07/14
## 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;
listen 443 ssl;
listen [::]:443 ssl;

server_name chevereto.*;

Expand Down
5 changes: 3 additions & 2 deletions chronograf.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Version 2024/07/14
## 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;
listen 443 ssl;
listen [::]:443 ssl;

server_name chronograf.*;

Expand Down
5 changes: 3 additions & 2 deletions cloudbeaver.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Version 2024/07/14
## 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;
listen 443 ssl;
listen [::]:443 ssl;

server_name cloudbeaver.*;

Expand Down
Loading

0 comments on commit 4d3e03f

Please sign in to comment.