95 Commits

Author SHA1 Message Date
aki
ca4c3e92f0 fix(docker-compose): Update Redis command and healthcheck to use actual password variable 2025-04-26 00:51:12 +08:00
aki
6b1a8b7d45 fix(authelia): Adjust configuration for Tailscale domain handling and simplify session settings 2025-04-26 00:18:57 +08:00
aki
09b20f71fc fix(authelia): Add user configuration for Authelia container
Some checks failed
/ validate-docker-compose (push) Has been cancelled
2025-04-26 00:08:32 +08:00
aki
afbffb97e3 fix(authelia): Update configuration for v4.38+ with required variables and improved domain handling
Some checks failed
/ validate-docker-compose (push) Has been cancelled
2025-04-26 00:04:49 +08:00
aki
461a0dc110 fix(authelia): Update configuration for v4.38+ compatibility and remove deprecated variables
Some checks failed
/ validate-docker-compose (push) Has been cancelled
2025-04-25 23:40:25 +08:00
aki
91873062c9 fix(env): Rename HOSTNAME to APP_HOSTNAME to avoid conflicts and update related configurations
Some checks failed
/ validate-docker-compose (push) Has been cancelled
2025-04-25 21:52:38 +08:00
aki
8a52e6894f feat!: Add Authelia for authentication and Redis for session storage
Some checks failed
/ validate-docker-compose (push) Has been cancelled
- Introduced Redis service for session management with health checks.
- Added Authelia service for user authentication with necessary environment variables.
- Configured Traefik to use Authelia as middleware for various services.
- Created Authelia configuration file with session, storage, and access control settings.
- Added user database for Authelia with an example admin user.
2025-04-25 17:33:09 +08:00
aki
cf78372b71 feat: Refactor Tailscale & Traefik Integration
Some checks failed
/ validate-docker-compose (push) Has been cancelled
- Integrate Traefik directly with Tailscale network using `network_mode: service:tailscale`.
- Remove direct port mappings for Traefik (80, 443).
- Configure Tailscale container to use `tailscale serve` (Tailnet only) or `tailscale funnel` (public HTTPS) based on `ENABLE_FUNNEL_HTTPS` env var.
- Update Traefik routing rules (`Host()`) to use `${TAILSCALE_HOSTNAME}.${TAILSCALE_TAILNET_DOMAIN}` for all services.
- Update Homepage path to `/home` and adjust its Traefik rule.
- Remove Homepage basic authentication variables (`HOMEPAGE_AUTH_USER`, `HOMEPAGE_AUTH_HASH`) from `.env.example` and `README.md`.
- Update `README.md` to reflect new access methods, hostname configuration, and removal of basic auth.
- Add `extra_hosts` to Tailscale service for `host.docker.internal`.
2025-04-25 14:15:44 +08:00
aki
42ee02d8e7 fix(homepage): Update allowed hosts and add basic auth middleware configuration 2025-04-25 13:07:53 +08:00
aki
3539cc3d3e fix(docker-compose): Simplify Traefik routing rules by removing hostname conditions 2025-04-25 12:54:58 +08:00
aki
4db5c27755 fix(traefik): Move extra_hosts over to tailscale
Some checks failed
/ validate-docker-compose (push) Has been cancelled
2025-04-25 11:22:58 +08:00
aki
8051ea33e3 fix(tailscale): Use localhost and network_mode for Funnel/Serve
Some checks failed
/ validate-docker-compose (push) Has been cancelled
Tailscale Funnel/Serve requires proxying to localhost or 127.0.0.1.
This commit updates the target URL to http://localhost:80 and sets
Traefik's network_mode to service:tailscale to allow tailscale to
correctly forward traffic to the traefik container.
2025-04-25 11:09:40 +08:00
aki
3ce7262e38 fix(docker-compose): use Docker backend instead of Podman 2025-04-25 10:43:33 +08:00
aki
a0fb667642 fix(tailscale): Incorrect usage of commands
Some checks failed
/ validate-docker-compose (push) Has been cancelled
2025-04-25 10:37:19 +08:00
aki
bccf28da84 fix(docker-compose): update Docker socket volume mounts to use Podman socket
Some checks failed
/ validate-docker-compose (push) Has been cancelled
2025-04-25 03:36:09 +08:00
aki
44cdc60ab3 fix(docker-compose): remove SELinux context from Docker socket volume mounts
Some checks failed
/ validate-docker-compose (push) Has been cancelled
2025-04-25 03:24:13 +08:00
aki
dc54b33281 fix(volumes): Edge case for SELinux contexts
Some checks failed
/ validate-docker-compose (push) Has been cancelled
2025-04-25 03:15:01 +08:00
aki
6c1e6b5700 feat(tailscale): update Tailscale configuration to enable Funnel and remove Traefik targets
Some checks failed
/ validate-docker-compose (push) Has been cancelled
2025-04-25 03:04:23 +08:00
aki
7162827ab3 refactor: Remove Cloudflare and Let's Encrypt configurations from environment variables and Traefik service
Some checks failed
/ validate-docker-compose (push) Has been cancelled
2025-04-25 02:39:28 +08:00
aki
fba2c07e2c feat(vpn,sidecar)!: Remove VPN configuration and add Tailscale service with proxy settings in Docker Compose
Some checks failed
/ validate-docker-compose (push) Has been cancelled
2025-04-25 02:19:59 +08:00
Sakthi Kumar Chandrabose
f4d94160bf Fixing issue #137 Unable to login to jellyseerr using jellyfin 2025-04-11 00:40:57 +05:30
Francis Gravel St-Pierre
f4dc4fec4a
Add HOMEPAGE_ALLOWED_HOSTS in homepage environment vars 2025-03-15 12:39:04 -04:00
Matthieu Sajot
85ae566e88
fix(docker-compose): Add FIREWALL environment variable to service configuration 2025-03-14 16:50:02 +01:00
Adrien Poupa
b853a85d90 fix(decluttar): Add default environment variables values 2025-03-09 16:53:30 -04:00
Adrien Poupa
ddcc9210e6 fix: Migrate away from DockerHub where possible 2025-03-09 13:53:29 -04:00
Ilya Shupta
7907b88501
Fixed typo docker-compose.yml 2025-02-14 23:43:43 +01:00
Adrien Poupa
7a023563cd
Merge pull request #127 from jesper-nord/master
Adds `decluttarr` optional service
2025-02-13 13:43:42 -05:00
Jesper Nord
5a9a6ca0f2
Adds decluttarr optional service 2025-02-12 21:03:18 +01:00
lab900-sander-van-loock
c574bb3fda bugfix/listen on changes of content type */* 2025-02-07 20:20:15 +01:00
Vladzievskii Evgenii
f2ec8ebf44
Fix avatars in jellyseerr 2025-01-26 03:32:10 +03:00
Adrien Poupa
1400cc8ced fix(flaresolverr): Fix #116 and use a working flaresolverr fork 2025-01-25 17:56:59 -05:00
Vladzievskii Evgenii
72ab4a484b
fix image caching in jellyseerr 2025-01-23 17:34:49 +03:00
Adrien Poupa
e8e1959560
chore: Update Traefik to 3.3 2025-01-07 11:56:00 -05:00
Adrien Poupa
ef38e3522c feat(calibre-web): Add Calibre-Web 2025-01-03 22:35:17 -05:00
Adrien Poupa
7b92c87a1b fix(vpn): Enable Watchtower on the VPN container 2025-01-03 18:59:55 -05:00
Adrien Poupa
06362355ba chore: Update Traefik to 3.2 2025-01-03 17:50:20 -05:00
Adrien Poupa
41cf789cc4 chore: Update Traefik to 3.1 2024-09-01 21:22:38 -04:00
raspy
17b4d620c1 Avoid hardcoding credentials for pia forwarding on qbittorrent 2024-08-08 17:24:21 -06:00
Adrien Poupa
26ba1c8226
Merge pull request #69 from RaspyPiStyLiS/master
Fix over greediness and missing replacements on jellyseerr
2024-05-12 23:50:12 -04:00
Adrien Poupa
d7cc97f874 fix(jellyfin): #70 Add network.xml to fix startup on fresh installs 2024-05-12 23:28:17 -04:00
raspy
000d56ed96 Fix over greediness and missing replacements 2024-04-23 12:34:03 -07:00
Adrien Poupa
114152d3f4 chore(traefik): Update Traefik to 2.11 2024-04-15 00:25:23 -04:00
Adrien Poupa
d5c4df30fc feat(homeassistant): add HomeAssistant backup 2024-04-15 00:25:23 -04:00
Adrien Poupa
ca4ca871a3 fix: add hyphen to support default Bash syntax 2024-03-14 16:10:08 -04:00
Andy Burke
a981391d82
feature: default to '.' if CONFIG_ROOT is unset 2024-03-14 13:03:03 -07:00
Andy Burke
01c3b18b94
feature: add a CONFIG_ROOT env var to control configuration file placement 2024-03-14 12:29:22 -07:00
Adrien Poupa
5078d257ec feat: rework homepage categories 2024-03-09 15:40:26 -05:00
kphilippart
816737cf99
Update docker-compose.yml 2024-01-28 16:27:55 +01:00
Adrien Poupa
7de5076622 fix(healthcheck): Reduce healthcheck interval to decrease CPU usage 2024-01-19 00:41:05 -05:00
Adrien Poupa
fbb708b1f1 feat(homeassistant): Add Home Assistant 2024-01-19 00:29:20 -05:00