clarify documentation

This commit is contained in:
staticsafe 2021-09-11 15:36:00 -04:00
parent d9a925b3f2
commit 5e5eab69e6
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,8 @@ Ansible playbook to install nitter
## Requirements ## Requirements
- Latest stable version of Ansible (this was tested with Ansible 2.10.7) - Latest stable version of Ansible (this was tested with Ansible 2.10.7)
- A Ubuntu 20.04 LTS server with a public IP - A Ubuntu 20.04 LTS server with a public IP
- A (sub)-domain name for Nitter with a valid A record with aforementioned IP - A (sub)-domain name for Nitter with a valid A/AAAA record with aforementioned
IP
## How To Use ## How To Use

View File

@ -8,7 +8,7 @@ NITTER_DOMAIN: nitter.example.com
NITTER_PORT: 8080 NITTER_PORT: 8080
# Specify the HMAC Nitter will use # Specify the HMAC Nitter will use
# generate this using pwgen -s 24 1 # generate this using `pwgen -s 24 1` on the Ansible host
NITTER_HMAC: NITTER_HMAC:
# Specify the ACCOUNT_EMAIL for acme.sh # Specify the ACCOUNT_EMAIL for acme.sh