Update SquadJS.vanilla.json.j2

This commit is contained in:
Skillet 2023-09-14 02:52:20 -04:00 committed by GitHub
parent e93a79bb58
commit 5bf3b9525f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,13 @@
"type": "local",
"source": "/home/squadjs/SquadConfig/Admins.cfg"
}
{% for listsource in server.remote_admin_list %}
,
{
"type": "remote",
"source": "http://asgard.orion-technologies.io:8000/?grpName={{ listsource | regex_replace(' ', '%20') }}"
}
{% endfor %}
]
},
"connectors": {