Add allow anonymous switch

This commit is contained in:
Manuel
2023-09-21 19:45:30 +02:00
committed by GitHub
parent 141c27cda7
commit b49d021daf
17 changed files with 437 additions and 107 deletions

View File

@@ -0,0 +1,6 @@
{
"allowGuests": {
"label": "Allow anonymous",
"description": "Allow users that are not logged in to view your board"
}
}

View File

@@ -20,6 +20,10 @@
"accessibility": {
"name": "Accessibility",
"description": "Configure Homarr for disabled and handicapped users"
},
"access": {
"name": "Acccess",
"description": "Configure who has access to your board"
}
}
}