afbffb97e3
fix(authelia): Update configuration for v4.38+ with required variables and improved domain handling
/ validate-docker-compose (push) Has been cancelled
2025-04-26 00:04:49 +08:00
1c5959cafb
fix(env): Enhance environment variable tracking by adding current key presence check
/ validate-docker-compose (push) Has been cancelled
2025-04-25 23:52:33 +08:00
73e40af91a
feat: Add environment update script to manage .env variables and preserve existing values
/ validate-docker-compose (push) Has been cancelled
2025-04-25 23:48:09 +08:00
461a0dc110
fix(authelia): Update configuration for v4.38+ compatibility and remove deprecated variables
/ validate-docker-compose (push) Has been cancelled
2025-04-25 23:40:25 +08:00
91873062c9
fix(env): Rename HOSTNAME to APP_HOSTNAME to avoid conflicts and update related configurations
/ validate-docker-compose (push) Has been cancelled
2025-04-25 21:52:38 +08:00
8a52e6894f
feat!: Add Authelia for authentication and Redis for session storage
...
/ 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
cf78372b71
feat: Refactor Tailscale & Traefik Integration
...
/ 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
8c5cdb111d
fix(env): Update Tailscale settings and add homepage configuration options
/ validate-docker-compose (push) Has been cancelled
2025-04-25 13:08:06 +08:00
42ee02d8e7
fix(homepage): Update allowed hosts and add basic auth middleware configuration
2025-04-25 13:07:53 +08:00
83016e268c
fix(README): Update HOSTNAME and add TAILSCALE_TAILNET_DOMAIN for Tailscale configuration
/ validate-docker-compose (push) Has been cancelled
2025-04-25 12:56:01 +08:00
3539cc3d3e
fix(docker-compose): Simplify Traefik routing rules by removing hostname conditions
2025-04-25 12:54:58 +08:00
4db5c27755
fix(traefik): Move extra_hosts over to tailscale
/ validate-docker-compose (push) Has been cancelled
2025-04-25 11:22:58 +08:00
8051ea33e3
fix(tailscale): Use localhost and network_mode for Funnel/Serve
...
/ 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
cc51dd386c
docs(README): Refactor and simplify documentation
...
/ validate-docker-compose (push) Has been cancelled
- Restructure README with standard sections (Prerequisites, Quick Start, Config, Access, Optional, Troubleshooting).
- Rewrite introduction for clarity on project goals.
- Focus Quick Start on core Docker Compose setup.
- Detail .env variables with clear groupings.
- Clarify Tailscale's role for remote access and HTTPS.
- Remove outdated/overly specific setup details for individual services, VPN, Synology, NFS, etc.
- Add SELinux troubleshooting specific to Docker socket access.
2025-04-25 10:52:52 +08:00
3ce7262e38
fix(docker-compose): use Docker backend instead of Podman
2025-04-25 10:43:33 +08:00
a0fb667642
fix(tailscale): Incorrect usage of commands
/ validate-docker-compose (push) Has been cancelled
2025-04-25 10:37:19 +08:00
bccf28da84
fix(docker-compose): update Docker socket volume mounts to use Podman socket
/ validate-docker-compose (push) Has been cancelled
2025-04-25 03:36:09 +08:00
3f05975393
docs(setup): add Podman SELinux note and enhance Tailscale access instructions in README
/ validate-docker-compose (push) Has been cancelled
2025-04-25 03:29:00 +08:00
44cdc60ab3
fix(docker-compose): remove SELinux context from Docker socket volume mounts
/ validate-docker-compose (push) Has been cancelled
2025-04-25 03:24:13 +08:00
dc54b33281
fix(volumes): Edge case for SELinux contexts
/ validate-docker-compose (push) Has been cancelled
2025-04-25 03:15:01 +08:00
6c1e6b5700
feat(tailscale): update Tailscale configuration to enable Funnel and remove Traefik targets
/ validate-docker-compose (push) Has been cancelled
2025-04-25 03:04:23 +08:00
7162827ab3
refactor: Remove Cloudflare and Let's Encrypt configurations from environment variables and Traefik service
/ validate-docker-compose (push) Has been cancelled
2025-04-25 02:39:28 +08:00
fba2c07e2c
feat(vpn,sidecar)!: Remove VPN configuration and add Tailscale service with proxy settings in Docker Compose
/ validate-docker-compose (push) Has been cancelled
2025-04-25 02:19:59 +08:00
Adrien Poupa
b8079666bd
Merge pull request #138 from csakthikumar/master
/ validate-docker-compose (push) Has been cancelled
2025-04-15 17:06:01 -04:00
Sakthi Kumar Chandrabose
f4d94160bf
Fixing issue #137 Unable to login to jellyseerr using jellyfin
2025-04-11 00:40:57 +05:30
Adrien Poupa
5c4ffd6cee
Merge pull request #136 from gspfranc/master
...
Add HOMEPAGE_ALLOWED_HOSTS in homepage environment vars
2025-03-16 13:15:33 -04:00
Francis Gravel St-Pierre
f4dc4fec4a
Add HOMEPAGE_ALLOWED_HOSTS in homepage environment vars
2025-03-15 12:39:04 -04:00
Adrien Poupa
b456ada7d3
Merge pull request #134 from Cambelau/master
...
Fix vpn pia service issue with firewall
2025-03-14 12:09:54 -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
107238035c
Merge pull request #133 from jquiaios/master
...
Fix a few typos + update TOC to include the missing optional service
2025-03-11 22:18:13 -04:00
Julien Quiaios
705c7cc9ba
Fix a few typos + update TOC to include the missing optional service
2025-03-11 19:31:38 -04:00
Adrien Poupa
21e7d385b9
chore: Create FUNDING.yml
2025-03-09 18:08:14 -04:00
Adrien Poupa
a2df226c4f
fix(adguardhome): Migrate Traefik certs dumper to ghcr.io
2025-03-09 16:53:55 -04: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
Adrien Poupa
2a7dbd0342
fix(tandoor): Fix Tandoor logo URL
2025-02-19 10:49:36 -05:00
Adrien Poupa
623e416189
Merge pull request #128 from ilyashupta/patch-1
...
Fixed typo docker-compose.yml
2025-02-14 18:52:56 -05: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
Adrien Poupa
c6af40c215
Merge pull request #126 from sandervanloock/bugfix/jellyseerr-traefik-rewrite
...
bugfix/listen on changes of content type */*
2025-02-13 13:39:49 -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
Adrien Poupa
09a65fd576
Merge pull request #118 from lk2322/patch-2
...
Fix avatars in jellyseerr
2025-01-25 20:24:02 -05: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
Adrien Poupa
822ad84d55
chore(immich): Update Immich to 1.125.2
2025-01-25 17:33:52 -05:00
Adrien Poupa
2f5998a1d4
Merge pull request #117 from lk2322/patch-1
...
Fix jellyseerr image caching url
2025-01-24 11:20:56 -05:00
Vladzievskii Evgenii
72ab4a484b
fix image caching in jellyseerr
2025-01-23 17:34:49 +03:00
Adrien Poupa
e5b3786456
chore: Update Immich to 1.124.2
2025-01-12 18:25:54 -05:00
Adrien Poupa
e8e1959560
chore: Update Traefik to 3.3
2025-01-07 11:56:00 -05:00