diff options
Diffstat (limited to 'secrets/secrets.yaml')
| -rw-r--r-- | secrets/secrets.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
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 |
