Updated Readme file

This commit is contained in:
2026-03-13 22:22:31 -07:00
parent fcc31444c5
commit 954f782106

View File

@@ -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/) | | [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](#) | | [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/) | | [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/) | | [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 │ └── docker-compose.yaml
├── IT-Tools/ ├── IT-Tools/
│ └── docker-compose.yaml │ └── docker-compose.yaml
├── Seerr/
│ └── docker-compose.yaml
└── Watchtower/ └── Watchtower/
└── docker-compose.yaml └── docker-compose.yaml
``` ```