Merge pull request #248 from linuxserver/version

add version date to proxy confs
This commit is contained in:
aptalca 2020-12-09 19:56:43 -05:00 committed by GitHub
commit 6e172e2561
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
174 changed files with 206 additions and 24 deletions

View file

@ -1,24 +0,0 @@
name: Check Allowed File Names
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
check-allowed-file-names:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check Allowed File Names
run: |
NOT_SAMPLES=$(find . -not -path '*/\.*' -type f ! \( -name '*.conf.sample' -o -name 'README.md' -o -name 'LICENSE' \))
NOT_SAMPLES_COUNT=$(echo "${NOT_SAMPLES}" | wc -w)
if (( NOT_SAMPLES_COUNT > 0 )); then
echo "The following files are not allowed:"
echo "${NOT_SAMPLES}"
exit 1
fi

34
.github/workflows/check_samples.yml vendored Normal file
View file

@ -0,0 +1,34 @@
name: Check Samples
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
check-allowed-file-names:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check Allowed File Names
run: |
NOT_SAMPLES=$(find . -not -path '*/\.*' -type f ! \( -name '*.conf.sample' -o -name 'README.md' -o -name 'LICENSE' \))
NOT_SAMPLES_COUNT=$(echo "${NOT_SAMPLES}" | wc -w)
if (( NOT_SAMPLES_COUNT > 0 )); then
echo "The following files are not allowed:"
echo "${NOT_SAMPLES}"
exit 1
fi
- name: Check Version Date Line Exists
run: |
VERSION_LINE_MISSING=$(find . -not -path '*/\.*' -type f -name '*.conf.sample' -exec grep -H -c -P '^## Version (?:19|20|21)(?:(?:[13579][26]|[02468][048])\/(?:(?:0[1-9]|1[0-2])\/(?:0[1-9]|1[0-9]|2[0-9])|(?:(?!02)(?:0[1-9]|1[0-2])\/(?:30))|(?:(?:0[13578]|1[02])\/31))|(?:[0-9]{2}\/(?:0[1-9]|1[0-2])\/(?:0[1-9]|1[0-9]|2[0-8])|(?:(?!02)(?:0[1-9]|1[0-2])\/(?:29|30))|(?:(?:0[13578]|1[02])\/31)))$' {} \; | grep 0$ | cut -d':' -f1)
VERSION_LINE_MISSING_COUNT=$(echo "${VERSION_LINE_MISSING}" | wc -w)
if (( VERSION_LINE_MISSING_COUNT > 0 )); then
echo "The following files are missing the version date line:"
echo "${VERSION_LINE_MISSING}"
exit 1
fi

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# 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: 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: 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. # 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.

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# 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: 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: 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. # 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.

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for adguard and that your adguard container is named adguard # make sure that your dns has a cname set for adguard and that your adguard container is named adguard
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# adminer does not require a base url setting, but the container needs to be named adminer # adminer does not require a base url setting, but the container needs to be named adminer
location /adminer { location /adminer {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for airsonic and that your airsonic container is not using a base url # make sure that your dns has a cname set for airsonic and that your airsonic container is not using a base url
# add `server.use-forward-headers=true` to `/config/application.properties` to ensure logs contain real source IP # add `server.use-forward-headers=true` to `/config/application.properties` to ensure logs contain real source IP

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# set the CONTEXT_PATH variable to /airsonic in airsonic container. # set the CONTEXT_PATH variable to /airsonic in airsonic container.
location ^~ /airsonic { location ^~ /airsonic {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for archisteamfarm # make sure that your dns has a cname set for archisteamfarm
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for authelia # make sure that your dns has a cname set for authelia
# the default authelia-server and authelia-location confs included with letsencrypt rely on # the default authelia-server and authelia-location confs included with letsencrypt rely on
# subfolder proxy at "/authelia" and enabling of this proxy conf is not necessary. # subfolder proxy at "/authelia" and enabling of this proxy conf is not necessary.

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for bazarr and that your bazarr container is not using a base url # make sure that your dns has a cname set for bazarr and that your bazarr container is not using a base url
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# first go into bazarr settings, under "General" set the URL Base to /bazarr/ and restart the bazarr container # first go into bazarr settings, under "General" set the URL Base to /bazarr/ and restart the bazarr container
location /bazarr { location /bazarr {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
#First edit beets.yml and enable the reverse proxy settings, under "web" add "reverse_proxy: true" and restart the beets container. #First edit beets.yml and enable the reverse proxy settings, under "web" add "reverse_proxy: true" and restart the beets container.
#Make sure that your dns has a cname set for beets and that your beets container is not using a base url #Make sure that your dns has a cname set for beets and that your beets container is not using a base url

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
#first edit beets.yml and enable the reverse proxy settings, under "web" add "reverse_proxy: true" and restart the beets container #first edit beets.yml and enable the reverse proxy settings, under "web" add "reverse_proxy: true" and restart the beets container
location /beets { location /beets {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for bitwarden and that your bitwarden container is not using a base url # make sure that your dns has a cname set for bitwarden and that your bitwarden container is not using a base url
# make sure your bitwarden container is named "bitwarden" # make sure your bitwarden container is named "bitwarden"
# set the environment variable WEBSOCKET_ENABLED=true on your bitwarden container # set the environment variable WEBSOCKET_ENABLED=true on your bitwarden container

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for boinc # make sure that your dns has a cname set for boinc
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# boinc does not require a base url setting # boinc does not require a base url setting
location /boinc { location /boinc {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for booksonic and that your booksonic container is not using a base url # make sure that your dns has a cname set for booksonic and that your booksonic container is not using a base url
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# set the CONTEXT_PATH variable to /booksonic in booksonic container. # set the CONTEXT_PATH variable to /booksonic in booksonic container.
location ^~ /booksonic { location ^~ /booksonic {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for bookstack and that your bookstack container is named bookstack # make sure that your dns has a cname set for bookstack and that your bookstack container is named bookstack
# Ensure you have the APP_URL Environment Variable set correctly in your Docker Run/Compose or in BookStack Env File (/www/.env) # 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 # https://github.com/linuxserver/docker-bookstack#docker

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for calibre-web # make sure that your dns has a cname set for calibre-web
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# calibre-web does not require a base url setting # calibre-web does not require a base url setting
location /calibre-web { location /calibre-web {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for calibre # make sure that your dns has a cname set for calibre
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# calibre does not require a base url setting # calibre does not require a base url setting
location /calibre { location /calibre {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for code-server # make sure that your dns has a cname set for code-server
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure you have added the following environmental variables to your run command/compose file # make sure you have added the following environmental variables to your run command/compose file
# CMD_DOMAIN=codimd.server.com # CMD_DOMAIN=codimd.server.com
# CMD_PROTOCOL_USESSL=true # CMD_PROTOCOL_USESSL=true

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for collabora and that your collabora container is named collabora # make sure that your dns has a cname set for collabora and that your collabora container is named collabora
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for couchpotato and that your couchpotato container is not using a base url # make sure that your dns has a cname set for couchpotato and that your couchpotato container is not using a base url
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# first go into couchpotato settings, under "General" set the URL Base to /couchpotato and restart the couchpotato container # first go into couchpotato settings, under "General" set the URL Base to /couchpotato and restart the couchpotato container
location ^~ /couchpotato { location ^~ /couchpotato {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for deluge and that your deluge container is not using a base url # make sure that your dns has a cname set for deluge and that your deluge container is not using a base url
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# deluge does not require a base url setting # deluge does not require a base url setting
location /deluge { location /deluge {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for dillinger # make sure that your dns has a cname set for dillinger
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# Make sure that your dns has a cname set for onlyoffice named "documentserver" # Make sure that your dns has a cname set for onlyoffice named "documentserver"
# Make sure that the onlyoffice documentserver container is named "documentserver" # Make sure that the onlyoffice documentserver container is named "documentserver"

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# First complete the setup by appending install.php to URL. # First complete the setup by appending install.php to URL.
# Make sure that your dns has a cname set for dokuwiki # Make sure that your dns has a cname set for dokuwiki

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# Make sure that your dns has a cname set for domoticz and that your domoticz container is not using a base url # Make sure that your dns has a cname set for domoticz and that your domoticz container is not using a base url
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# set the WEBROOT variable to domoticz for the domoticz container. # set the WEBROOT variable to domoticz for the domoticz container.
location ^~ /domoticz/ { location ^~ /domoticz/ {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for dozzle and that your dozzle container is named dozzle # make sure that your dns has a cname set for dozzle and that your dozzle container is named dozzle
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# First either add "--base /dozzle" or "-e DOZZLE_BASE=/dozzle" to your docker run command, and restart the Dozzle container # First either add "--base /dozzle" or "-e DOZZLE_BASE=/dozzle" to your docker run command, and restart the Dozzle container
location /dozzle { location /dozzle {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
server { server {
listen 443 ssl; listen 443 ssl;
listen [::]:443 ssl; listen [::]:443 ssl;

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for duplicati and that your duplicati container is not using a base url # make sure that your dns has a cname set for duplicati and that your duplicati container is not using a base url
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# duplicati does not require a base url setting. DUPLICATI AUTH WILL NOT WORK WITH THIS CONFIG, use the auth options below # duplicati does not require a base url setting. DUPLICATI AUTH WILL NOT WORK WITH THIS CONFIG, use the auth options below
location /duplicati { location /duplicati {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for emby and that your emby container is not using a base url # make sure that your dns has a cname set for emby and that your emby container is not using a base url
# if emby is running in bridge mode and the container is named "emby", the below config should work as is # if emby is running in bridge mode and the container is named "emby", the below config should work as is
# if not, replace the line "set $upstream_app emby;" with "set $upstream_app <containername>;" # if not, replace the line "set $upstream_app emby;" with "set $upstream_app <containername>;"

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for 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 # if emby is running in bridge mode and the container is named "emby", the below config should work as is
# if not, replace the line "set $upstream_app emby;" with "set $upstream_app <containername>;" # if not, replace the line "set $upstream_app emby;" with "set $upstream_app <containername>;"

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for embystat # make sure that your dns has a cname set for embystat
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for flexget # make sure that your dns has a cname set for flexget
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for flood and that your flood container is not using a base url # make sure that your dns has a cname set for flood and that your flood container is not using a base url
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# flood does not require a base url setting # flood does not require a base url setting
location /flood { location /flood {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for foldingathome # make sure that your dns has a cname set for foldingathome
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for freshrss # make sure that your dns has a cname set for freshrss
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# freshrss does not have a base url setting # freshrss does not have a base url setting
location /freshrss { location /freshrss {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for ghost and that your ghost config is not using a subdirectory. # make sure that your dns has a cname set for ghost and that your ghost config is not using a subdirectory.
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# Make sure you are using a subfolder in your ghost config file. https://ghost.org/docs/concepts/config/#url # Make sure you are using a subfolder in your ghost config file. https://ghost.org/docs/concepts/config/#url
# Note: /ghost/ is by default used for the admin page. See https://ghost.org/docs/concepts/config/#admin-url # Note: /ghost/ is by default used for the admin page. See https://ghost.org/docs/concepts/config/#admin-url

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for gitea and the following parameters in /data/gitea/conf/app.ini are edited # make sure that your dns has a cname set for gitea and the following parameters in /data/gitea/conf/app.ini are edited
# [server] # [server]
# SSH_DOMAIN = gitea.server.com # SSH_DOMAIN = gitea.server.com

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# The following parameters in /data/gitea/conf/app.ini should be edited to match your setup # The following parameters in /data/gitea/conf/app.ini should be edited to match your setup
# [server] # [server]
# SSH_DOMAIN = example.com:2222 # SSH_DOMAIN = example.com:2222

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for glances and that your glances container is not using a base url # make sure that your dns has a cname set for glances and that your glances container is not using a base url
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# glances does not require a base url setting # glances does not require a base url setting
location /glances { location /glances {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for gotify # make sure that your dns has a cname set for gotify
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for grafana and that your grafana container is not using a base url # make sure that your dns has a cname set for grafana and that your grafana container is not using a base url
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# grafana requires environment variables set thus: # grafana requires environment variables set thus:
# environment: # environment:
# - "GF_SERVER_ROOT_URL=https://my.domain.com/grafana" # - "GF_SERVER_ROOT_URL=https://my.domain.com/grafana"

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for grocy # make sure that your dns has a cname set for grocy
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for guacamole and that your guacamole container is not using a base url # make sure that your dns has a cname set for guacamole and that your guacamole container is not using a base url
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# guacamole does not require a base url setting # guacamole does not require a base url setting
location /guacamole { location /guacamole {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for headphones # make sure that your dns has a cname set for headphones
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# first stop the headphones container and edit the config.ini for headphones and set http_root to /headphones and then start the headphones container # first stop the headphones container and edit the config.ini for headphones and set http_root to /headphones and then start the headphones container
location ^~ /headphones { location ^~ /headphones {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for heimdall # make sure that your dns has a cname set for heimdall
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# In order to use this location block you need to edit the default file one folder up and comment out the / location # In order to use this location block you need to edit the default file one folder up and comment out the / location
location / { location / {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for homeassistant and that your homeassistant container is not using a base url # make sure that your dns has a cname set for homeassistant and that your homeassistant container is not using a base url
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for jackett and that your jackett container is not using a base url # make sure that your dns has a cname set for jackett and that your jackett container is not using a base url
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# first go into jackett settings, set the URL Base to /jackett and restart the jackett container # first go into jackett settings, set the URL Base to /jackett and restart the jackett container
location ^~ /jackett { location ^~ /jackett {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for 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 # if jellyfin is running in bridge mode and the container is named "jellyfin", the below config should work as is
# if not, replace the line "set $upstream_app jellyfin;" with "set $upstream_app <containername>;" # if not, replace the line "set $upstream_app jellyfin;" with "set $upstream_app <containername>;"

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for 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 # if jellyfin is running in bridge mode and the container is named "jellyfin", the below config should work as is
# if not, replace the line "set $upstream_app jellyfin;" with "set $upstream_app <containername>;" # if not, replace the line "set $upstream_app jellyfin;" with "set $upstream_app <containername>;"

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# First either add '--prefix=/jenkins' or '-e JENKINS_OPTS="--prefix=/jenkins"' to your docker run command, and restart the Jenkins container. # First either add '--prefix=/jenkins' or '-e JENKINS_OPTS="--prefix=/jenkins"' to your docker run command, and restart the Jenkins container.
# Also be sure to add '/jenkins/' to your URL under: Jenkins > Configuration > Manage Jenkins > Jenkins URL # Also be sure to add '/jenkins/' to your URL under: Jenkins > Configuration > Manage Jenkins > Jenkins URL

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for kanzi # make sure that your dns has a cname set for kanzi
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# kanzi does not have a base url setting # kanzi does not have a base url setting
location /kanzi { location /kanzi {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for lazylibrarian # make sure that your dns has a cname set for lazylibrarian
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# first go into lazylibrarian settings, under "Interface" set the URL Base to /lazylibrarian and restart the lazylibrarian container # first go into lazylibrarian settings, under "Interface" set the URL Base to /lazylibrarian and restart the lazylibrarian container
location ^~ /lazylibrarian { location ^~ /lazylibrarian {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for librespeed # make sure that your dns has a cname set for librespeed
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for lidarr and that your lidarr container is not using a base url # make sure that your dns has a cname set for lidarr and that your lidarr container is not using a base url
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# first go into lidarr settings, under "General" set the URL Base to /lidarr and restart the lidarr container # first go into lidarr settings, under "General" set the URL Base to /lidarr and restart the lidarr container
location ^~ /lidarr { location ^~ /lidarr {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for lychee # make sure that your dns has a cname set for lychee
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for mailu and that your mailu front container is named front # make sure that your dns has a cname set for mailu and that your mailu front container is named front
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# mailu does not require a base url setting, but the container needs to be named front # mailu does not require a base url setting, but the container needs to be named front
# This config have been tested with "TLS_FLAVOR=mail" # This config have been tested with "TLS_FLAVOR=mail"

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for matomo and that your matomo container is not using a base url # make sure that your dns has a cname set for matomo and that your matomo container is not using a base url
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for medusa # make sure that your dns has a cname set for medusa
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# first go into medusa settings, under "Interface" set the URL Base to /medusa and restart the medusa container # first go into medusa settings, under "Interface" set the URL Base to /medusa and restart the medusa container
location ^~ /medusa { location ^~ /medusa {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for metube # make sure that your dns has a cname set for metube
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# set the URL_PREFIX environment variable for the metube container to "/metube" # set the URL_PREFIX environment variable for the metube container to "/metube"
location /metube { location /metube {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for miniflux # make sure that your dns has a cname set for miniflux
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# set the environment variable "BASE_URL" to "https://yourdomain.url/miniflux/", or follow this guide to create a config file for Miniflux: https://miniflux.app/docs/configuration.html # set the environment variable "BASE_URL" to "https://yourdomain.url/miniflux/", or follow this guide to create a config file for Miniflux: https://miniflux.app/docs/configuration.html
location /miniflux { location /miniflux {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for monitorr # make sure that your dns has a cname set for monitorr
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# monitorr does not require a base url setting # monitorr does not require a base url setting
location /monitorr { location /monitorr {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for mstream and your container name is mstream and running using http (default) # make sure that your dns has a cname set for mstream and your container name is mstream and running using http (default)
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for mylar # make sure that your dns has a cname set for mylar
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# first stop the mylar container and edit the config.ini for mylar and set http_root to /mylar and then start the mylar container # first stop the mylar container and edit the config.ini for mylar and set http_root to /mylar and then start the mylar container
location ^~ /mylar { location ^~ /mylar {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# works with https://github.com/breakall/mytinytodo-docker # works with https://github.com/breakall/mytinytodo-docker
# set the mtt_url to 'https://your.domain.com/todo/' in db/config.php # set the mtt_url to 'https://your.domain.com/todo/' in db/config.php

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for navidrome and that your navidrome container is not using a base url # make sure that your dns has a cname set for navidrome and that your navidrome container is not using a base url
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for netboot # make sure that your dns has a cname set for netboot
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for netdata # make sure that your dns has a cname set for netdata
server { server {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# netdata does not require a base url setting # netdata does not require a base url setting
location /netdata { location /netdata {

View file

@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for nextcloud # make sure that your dns has a cname set for nextcloud
# assuming this container is called "swag", edit your nextcloud container's config # assuming this container is called "swag", edit your nextcloud container's config
# located at /config/www/nextcloud/config/config.php and add the following lines before the ");": # located at /config/www/nextcloud/config/config.php and add the following lines before the ");":

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