feat: include registration script

This commit is contained in:
s-prechtl 2025-07-14 17:52:51 +02:00
parent 8226e3a2b3
commit 1e2569f613

View file

@ -76,6 +76,7 @@ in {
# in client applications.
settings.public_baseurl = baseUrl;
settings.enable_registration = false;
enableRegistrationScript = true;
settings.listeners = [
{ port = 8008;
bind_addresses = [ "::1" ];