Commit Graph

561 Commits

Author SHA1 Message Date
Mark Trolley f771edb7bf Create gaps.subdomain.conf.sample
For container: https://hub.docker.com/r/housewrecker/gaps

Also fix small typo in portainer.subdirectory.conf.sample.
2021-10-20 18:04:59 -04:00
Eric Nemchik 86c83201c9 Merge pull request #390 from golles/patch-1
api, local and media folders shouldn't require auth
2021-10-11 14:49:08 -05:00
Sander 612d29df02 api, local and media folders shouldn't require auth 2021-10-11 21:05:47 +02:00
Roxedus 1772c95a3a Merge pull request #388 from linuxserver/CRLF-check
Check for CRLF, executable bit, and add .editorconfig
2021-10-07 09:39:40 +02:00
Eric Nemchik 988d23a03f Use uniform find commands 2021-10-05 14:28:44 -05:00
Eric Nemchik aeaea85520 Add check for executable bit 2021-10-05 14:23:43 -05:00
Eric Nemchik e05a5d0cb7 Don't fail if no CRLF issues are found 2021-10-05 14:15:41 -05:00
Eric Nemchik 76dda79d4a Check for CRLF, add .editorconfig 2021-10-05 14:12:37 -05:00
Eric Nemchik 5c55583d19 Merge pull request #383 from deutschepost/synapse
Added config sample for the Synapse Matrix Server
2021-10-05 13:04:49 -05:00
Lukas Post 6f768d117c Change lineendings to UNIX 2021-10-05 19:48:26 +02:00
Eric Nemchik 6345cdc84a Merge pull request #387 from linuxserver/nemchik-patch-1
Update organizr-auth.subfolder.conf.sample
2021-10-05 09:54:43 -05:00
Eric Nemchik a522fa4620 Update organizr-auth.subfolder.conf.sample 2021-10-05 09:09:38 -05:00
Eric Nemchik 2ae380fe52 Merge pull request #386 from HalianElf/master
Have return include full URL
2021-10-05 08:32:22 -05:00
HalianElf 2e74ef86b7 Have return include full URL
Fixes the return when using subdomains (and doesn't effect subfolders)
2021-10-05 09:29:39 -04:00
Eric Nemchik 4ebc40810d Merge pull request #384 from joserebelo/pyload-ng
Add pyload.subfolder.conf.sample
2021-10-03 21:39:27 -05:00
José Rebelo 404b58b1fd Add pyload.subfolder.conf.sample 2021-10-03 22:25:57 +01:00
Lukas Post f377cd1efc Update Version and missing http2 2021-10-03 02:56:28 +02:00
Lukas Post 3053d18c07 readded http2 support 2021-10-03 01:39:43 +02:00
Lukas Post 3812a54c0f replaced location with / 2021-10-03 00:41:21 +02:00
Lukas Post 8b4d4da7be delete redundant proxy headers 2021-10-02 23:57:25 +02:00
Lukas Post 611090d330 Added Version Comment 2021-10-02 23:38:16 +02:00
Lukas Post 934a7113f8 Added config sample for the Synapse Matrix Server 2021-10-02 22:52:07 +02:00
Eric Nemchik 4ef5a77868 Merge pull request #381 from meowmix3/komga-subfolder-fix
Removed executable bit on Komga Subfolder sample
2021-09-29 07:30:15 -05:00
Alex 6fe6702e5f Removed executable bit on Komga Subfolder sample 2021-09-28 15:25:32 -04:00
Eric Nemchik 2ccc3b3634 Merge pull request #380 from Kristof-Mattei/adguard-add-support-for-dns-query
Adguard add support for dns query
2021-09-24 11:37:04 -05:00
Kristof Mattei ee3e5857dd Bumped date & used new resolver pattern 2021-09-24 08:32:53 -07:00
Eric Nemchik 4f9c905628 Merge pull request #375 from Starker3/patch-3
Add proxy_set_header X-Scheme https;
2021-09-15 11:22:04 -05:00
Starker3 616ca0a0b8 Add proxy_set_header X-Scheme https;
The X-scheme header seems to be required for Octoprint to correctly use Websockets.
2021-09-05 12:44:05 +12:00
Roxedus 7420ff6e3d Merge pull request #364 from Daniel15/calibre-web-opds 2021-08-10 20:36:40 +02:00
Jonathan Dumont 8e3ba5099b Create n8n.subdomain.conf.sample (#370) 2021-08-10 20:35:13 +02:00
Roxedus 9f615fe59c Merge pull request #357 from STaRDoGG/patch-10 2021-08-10 20:34:05 +02:00
Roxedus 28d8abf055 Merge pull request #353 from STaRDoGG/patch-6
Create filebot.subdomain.conf.sample
2021-08-08 15:40:53 +02:00
Roxedus 2f85b46e66 Merge pull request #354 from STaRDoGG/patch-7
Create jdownloader.subdomain.conf.sample
2021-08-08 15:40:28 +02:00
Roxedus ce58dfee8c Merge pull request #355 from STaRDoGG/patch-9
Create petio.subdomain.conf.sample
2021-08-08 15:38:58 +02:00
Roxedus 04a7ccd367 Merge pull request #372 from Starker3/patch-2 2021-08-08 15:30:16 +02:00
Starker3 d46f17a8ff Create uptime-kuma.subdomain.conf.sample
https://github.com/louislam/uptime-kuma
2021-08-01 17:12:51 +12:00
Kristof Mattei 4943b4fbfb Added comments 2021-07-24 11:09:12 -07:00
Kristof Mattei 90f20e64d8 adguard: bypass auth for /dns-query, used by DoH. 2021-07-24 11:02:08 -07:00
saarg a8105afd91 Merge pull request #367 from Wdavery/patch-1
Fixes for NC21 - changes /.well-known block
2021-07-15 01:00:34 +02:00
Wdavery fca823b1ff Fixes for NC21 - changes /.well-known block
Before this change the config results in a warning `Your web server is not properly set up to resolve "/.well-known/webfinger".`
Source of proposed fix: linuxserver/docker-nextcloud#189
https://github.com/linuxserver/docker-nextcloud/issues/189#issuecomment-846376583
2021-07-14 15:00:22 -04:00
Roxedus 6435f9d873 Merge pull request #365 from linuxserver/hass_trusted_proxies
Add trusted_proxies note
2021-07-13 14:44:31 +02:00
Roxedus f0e97d1e25 Add trusted_proxies note 2021-07-13 13:34:22 +02:00
Daniel Lo Nigro 44dbaa32b2 Bypass Authelia auth for Calibre-Web OPDS feed 2021-07-10 17:56:03 -07:00
aptalca f9d6d9ca4f Merge pull request #363 from golles/patch-1
Allow Home Assistant local files to bypass auth
2021-07-10 08:51:57 -04:00
Sander 24863382da Allow Home Assistant local files to bypass auth
I've enabled Authalia myself and noticed that push notifications containing images from the /local (www) directory, wouldn't load (which makes sense as there was no auth).
2021-07-10 13:26:55 +02:00
Roxedus ea7e76e457 Merge pull request #362 from linuxserver/redirect
remove dupe config that errors in nginx 1.20
2021-07-08 16:42:31 +02:00
aptalca c9ee2b7a26 remove dupe config that errors in nginx 1.20 2021-07-08 10:37:20 -04:00
J. Scott Elblein 957a92d864 Create adminmongo.subdomain.conf.sample
Container URL: https://hub.docker.com/r/mrvautin/adminmongo
2021-07-03 00:39:40 -05:00
aptalca 47e0494f49 Merge pull request #356 from linuxserver/drizuid-patch-1
Update photoprism.subdomain.conf.sample
2021-07-02 13:05:08 -04:00
driz 500d7b920c Update photoprism.subdomain.conf.sample
this was mssing all the auth stuff; added it in
2021-07-02 10:39:40 -04:00