add glance, fix readme arrangement
This commit is contained in:
parent
ac903c6db8
commit
0f80e2c1c2
@ -150,6 +150,20 @@ services:
|
|||||||
- ${DNS_IP}
|
- ${DNS_IP}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
## Glance (server dashboard)
|
||||||
|
glance:
|
||||||
|
image: glanceapp/glance
|
||||||
|
container_name: glance
|
||||||
|
volumes:
|
||||||
|
- /docker/glance/glance.yml:/app/glance.yml
|
||||||
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
ports:
|
||||||
|
- 3019:8080
|
||||||
|
dns:
|
||||||
|
- 100.111.0.126
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
## Grocy (home inventory management)
|
## Grocy (home inventory management)
|
||||||
grocy:
|
grocy:
|
||||||
container_name: grocy
|
container_name: grocy
|
||||||
|
@ -20,10 +20,6 @@ These are all the services hosted, what they are for, and any clients I use with
|
|||||||
- The official mobile client works great
|
- The official mobile client works great
|
||||||
- [Calibre Web Automated](https://github.com/crocodilestick/Calibre-Web-Automated) - Ebook management
|
- [Calibre Web Automated](https://github.com/crocodilestick/Calibre-Web-Automated) - Ebook management
|
||||||
- [Yomu](https://www.yomu-reader.com/) for iOS is nice and minimal and supports OPDS for use with Calibre Web
|
- [Yomu](https://www.yomu-reader.com/) for iOS is nice and minimal and supports OPDS for use with Calibre Web
|
||||||
- [Gitea](https://about.gitea.com/) - Git server - in the process of replacing my GitHub account
|
|
||||||
- [Grocy](https://github.com/grocy/grocy) - Household management (Am I out of milk? Do I have AAA batteries? What can I make for dinner?)
|
|
||||||
- [iOS Client](https://apps.apple.com/us/app/grocy-mobile/id1567803209)
|
|
||||||
- [Homepage](https://gethomepage.dev/) - My default new tab page - has info and stats about all my services plus links
|
|
||||||
- [Immich](https://immich.app/) - Photo and video management
|
- [Immich](https://immich.app/) - Photo and video management
|
||||||
- Their official mobile apps are quite good
|
- Their official mobile apps are quite good
|
||||||
- [Jellyfin](https://jellyfin.org) - Media server for movies, TV shows, and music
|
- [Jellyfin](https://jellyfin.org) - Media server for movies, TV shows, and music
|
||||||
@ -40,7 +36,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
|
||||||
- [Homepage](https://gethomepage.dev/) - My default new tab page; has info about all my services plus links
|
- [Homepage](https://gethomepage.dev/) - My default new tab page; has info about all my services plus links (currently trying out [glance](https://github.com/glanceapp/glance/tree/main) as well)
|
||||||
- [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
|
||||||
@ -77,8 +73,8 @@ In `docker-compose.yml`, services that I access through tailscale need the `dns:
|
|||||||
- [Calibre Web Book Downloader](https://github.com/calibrain/calibre-web-automated-book-downloader) - Automated ebook search and downloading
|
- [Calibre Web Book Downloader](https://github.com/calibrain/calibre-web-automated-book-downloader) - Automated ebook search and downloading
|
||||||
- [openbooks](https://github.com/evan-buss/openbooks) - Automated IRC-based ebook search and downloading
|
- [openbooks](https://github.com/evan-buss/openbooks) - Automated IRC-based ebook search and downloading
|
||||||
- [Prowlarr](https://prowlarr.com/) - Torrent indexer that interfaces with the other *arrs
|
- [Prowlarr](https://prowlarr.com/) - Torrent indexer that interfaces with the other *arrs
|
||||||
- [Radarr](https://radarr.video/) - Automated movie fetching
|
|
||||||
- [qBittorrent](https://www.qbittorrent.org/) - The only torrent client I'll ever use
|
- [qBittorrent](https://www.qbittorrent.org/) - The only torrent client I'll ever use
|
||||||
|
- [Radarr](https://radarr.video/) - Automated movie fetching
|
||||||
- [Sonarr](https://sonarr.tv/) - Automated TV show fetching
|
- [Sonarr](https://sonarr.tv/) - Automated TV show fetching
|
||||||
|
|
||||||
I use [LunaSea](https://www.lunasea.app/) as a mobile client for Radarr and Sonarr.
|
I use [LunaSea](https://www.lunasea.app/) as a mobile client for Radarr and Sonarr.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user