diff --git a/README.md b/README.md index 352db4b..48851e5 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Feel free to use any of these as a starting point for your own setup. Each appli | [Draw.io](./Draw.io/docker-compose.yaml) | Self-hosted diagramming and flowchart tool | [Read the article](https://chns.tech/posts/2024/10-20-draw-io-whiteboarding-diagramming-web-application/) | | [Gitea](./Gitea/docker-compose.yaml) | Lightweight self-hosted Git service | [Read the article](#) | | [IT-Tools](./IT-Tools/docker-compose.yaml) | Collection of handy tools for developers and sysadmins | [Read the article](https://chns.tech/posts/2023/10-22-it-tools-handy-tools-for-developers/) | +| [Seerr](./Seerr/docker-compose.yaml) | Media request management tool for self-hosted media servers | [Read the article](#) | | [Watchtower](./Watchtower/docker-compose.yaml) | Automatically keeps Docker container images up to date | [Read the article](https://chns.tech/posts/2024/07-14-watchtower-automatic-docker-container-updater/) | --- @@ -49,6 +50,8 @@ Docker-Compose/ │ └── docker-compose.yaml ├── IT-Tools/ │ └── docker-compose.yaml +├── Seerr/ +│ └── docker-compose.yaml └── Watchtower/ └── docker-compose.yaml ```