mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +00:00
🆕 UI Login page / no CMS required anymore
This commit is contained in:
@@ -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,
|
||||
Reference in New Issue
Block a user