🆕 UI Login page / no CMS required anymore

This commit is contained in:
duckietm
2026-04-20 14:22:53 +02:00
parent 815662c097
commit 2de52235eb
9 changed files with 1033 additions and 5 deletions
+7
View File
@@ -39,6 +39,13 @@
"room.color.skip.transition": true,
"room.landscapes.enabled": true,
"room.zoom.enabled": true,
"login.screen.enabled": false,
"login.endpoint": "https://websocket.yourdomain.com/api/auth/login",
"login.register.endpoint": "https://websocket.yourdomain.com/api/auth/register",
"login.forgot.endpoint": "https://websocket.yourdomain.com/api/auth/forgot-password",
"login.logout.endpoint": "https://websocket.yourdomain.com/api/auth/logout",
"login.turnstile.enabled": false,
"login.turnstile.sitekey": "",
"avatar.mandatory.libraries": [
"bd:1",
"li:0"
@@ -27,6 +27,17 @@
"guides.enabled": true,
"toolbar.hide.quests": true,
"catalog.style.new": true,
"loginview": {
"images": {
"background": "${asset.url}/c_images/reception/stretch_blue.png",
"background.colour": "#6eadc8",
"sun": "${asset.url}/c_images/reception/sun.png",
"drape": "${asset.url}/c_images/reception/drape.png",
"left": "${asset.url}/c_images/reception/ts.png",
"right": "${asset.url}/c_images/reception/US_right.png",
"right.repeat": "${asset.url}/c_images/reception/US_top_right.png"
}
},
"navigator.room.models": [
{
"clubLevel": 0,