diff --git a/CLAUDE.md b/CLAUDE.md index 109bc7c..edbd964 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -64,7 +64,7 @@ The docker role is now organized into logical service groups under `roles/docker - **media/**: Content creation and consumption - Audiobookshelf, Calibre, Ghost blog, Pinchflat, Pinry, Karakeep (formerly Hoarder), Manyfold - **productivity/**: Personal organization and document management - - Paperless-NGX, MMDL, Baikal (CalDAV/CardDAV), Syncthing, Heyform, Dawarich, Pingvin + - Paperless-NGX, MMDL, Baikal (CalDAV/CardDAV), Syncthing, Heyform, Dawarich, Palmr - **communication/**: Social media and external communication - GoToSocial (Fediverse), Postiz (social media management) - **monitoring/**: System monitoring and alerts @@ -131,7 +131,7 @@ Common domains requiring hairpinning fixes: - **Dawarich**: Based on production compose file at https://github.com/Freika/dawarich/blob/master/docker/docker-compose.production.yml ## Service Memories -- pingvin is the service that responds on files.thesatelliteoflove.com +- palmr is the service that responds on files.thesatelliteoflove.com - karakeep (formerly called hoarder) is deployed with both 'hoarder' and 'karakeep' tags for backward compatibility - whenever i ask you what containers need updates, run dockcheck and return a list of containers needing updates - when i ask for the status container updates i want you to run dockcheck on the docker host https://github.com/mag37/dockcheck?ref=selfh.st diff --git a/README.md b/README.md index d365b37..8afaa2b 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The Docker role deploys and manages 24 self-hosted services organized into logic - **Syncthing** (File synchronization) - **HeyForm** (Form builder) - **Dawarich** (Location tracking) -- **Pingvin Share** (File sharing) +- **Palmr** (File sharing) ### Communication - **GoToSocial** (Fediverse/Mastodon) diff --git a/roles/docker/README.md b/roles/docker/README.md index 8cd3975..762aec4 100644 --- a/roles/docker/README.md +++ b/roles/docker/README.md @@ -45,7 +45,7 @@ Deploys and manages a comprehensive self-hosted infrastructure with 24 container - **Syncthing** - Decentralized file sync - **Heyform** - Form builder and surveys - **Dawarich** - Location tracking -- **Pingvin Share** - File sharing service +- **Palmr** - File sharing service ### Communication (`communication/`) - **GoToSocial** - Lightweight ActivityPub server diff --git a/todo.md b/todo.md index 8222585..28ba019 100644 --- a/todo.md +++ b/todo.md @@ -11,7 +11,7 @@ ├── infrastructure/ (caddy, authentik, dockge) ├── development/ (gitea, codeserver) ├── media/ (audiobookshelf, calibre, ghost, pinchflat, pinry, hoarder, manyfold) - ├── productivity/ (paperless, baikal, syncthing, mmdl, heyform, dawarich, pingvin) + ├── productivity/ (paperless, baikal, syncthing, mmdl, heyform, dawarich, palmr) ├── communication/ (gotosocial, postiz) └── monitoring/ (glance, changedetection, appriseapi) ```