rebase to dotnet containter
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 57s

This commit is contained in:
Merith-TK 2024-12-09 21:58:51 +00:00
parent 6531e9422a
commit 7e2e006c62
10 changed files with 33 additions and 109 deletions

19
defaults/resonite.json Normal file
View file

@ -0,0 +1,19 @@
{
"$schema": "https://raw.githubusercontent.com/Yellow-Dog-Man/JSONSchemas/main/schemas/HeadlessConfig.schema.json",
"comment": "This is the default Configuration file.",
"dataFolder": "/data/app/data",
"cacheFolder": "/data/app/cache",
"startWorlds": [
{
"sessionName": "Docker Headless",
"hideFromPublicListing": false,
"isEnabled": true,
"maxUsers": 32,
"accessLevel": "Anyone",
"defaultFriendRole": "Builder",
"defaultAnonymousRole": "Builder",
"defaultVisitorRole": "Builder",
"loadWorldPresetName": "Grid"
}
]
}