diff --git a/docker-compose.yml b/docker-compose.yml index fff2d78..7e03fff 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -299,6 +299,14 @@ services: - meilisearch:/meili_data restart: unless-stopped + ## IT Tools (misc utilities) + it-tools: + image: corentinth/it-tools:latest + container_name: it-tools + ports: + - 5734:80 + restart: unless-stopped + ## Joplin (notes) joplin: image: joplin/server:latest diff --git a/readme.md b/readme.md index feb998e..b940074 100644 --- a/readme.md +++ b/readme.md @@ -39,6 +39,7 @@ These are all the services hosted, what they are for, and any clients I use with - [iOS Client](https://apps.apple.com/us/app/grocy-mobile/id1567803209) - [Hoarder](https://hoarder.app/) - Bookmark tool for links, pictures, notes, etc. with AI tagging - The official app seems to work well +- [IT Tools](https://github.com/CorentinTh/it-tools) - Collection of random useful development/IT utilities - [Joplin](https://joplinapp.org/) - Notes (Obsidian alternative) - [Kiwix](https://kiwix.org/en/) - Offline wiki hosting - I have Wikipedia, the Arch Linux wiki, and several others downloaded - [LinkStack](https://linkstack.org/) - Self-hosted LinkTree alternative ([azpsen.com](https://azpsen.com)) - more for content creators, definitely overkill for what I need. I'll probably replace it with a simple static site at some point