first commit

This commit is contained in:
2025-11-01 19:18:39 +10:30
commit d1d2c9f41e
26 changed files with 1052 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"RootDirectories": [
"\\\\NAS\\Games",
"\\\\NAS\\Backups"
],
"WhitelistExtensions": [
".bin", ".jpg", ".png", ".txt"
],
"RomExtensions": [
".xci", ".nsp", ".xcz"
],
"SnapshotFile": "index.tfl",
"SnapshotBackupFile": "snapshot.bin",
"ArchiveBufferSize": 8192
}