From 846782c44c1c65e7b755de76fd50d86fc7c9636e Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Fri, 31 Jul 2026 14:31:51 -0500 Subject: install from the 26.04 archive instead of third-party sources - rpi-base: log2ram from the archive, drop the azlux repo (which still pointed at debian buster) - aws-s3-backup: apt awscli (v2) instead of pip v1; drop boto3, nothing used it - scrypted, koreader-sync: docker.io and docker-compose-v2 instead of the docker.com repo pinned to noble; the docker-ce removal lives in cleanup-third-party.yaml since the packages collide on files - miniflux: the archive package with a dbconfig preseed; drops the github binary download and the bundled unit - prometheus/client: note the nginx and postgres exporters are in apt - dendrite/build, nostr/build: unversioned golang-go instead of pinned golang-1.21-go and a hand symlink that shadowed the real go --- miniflux/files/miniflux.service | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 miniflux/files/miniflux.service (limited to 'miniflux/files') diff --git a/miniflux/files/miniflux.service b/miniflux/files/miniflux.service deleted file mode 100644 index 7a21748..0000000 --- a/miniflux/files/miniflux.service +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=Miniflux Feed Reader -After=network.target postgresql.service - -[Service] -Type=simple -EnvironmentFile=/etc/miniflux.conf -User=miniflux -ExecStart=/usr/local/bin/miniflux -Restart=always - -[Install] -WantedBy=multi-user.target -- cgit v1.2.3