improve comm-conts readmes by adding links to upstream sw and describing what each one does

Signed-off-by: Gaetano Giunta <giunta.gaetano@gmail.com>
This commit is contained in:
gggeek
2026-05-18 12:11:21 +00:00
committed by Gaetano Giunta
parent 01365c817f
commit 1b696a1242
24 changed files with 36 additions and 30 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
## Seerr
This container bundles Seerr and auto-configures it for you.
This container bundles [Seerr](https://seerr.dev/) request management and media discovery tool and auto-configures it for you.
### Notes
- **Migration from Jellyseerr**: Jellyseer previously ran as the root user. With the migration to Seerr, the container now runs rootless with userid 1000, meaning that if you previously used Jellyseerr, Seerr will not be able to access the config files generated by the old Jellyseerr container. To migrate, execute the following steps: 1. stop all containers using the AIO-interface, 2. run `sudo docker run --rm -v nextcloud_aio_jellyseerr:/data alpine chown -R 1000:1000 /data`