From 0d0788cd4ee378fba19e47a2c5d5527c196b65e0 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Fri, 17 Jul 2026 14:34:18 +0200 Subject: Initial commit --- secrets/secrets.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 secrets/secrets.yaml (limited to 'secrets/secrets.yaml') diff --git a/secrets/secrets.yaml b/secrets/secrets.yaml new file mode 100644 index 0000000..6f5cd54 --- /dev/null +++ b/secrets/secrets.yaml @@ -0,0 +1,22 @@ +# This file must be encrypted with sops before committing to git. +# +# Steps: +# 1. Fill in your age recipients in ../.sops.yaml +# 2. Run: sops --encrypt --in-place secrets/secrets.yaml +# +# After that the file will contain encrypted ciphertext. +# To edit: sops secrets/secrets.yaml + +miniflux: + # File content fed to adminCredentialsFile - must contain two lines: + # ADMIN_USERNAME=admin + # ADMIN_PASSWORD=your-strong-password-here + admin: | + ADMIN_USERNAME=admin + ADMIN_PASSWORD=CHANGE_ME + +adguard: + # Bcrypt hash of the AdGuard admin password. + # Generate with: htpasswd -nB admin + # Copy only the hash portion (the part after "admin:") + password_hash: CHANGE_ME_bcrypt_hash_here -- cgit v1.3.1