summaryrefslogtreecommitdiff
path: root/f3s/freshrss/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-07 22:48:29 +0200
committerPaul Buetow <paul@buetow.org>2026-01-07 22:48:29 +0200
commitf7624de03b894d31347ec15c9571e8cfe83903ff (patch)
tree88a35208c57c3fc7be94196574a99ce3322e522f /f3s/freshrss/README.md
parentf1925c872c496c914da99fcbf3a07c9292e911a7 (diff)
Migrate 8 remaining simple service apps to ArgoCD
Apps migrated in this commit: - anki-sync-server (custom images, 1 PVC) - syncthing (file sync, 2 PVCs) - audiobookshelf (3 PVCs) - radicale (CalDAV/CardDAV) - opodsync (podcast sync, 2-container pod) - kobo-sync-server (eReader sync) - filebrowser (3 PVCs) - webdav (WebDAV server) All apps: - Created ArgoCD Application manifests - Updated Justfiles with ArgoCD commands - All synced successfully and healthy - Zero downtime migrations Also includes: - Updated migration progress tracker (12/23 apps, 52%) - Deleted freshrss directory (app no longer needed) Progress: 12/23 apps (52%) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Diffstat (limited to 'f3s/freshrss/README.md')
-rw-r--r--f3s/freshrss/README.md29
1 files changed, 0 insertions, 29 deletions
diff --git a/f3s/freshrss/README.md b/f3s/freshrss/README.md
deleted file mode 100644
index 1a88372..0000000
--- a/f3s/freshrss/README.md
+++ /dev/null
@@ -1,29 +0,0 @@
-# FreshRSS Helm Chart
-
-This chart deploys FreshRSS using a single Deployment, Service, Ingress, and a hostPath-backed PersistentVolume/PersistentVolumeClaim for data.
-
-## Prerequisites
-
-Before installing the chart, you must manually create the hostPath directory used by the PersistentVolume (see `templates/persistent-volumes.yaml`):
-
-- `/data/nfs/k3svolumes/freshrss/data`
-
-Example commands:
-
-```bash
-sudo mkdir -p /data/nfs/k3svolumes/freshrss/data
-# Ensure write permissions for the runtime user/group (nobody:nogroup = 65534:65534)
-sudo chown -R 65534:65534 /data/nfs/k3svolumes/freshrss/data
-```
-
-## Installing the Chart
-
-To install the chart with the release name `freshrss`, run:
-
-```bash
-helm install freshrss . --namespace services --create-namespace
-```
-
-## Access
-
-- Ingress host: `freshrss.f3s.lan.buetow.org`