Skip to content

Commit

Permalink
add version date to confs
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Dec 9, 2020
1 parent 0fb26ba commit af4bcf7
Show file tree
Hide file tree
Showing 172 changed files with 172 additions and 0 deletions.
1 change: 1 addition & 0 deletions _template.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -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: 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.
Expand Down
1 change: 1 addition & 0 deletions _template.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -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: 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.
Expand Down
1 change: 1 addition & 0 deletions adguard.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -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

server {
Expand Down
1 change: 1 addition & 0 deletions adminer.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# adminer does not require a base url setting, but the container needs to be named adminer

location /adminer {
Expand Down
1 change: 1 addition & 0 deletions airsonic.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -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
# add `server.use-forward-headers=true` to `/config/application.properties` to ensure logs contain real source IP

Expand Down
1 change: 1 addition & 0 deletions airsonic.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# set the CONTEXT_PATH variable to /airsonic in airsonic container.

location ^~ /airsonic {
Expand Down
1 change: 1 addition & 0 deletions archisteamfarm.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for archisteamfarm

server {
Expand Down
1 change: 1 addition & 0 deletions authelia.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for authelia
# 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.
Expand Down
1 change: 1 addition & 0 deletions bazarr.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -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

server {
Expand Down
1 change: 1 addition & 0 deletions bazarr.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -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

location /bazarr {
Expand Down
1 change: 1 addition & 0 deletions beets.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -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.
#Make sure that your dns has a cname set for beets and that your beets container is not using a base url

Expand Down
1 change: 1 addition & 0 deletions beets.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -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

location /beets {
Expand Down
1 change: 1 addition & 0 deletions bitwarden.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -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 your bitwarden container is named "bitwarden"
# set the environment variable WEBSOCKET_ENABLED=true on your bitwarden container
Expand Down
1 change: 1 addition & 0 deletions boinc.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for boinc

server {
Expand Down
1 change: 1 addition & 0 deletions boinc.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# boinc does not require a base url setting

location /boinc {
Expand Down
1 change: 1 addition & 0 deletions booksonic.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -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

server {
Expand Down
1 change: 1 addition & 0 deletions booksonic.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# set the CONTEXT_PATH variable to /booksonic in booksonic container.

location ^~ /booksonic {
Expand Down
1 change: 1 addition & 0 deletions bookstack.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -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
# 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
Expand Down
1 change: 1 addition & 0 deletions calibre-web.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for calibre-web

server {
Expand Down
1 change: 1 addition & 0 deletions calibre-web.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# calibre-web does not require a base url setting

location /calibre-web {
Expand Down
1 change: 1 addition & 0 deletions calibre.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for calibre

server {
Expand Down
1 change: 1 addition & 0 deletions calibre.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# calibre does not require a base url setting

location /calibre {
Expand Down
1 change: 1 addition & 0 deletions code-server.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for code-server

server {
Expand Down
1 change: 1 addition & 0 deletions codimd.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure you have added the following environmental variables to your run command/compose file
# CMD_DOMAIN=codimd.server.com
# CMD_PROTOCOL_USESSL=true
Expand Down
1 change: 1 addition & 0 deletions collabora.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -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

server {
Expand Down
1 change: 1 addition & 0 deletions couchpotato.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -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

server {
Expand Down
1 change: 1 addition & 0 deletions couchpotato.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -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

location ^~ /couchpotato {
Expand Down
1 change: 1 addition & 0 deletions deluge.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -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

server {
Expand Down
1 change: 1 addition & 0 deletions deluge.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# deluge does not require a base url setting

location /deluge {
Expand Down
1 change: 1 addition & 0 deletions dillinger.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for dillinger

server {
Expand Down
1 change: 1 addition & 0 deletions documentserver.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# Make sure that your dns has a cname set for onlyoffice named "documentserver"
# Make sure that the onlyoffice documentserver container is named "documentserver"

Expand Down
1 change: 1 addition & 0 deletions dokuwiki.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# First complete the setup by appending install.php to URL.
# Make sure that your dns has a cname set for dokuwiki

Expand Down
1 change: 1 addition & 0 deletions domoticz.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -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

server {
Expand Down
1 change: 1 addition & 0 deletions domoticz.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# set the WEBROOT variable to domoticz for the domoticz container.

location ^~ /domoticz/ {
Expand Down
1 change: 1 addition & 0 deletions dozzle.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -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

server {
Expand Down
1 change: 1 addition & 0 deletions dozzle.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -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

location /dozzle {
Expand Down
1 change: 1 addition & 0 deletions drone.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
server {
listen 443 ssl;
listen [::]:443 ssl;
Expand Down
1 change: 1 addition & 0 deletions duplicati.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -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

server {
Expand Down
1 change: 1 addition & 0 deletions duplicati.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -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

location /duplicati {
Expand Down
1 change: 1 addition & 0 deletions emby.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -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
# 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>;"
Expand Down
1 change: 1 addition & 0 deletions emby.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# 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 not, replace the line "set $upstream_app emby;" with "set $upstream_app <containername>;"
Expand Down
1 change: 1 addition & 0 deletions embystat.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for embystat

server {
Expand Down
1 change: 1 addition & 0 deletions flexget.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for flexget

server {
Expand Down
1 change: 1 addition & 0 deletions flood.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -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

server {
Expand Down
1 change: 1 addition & 0 deletions flood.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# flood does not require a base url setting

location /flood {
Expand Down
1 change: 1 addition & 0 deletions foldingathome.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for foldingathome

server {
Expand Down
1 change: 1 addition & 0 deletions freshrss.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for freshrss

server {
Expand Down
1 change: 1 addition & 0 deletions freshrss.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# freshrss does not have a base url setting

location /freshrss {
Expand Down
1 change: 1 addition & 0 deletions ghost.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -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.

server {
Expand Down
1 change: 1 addition & 0 deletions ghost.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -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
# Note: /ghost/ is by default used for the admin page. See https://ghost.org/docs/concepts/config/#admin-url

Expand Down
1 change: 1 addition & 0 deletions gitea.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -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
# [server]
# SSH_DOMAIN = gitea.server.com
Expand Down
1 change: 1 addition & 0 deletions gitea.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# The following parameters in /data/gitea/conf/app.ini should be edited to match your setup
# [server]
# SSH_DOMAIN = example.com:2222
Expand Down
1 change: 1 addition & 0 deletions glances.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -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

server {
Expand Down
1 change: 1 addition & 0 deletions glances.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# glances does not require a base url setting

location /glances {
Expand Down
1 change: 1 addition & 0 deletions gotify.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for gotify

server {
Expand Down
1 change: 1 addition & 0 deletions grafana.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -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

server {
Expand Down
1 change: 1 addition & 0 deletions grafana.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# grafana requires environment variables set thus:
# environment:
# - "GF_SERVER_ROOT_URL=https://my.domain.com/grafana"
Expand Down
1 change: 1 addition & 0 deletions grocy.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for grocy

server {
Expand Down
1 change: 1 addition & 0 deletions guacamole.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -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

server {
Expand Down
1 change: 1 addition & 0 deletions guacamole.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# guacamole does not require a base url setting

location /guacamole {
Expand Down
1 change: 1 addition & 0 deletions headphones.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for headphones

server {
Expand Down
1 change: 1 addition & 0 deletions headphones.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -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

location ^~ /headphones {
Expand Down
1 change: 1 addition & 0 deletions heimdall.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for heimdall

server {
Expand Down
1 change: 1 addition & 0 deletions heimdall.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -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

location / {
Expand Down
1 change: 1 addition & 0 deletions homeassistant.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -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

server {
Expand Down
1 change: 1 addition & 0 deletions jackett.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -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

server {
Expand Down
1 change: 1 addition & 0 deletions jackett.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# first go into jackett settings, set the URL Base to /jackett and restart the jackett container

location ^~ /jackett {
Expand Down
1 change: 1 addition & 0 deletions jellyfin.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# 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 not, replace the line "set $upstream_app jellyfin;" with "set $upstream_app <containername>;"
Expand Down
1 change: 1 addition & 0 deletions jellyfin.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# 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 not, replace the line "set $upstream_app jellyfin;" with "set $upstream_app <containername>;"
Expand Down
1 change: 1 addition & 0 deletions jenkins.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -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.
# Also be sure to add '/jenkins/' to your URL under: Jenkins > Configuration > Manage Jenkins > Jenkins URL

Expand Down
1 change: 1 addition & 0 deletions kanzi.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for kanzi

server {
Expand Down
1 change: 1 addition & 0 deletions kanzi.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# kanzi does not have a base url setting

location /kanzi {
Expand Down
1 change: 1 addition & 0 deletions lazylibrarian.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for lazylibrarian

server {
Expand Down
1 change: 1 addition & 0 deletions lazylibrarian.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -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

location ^~ /lazylibrarian {
Expand Down
1 change: 1 addition & 0 deletions librespeed.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for librespeed

server {
Expand Down
1 change: 1 addition & 0 deletions lidarr.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -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

server {
Expand Down
1 change: 1 addition & 0 deletions lidarr.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -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

location ^~ /lidarr {
Expand Down
1 change: 1 addition & 0 deletions lychee.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# make sure that your dns has a cname set for lychee

server {
Expand Down
1 change: 1 addition & 0 deletions mailu.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -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

server {
Expand Down
1 change: 1 addition & 0 deletions mailu.subfolder.conf.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 2020/12/09
# 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"
Expand Down
Loading

0 comments on commit af4bcf7

Please sign in to comment.