From 0f80e2c1c23d3153ff14f4ef7230d10726f59fd9 Mon Sep 17 00:00:00 2001 From: azpsen Date: Tue, 7 Jan 2025 12:29:53 -0600 Subject: [PATCH] add glance, fix readme arrangement --- docker-compose.yml | 14 ++++++++++++++ readme.md | 8 ++------ 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index ffce637..bae4a6c 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -150,6 +150,20 @@ services: - ${DNS_IP} 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: container_name: grocy diff --git a/readme.md b/readme.md index a2fb134..672ed9c 100644 --- a/readme.md +++ b/readme.md @@ -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 - [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 -- [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 - Their official mobile apps are quite good - [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) - [Hoarder](https://hoarder.app/) - Bookmark tool for links, pictures, notes, etc. with AI tagging - 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) - [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 @@ -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 - [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 -- [Radarr](https://radarr.video/) - Automated movie fetching - [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 I use [LunaSea](https://www.lunasea.app/) as a mobile client for Radarr and Sonarr.