src.nth.io/

summaryrefslogtreecommitdiff
path: root/aws-s3-backup/defaults
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-07-31 14:31:51 -0500
committerLuke Hoersten <[email protected]>2026-07-31 14:31:51 -0500
commit846782c44c1c65e7b755de76fd50d86fc7c9636e (patch)
treecf0ad02ccc06f449f7b26a4633f1665808e8feba /aws-s3-backup/defaults
parentfd40a5f246f029de659f01b932b9045f003c20a8 (diff)
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
Diffstat (limited to 'aws-s3-backup/defaults')
-rw-r--r--aws-s3-backup/defaults/main.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/aws-s3-backup/defaults/main.yaml b/aws-s3-backup/defaults/main.yaml
index d17817e..9f59207 100644
--- a/aws-s3-backup/defaults/main.yaml
+++ b/aws-s3-backup/defaults/main.yaml
@@ -1,6 +1,7 @@
---
aws_s3_backup_region: "us-east-1"
-aws_s3_backup_pip_packages:
+# apt awscli is v2 (the old pip package was v1); the s3/s3api commands the
+# backup scripts use behave the same. boto3 was dropped: nothing used it.
+aws_s3_backup_apt_packages:
- "awscli"
- - "boto3"