Merge branch 'master' into cadvisor-endpoints

This commit is contained in:
Eric Nemchik 2023-06-02 22:00:41 -05:00 committed by GitHub
commit de118c21cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
196 changed files with 612 additions and 601 deletions

View file

@ -1,4 +1,4 @@
## Version 2023/02/05
## Version 2023/05/31
# 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.
@ -6,8 +6,8 @@
# make sure that your dns has a cname set for <container_name>
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name <container_name>.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# 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 http2;
listen [::]:443 ssl http2;
server_name adguard.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/17
## Version 2023/05/31
# 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 http2;
listen [::]:443 ssl http2;
server_name adminer.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# 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 http2;
listen [::]:443 ssl http2;
server_name adminmongo.*;

View file

@ -1,11 +1,11 @@
## Version 2023/02/05
## Version 2023/05/31
# 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 http2;
listen [::]:443 ssl http2;
server_name airsonic.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# 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 http2;
listen [::]:443 ssl http2;
server_name apprise-api.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# 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 http2;
listen [::]:443 ssl http2;
server_name archisteamfarm.*;

View file

@ -1,4 +1,4 @@
## Version 2023/02/05
## Version 2023/05/31
# 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;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name aria2.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# 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 http2;
listen [::]:443 ssl http2;
server_name audiobookshelf.*;

View file

@ -1,10 +1,10 @@
## Version 2023/04/29
## Version 2023/05/31
# 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 http2;
listen [::]:443 ssl http2;
server_name authelia.*;

View file

@ -1,10 +1,10 @@
## Version 2023/04/14
## Version 2023/05/31
# 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 http2;
listen [::]:443 ssl http2;
server_name authentik.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# 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 http2;
listen [::]:443 ssl http2;
server_name babybuddy.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# 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 http2;
listen [::]:443 ssl http2;
server_name bazarr.*;

View file

@ -1,11 +1,11 @@
## Version 2023/02/05
## Version 2023/05/31
# 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 http2;
listen [::]:443 ssl http2;
server_name beets.*;

View file

@ -1,11 +1,11 @@
## Version 2023/02/13
## Version 2023/05/31
# make sure that your bitwarden container is named bitwarden
# make sure that your dns has a cname set for bitwarden
# set the environment variable WEBSOCKET_ENABLED=true on your bitwarden container
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name bitwarden.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# 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 http2;
listen [::]:443 ssl http2;
server_name boinc.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# 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 http2;
listen [::]:443 ssl http2;
server_name booksonic.*;

View file

@ -1,12 +1,12 @@
## Version 2023/02/05
## Version 2023/05/31
# 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 http2;
listen [::]:443 ssl http2;
server_name bookstack.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# 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 http2;
listen [::]:443 ssl http2;
server_name budge.*;

View file

@ -1,10 +1,10 @@
## Version 2023/03/25
## Version 2023/05/31
# 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 http2;
listen [::]:443 ssl http2;
server_name cadvisor.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# 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 http2;
listen [::]:443 ssl http2;
server_name calibre-web.*;

View file

@ -1,4 +1,4 @@
## Version 2023/02/05
## Version 2023/05/31
# 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;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name calibre.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# 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 http2;
listen [::]:443 ssl http2;
server_name castopod.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# 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 http2;
listen [::]:443 ssl http2;
server_name changedetection.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# 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 http2;
listen [::]:443 ssl http2;
server_name chevereto.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# 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 http2;
listen [::]:443 ssl http2;
server_name chronograf.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# 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 http2;
listen [::]:443 ssl http2;
server_name cloudbeaver.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# 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;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name code-server.* "~^[0-9]{1,10}\.code-server\..*$";

View file

@ -1,11 +1,11 @@
## Version 2023/02/05
## Version 2023/05/31
# 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;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name codimd.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your collabora container is named collabora
# make sure that your dns has a cname set for collabora
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name collabora.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your commento container is named commento
# make sure that your dns has a cname set for commento
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name commento.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your couchpotato container is named couchpotato
# make sure that your dns has a cname set for couchpotato
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name couchpotato.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# 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;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name crowdsec-dashboard.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your crowdsec container is named crowdsec
# make sure that your dns has a cname set for crowdsec
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name crowdsec.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your dashy container is named dashy
# make sure that your dns has a cname set for dashy
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name dashy.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your deluge container is named deluge
# make sure that your dns has a cname set for deluge
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name deluge.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your dillinger container is named dillinger
# make sure that your dns has a cname set for dillinger
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name dillinger.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# 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;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name documentserver.*;

View file

@ -1,11 +1,11 @@
## Version 2023/02/05
## Version 2023/05/31
# 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;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name dokuwiki.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your domoticz container is named domoticz
# make sure that your dns has a cname set for domoticz
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name domoticz.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your dozzle container is named dozzle
# make sure that your dns has a cname set for dozzle
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name dozzle.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your drone container is named drone
# make sure that your dns has a cname set for drone
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name drone.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your dsmr container is named dsmr
# make sure that your dns has a cname set for dsmr
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name dsmr.*;

View file

@ -1,10 +1,10 @@
## Version 2023/04/13
## Version 2023/05/31
# make sure that your duplicacy container is named duplicacy
# make sure that your dns has a cname set for duplicacy
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name duplicacy.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your duplicati container is named duplicati
# make sure that your dns has a cname set for duplicati
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name duplicati.*;

View file

@ -1,4 +1,4 @@
## Version 2023/02/05
## Version 2023/05/31
# 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;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name emby.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your embystat container is named embystat
# make sure that your dns has a cname set for embystat
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name embystat.*;

View file

@ -1,4 +1,4 @@
## Version 2023/02/05
## Version 2023/05/31
# 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;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name emulatorjs.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your esphome container is named esphome
# make sure that your dns has a cname set for esphome
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name esphome.*;

View file

@ -1,10 +1,10 @@
## Version 2023/03/11
## Version 2023/05/31
# make sure that your fenrus container is named fenrus
# make sure that your dns has a cname set for fenrus
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name fenrus.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your filebot container is named filebot
# make sure that your dns has a cname set for filebot
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name filebot.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your filebrowser container is named filebrowser
# make sure that your dns has a cname set for filebrowser
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name filebrowser.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your firefly container is named firefly
# make sure that your dns has a cname set for firefly
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name firefly.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your firefox container is named firefox
# make sure that your dns has a cname set for firefox
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name firefox.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your flexget container is named flexget
# make sure that your dns has a cname set for flexget
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name flexget.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your flood container is named flood
# make sure that your dns has a cname set for flood
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name flood.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your foldingathome container is named foldingathome
# make sure that your dns has a cname set for foldingathome
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name foldingathome.*;

View file

@ -1,4 +1,4 @@
## Version 2023/02/05
## Version 2023/05/31
# 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;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name foundryvtt.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your freshrss container is named freshrss
# make sure that your dns has a cname set for freshrss
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name freshrss.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your gaps container is named gaps
# make sure that your dns has a cname set for gaps
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name gaps.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# 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;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name get_iplayer.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your ghost container is named ghost
# make sure that your dns has a cname set for ghost
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name ghost.*;

View file

@ -1,4 +1,4 @@
## Version 2023/02/05
## Version 2023/05/31
# 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;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name gitea.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your glances container is named glances
# make sure that your dns has a cname set for glances
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name glances.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your gotify container is named gotify
# make sure that your dns has a cname set for gotify
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name gotify.*;

View file

@ -1,10 +1,10 @@
## Version 2023/04/20
## Version 2023/05/31
# make sure that your grafana container is named grafana
# make sure that your dns has a cname set for grafana
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name grafana.*;

View file

@ -1,10 +1,10 @@
## Version 2023/03/17
## Version 2023/05/31
# make sure that your grav container is named grav
# make sure that your dns has a cname set for grav
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name grav.*;

View file

@ -1,12 +1,12 @@
## Version 2023/02/05
## Version 2023/05/31
# 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;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name graylog.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/12
## Version 2023/05/31
# make sure that your grocy container is named grocy
# make sure that your dns has a cname set for grocy
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name grocy.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your guacamole container is named guacamole
# make sure that your dns has a cname set for guacamole
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name guacamole.*;

View file

@ -1,12 +1,12 @@
## Version 2023/02/05
## Version 2023/05/31
# 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;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name hass-configurator.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your headphones container is named headphones
# make sure that your dns has a cname set for headphones
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name headphones.*;

View file

@ -1,11 +1,11 @@
## Version 2023/02/05
## Version 2023/05/31
# 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;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name healthchecks.*;

View file

@ -1,12 +1,12 @@
## Version 2023/02/05
## Version 2023/05/31
# 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;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name hedgedoc.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your heimdall container is named heimdall
# make sure that your dns has a cname set for heimdall
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name heimdall.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your homarr container is named homarr
# make sure that your dns has a cname set for homarr
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name homarr.*;

View file

@ -1,4 +1,4 @@
## Version 2023/02/05
## Version 2023/05/31
# 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;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name homeassistant.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your homebridge container is named homebridge
# make sure that your dns has a cname set for homebridge
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name homebridge.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your homer container is named homer
# make sure that your dns has a cname set for homer
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name homer.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your huginn container is named huginn
# make sure that your dns has a cname set for huginn
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name huginn.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your influxdb container is named influxdb
# make sure that your dns has a cname set for influxdb
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name influxdb.*;

View file

@ -1,10 +1,10 @@
## Version 2023/05/08
## Version 2023/05/31
# 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;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name it-tools.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your jackett container is named jackett
# make sure that your dns has a cname set for jackett
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name jackett.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your jdownloader container is named jdownloader
# make sure that your dns has a cname set for jdownloader
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name jdownloader.*;

View file

@ -1,4 +1,4 @@
## Version 2023/02/05
## Version 2023/05/31
# 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;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name jellyfin.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your jellyseerr container is named jellyseerr
# make sure that your dns has a cname set for jellyseerr
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name jellyseerr.*;

View file

@ -1,10 +1,10 @@
## Version 2023/04/16
## Version 2023/05/31
# 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;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name jfa-go.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your kanzi container is named kanzi
# make sure that your dns has a cname set for kanzi
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name kanzi.*;

View file

@ -1,4 +1,4 @@
## Version 2023/04/18
## Version 2023/05/31
# make sure that your kasm container is named kasm
# make sure that your dns has a cname set for kasm and kasm-wizard
@ -6,8 +6,8 @@
# 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;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name kasm.*;
@ -52,8 +52,8 @@ 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;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name kasm-wizard.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your kavita container is named kavita
# make sure that your dns has a cname set for kavita
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name kavita.*;
@ -43,4 +43,15 @@ server {
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
}
# Needed for OPDS access while using Authelia/ldap
location ~ (/kavita)?/api {
include /config/nginx/proxy.conf;
include /config/nginx/resolver.conf;
set $upstream_app kavita;
set $upstream_port 5000;
set $upstream_proto http;
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
}
}

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your komga container is named komga
# make sure that your dns has a cname set for komga
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name komga.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your lazylibrarian container is named lazylibrarian
# make sure that your dns has a cname set for lazylibrarian
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name lazylibrarian.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/19
## Version 2023/05/31
# make sure that your leantime container is named leantime
# make sure that your dns has a cname set for leantime
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name leantime.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your librespeed container is named librespeed
# make sure that your dns has a cname set for librespeed
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name librespeed.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your lidarr container is named lidarr
# make sure that your dns has a cname set for lidarr
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name lidarr.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your lldap container is named lldap
# make sure that your dns has a cname set for lldap
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name lldap.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your lychee container is named lychee
# make sure that your dns has a cname set for lychee
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name lychee.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your mailu container is named front
# make sure that your dns has a cname set for mailu
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name mailu.*;

View file

@ -1,4 +1,4 @@
## Version 2023/02/05
## Version 2023/05/31
# 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;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name mastodon.*;

View file

@ -1,10 +1,10 @@
## Version 2023/02/05
## Version 2023/05/31
# make sure that your matomo container is named matomo
# make sure that your dns has a cname set for matomo
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name matomo.*;

Some files were not shown because too many files have changed in this diff Show more