add support to "alsoKnownAs" property

add "aliases" config option in me.yml
This commit is contained in:
Fabio
2020-03-27 13:11:52 +01:00
parent 32964a413b
commit 7ec61e9b7f
2 changed files with 9 additions and 2 deletions

View File

@@ -4,12 +4,16 @@ domain: 'your-domain.tld'
https: true
summary: 'your summary'
icon_url: 'https://you-avatar-url'
pass: '<bcrypt password hash>'
#favicon_url: '/static/favicon.png'
#pass: '<bcrypt password hash>'
#profile_metadata:
# name1: 'value'
# name2: 'value2'
hide_following: true
#hide_following: true
#manually_approves_followers: false
#aliases:
# - "http://example.com/users/name"
# - ...
#theme:
# style: "light" #or "dark"
# color: "#1d781d" # (green, default for light)