add it-tools

This commit is contained in:
azpsen 2025-04-03 20:39:29 -05:00
parent 2ac8df2a1f
commit 806a5812a0
2 changed files with 9 additions and 0 deletions

View File

@ -299,6 +299,14 @@ services:
- meilisearch:/meili_data - meilisearch:/meili_data
restart: unless-stopped 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 (notes)
joplin: joplin:
image: joplin/server:latest image: joplin/server:latest

View File

@ -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) - [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 - [Hoarder](https://hoarder.app/) - Bookmark tool for links, pictures, notes, etc. with AI tagging
- The official app seems to work well - 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) - [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 - [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 - [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