add files dir

This commit is contained in:
Luna 2023-02-22 00:11:43 -03:00
parent 2e999f8e9b
commit 52fbc871b2
2 changed files with 29 additions and 0 deletions

10
files/aproxy/conf.lua.j2 Normal file
View file

@ -0,0 +1,10 @@
return {
version = 1,
wantedScripts = {
['webfinger_allowlist'] = {accounts = {
{% for account in cfg.aproxy_accounts %}
"{{ account }}",
{% endfor %}
} }
}
}