MyNixOS website logo
option

services.nitter.guestAccounts

Path to the guest accounts file.

This file contains a list of guest accounts that can be used to access the instance without logging in. The file is in JSONL format, where each line is a JSON object with the following fields:

{"oauth_token":"some_token","oauth_token_secret":"some_secret_key"}

See https://github.com/zedeus/nitter/wiki/Guest-Account-Branch-Deployment for more information on guest accounts and how to generate them.

Declarations
Type
path
Default
"/var/lib/nitter/guest_accounts.jsonl"