Jean Froment
af77d8c0f9
Typo in README
2022-03-06 23:34:49 +01:00
Jean Froment
36304749da
Add doc
2022-03-06 23:34:05 +01:00
Jean Froment
48fa3a1eb6
Remove docker labels, new v2 config.yaml is now mandatory on this branch
2022-03-06 18:19:36 +01:00
Jean Froment
a39ea3d0d7
Add Heimdall
2022-02-24 22:09:30 +01:00
Jean Froment
e4ede925a8
Add VPN support (modularizable) + refactoring + variables changes
2022-02-14 00:24:04 +01:00
Jean Froment
a80ee08bf4
Add Kavita
2021-12-06 22:16:24 +01:00
Jean Froment
1dd8c36391
Add readarr
2021-12-06 18:53:53 +01:00
Jean Froment
30f55a6228
Add komga
2021-12-06 18:32:34 +01:00
Jean Froment
1549bd2752
Set Prowlarr to develop branch/tag
2021-06-28 13:17:47 +02:00
Jean Froment
389bdab528
Separate flood to be able to disable it, create user in Deluge rpc daemon is wanted
2021-06-20 15:26:49 +02:00
Jean Froment
309b89864f
Set branch to nightly for Prowlarr
2021-06-07 13:53:59 +02:00
Jean Froment
d58e749e6f
Add Prowlarr
2021-06-07 13:45:26 +02:00
Jean Froment
27438f9bdc
Add Overseerr
2021-06-02 11:35:46 +02:00
Jean Froment
189be74fb2
Add Ombi
2021-06-01 10:50:27 +02:00
Jean Froment
c239d12be4
Change sonarr tag to develop (preview was deprecated since v3 GA release)
2021-03-11 09:38:42 +01:00
Jean Froment
06d056a661
Switch to lidarr develop (preview has been deprecated)
2021-02-12 11:44:47 +01:00
Jean Froment
02e31585d9
Feature: add the possibility to disable a service
2021-01-31 19:11:51 +01:00
Jean Froment
fab81f731d
Bump minimum versions in requirements
2021-01-31 18:36:35 +01:00
Jean Froment
7ba52aa3e3
Cleanup + radarr develop (instead of nightly)
2020-12-02 14:06:11 +01:00
Jean Froment
ec75bac069
Update Portainer and README
2020-11-23 10:59:18 +01:00
Jean Froment
13f8d56348
Update to Radarr v3 (backup config first!)
2020-11-11 17:32:07 +01:00
Jean Froment
429fcb4fc8
Update README
2020-10-23 16:51:36 +02:00
Jean Froment
8c81cde35e
Indicate to users they need to fetch latest changes before doing Traefik v2 upgrade
2020-09-11 14:51:24 +02:00
Jean Froment
3a96ffbfd3
Update README
2020-09-11 14:45:52 +02:00
Jean Froment
006b8aa327
Remove custom covid-19 french attestation generator
2020-06-08 10:10:07 +02:00
Jean Froment
a70c408be5
Update to Sonarr v3 (tag preview). Make a backup to sonarr config first!!
2020-04-30 10:48:59 +02:00
Jean Froment
1b116aa8c2
Improve README, cleanup details
2020-04-30 10:43:43 +02:00
Jean Froment
ed4de7a004
Add Lidarr
2020-04-24 18:40:58 +02:00
Jean Froment
c6c4631196
Add Duplicati
...
Also rename container names
2019-05-28 15:04:10 +02:00
Jean Froment
8d3afb18d7
Update README.md
2019-03-03 21:27:59 +01:00
Jean Froment
66056c2de9
Nextcloud working + remove Filerun
2019-03-03 17:59:46 +01:00
Jean Froment
362750cb3d
Cleanup useless files
2019-03-03 15:53:19 +01:00
Jean Froment
96501ddd32
Add Nextcloud
2019-03-03 11:34:16 +01:00
Jean Froment
85095cdc79
Cleanup + update README.md
2019-01-24 15:41:13 +01:00
Jean Froment
85861b83a6
Disable Watchtower and improve readme
2018-06-26 14:44:40 +02:00
Jean Froment
3cd72ed641
Cleanup and refactoring
2018-06-19 20:45:37 +02:00
Jean Froment
f782c919c6
Add Organizr
2017-12-08 11:52:15 +01:00
Jean Froment
94a97d43d0
Remove frontend rule for CP, adapt README
2017-08-22 17:57:00 +02:00
Jean Froment
ace6d79d0f
Add couchpotato
2017-08-12 17:15:43 +02:00
Jean Froment
02b1f26fb1
Add plex-webtools (still testing phase)
2017-03-27 15:18:50 +02:00
Jean Froment
8c97457e73
Cosmetic changes + more info in README.md
2017-03-24 12:41:44 +01:00
Jean Froment
4648c5fde3
Use local-persist plugin as volume driver
2017-03-23 16:31:25 +01:00
Jean Froment
65ab5f42fe
Fix root path in nginx config of h5ai: h5ai working
2017-03-09 19:33:50 +01:00
Jean Froment
cf62b213dc
Add h5ai
2017-03-06 22:29:00 +01:00
Jean Froment
dd589dbe19
Remove OpenVPN + Sickrage + Syncthing, then adapt other resources
2017-03-06 20:55:19 +01:00
Kelvin Chen
feb6649cae
Update compose file to v3
2017-01-31 11:58:57 -05:00
Kelvin Chen
33817a2ab7
Add Jackett support
...
Add jackett to the sonarr image. Adjust the reverse proxy to route the
jackett subdomain
2016-10-12 17:33:00 -04:00
Kelvin Chen
09475ed565
Add Sonarr container and some changes to frontend
...
Sonarr
- Add support for http://sonarr.tv/ in its own docker container
Frontend
- Add sonarr as a endpoint for the frontend proxy
- Don't resolve hostnames initially which fixes an longstanding issue
where nginx will crash if the other containers aren't up since their
hostnames won't be resolvable:
- Set resolver to 127.0.0.11 which is Docker's DNS for resolving
services
- Removed upstream block and declared upstream in set statements
Signed-off-by: Kelvin Chen <kelvin@kelvinchen.org>
2016-10-07 23:39:13 -04:00
Kelvin Chen
6d9f404658
Update README
2016-10-07 02:45:27 -04:00
Serut
f5af7251d7
Improve README
2016-02-19 14:18:38 -05:00