nitter-ansible/group_vars/all.sample

16 lines
461 B
Plaintext

# Specify the user Nitter will run under (you can just use 'nitter' if unsure)
NITTER_USER: nitter
# Specify the domain Nitter will run under
NITTER_DOMAIN: nitter.example.com
# Specify the port Nitter will listen on, 8080 is fine if you are unsure
NITTER_PORT: 8080
# Specify the HMAC Nitter will use
# generate this using `pwgen -s 24 1` on the Ansible host
NITTER_HMAC:
# Specify the ACCOUNT_EMAIL for acme.sh
ACME_ACCOUNT_EMAIL: letsencrypt@example.com