deployment templates for lichen
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

default auth provider to atproto only

authored by

notplants and committed by
notplants
29ef43b1 43628e0a

+2 -2
+1 -1
ansible/deploy.yml
··· 4 4 become: true 5 5 vars: 6 6 lichen_admin_user: admin 7 - lichen_auth_providers: "file,atproto" 7 + lichen_auth_providers: "atproto" 8 8 lichen_deploy_dir: /srv/lichen 9 9 lichen_rust_log: info 10 10 pre_tasks:
+1 -1
ansible/inventory.example.yml
··· 8 8 lichen_domain: mydomain.com 9 9 lichen_admin_user: admin 10 10 # set lichen_admin_password via --extra-vars or ansible-vault 11 - lichen_auth_providers: "file,atproto" 11 + lichen_auth_providers: "atproto" 12 12 lichen_default_storage_limit: "5MB" 13 13 lichen_deploy_dir: /srv/lichen 14 14 lichen_rust_log: info