blob: 6f5cd54d7e25e9cc8b7b2e18bcec923902cc1874 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
|