Enable MAS admin cli

This commit is contained in:
fi 2026-01-18 17:39:39 +01:00
commit 8fe546c3fe

View file

@ -33,6 +33,17 @@ let
}]; }];
proxy_protocol = false; proxy_protocol = false;
} }
{
name = "admin";
resources = [{
name = "adminapi";
}];
binds = [{
host = "localhost";
port = 8083;
}];
proxy_protocol = false;
}
]; ];
trusted_proxies = [ trusted_proxies = [
"192.168.0.0/16" "192.168.0.0/16"