add it-tools
This commit is contained in:
parent
2ac8df2a1f
commit
806a5812a0
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user