# 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