Compiles but runs strange

This commit is contained in:
2025-11-02 20:24:58 +10:30
parent d1d2c9f41e
commit 09e1924996
30 changed files with 1301 additions and 504 deletions
+19 -12
View File
@@ -7,17 +7,24 @@
},
"AllowedHosts": "*",
"RootDirectories": [
"\\\\NAS\\Games",
"\\\\NAS\\Backups"
],
"WhitelistExtensions": [
".bin", ".jpg", ".png", ".txt"
],
"RomExtensions": [
".xci", ".nsp", ".xcz"
],
"RootDirectories": [ "\\\\NAS\\Roms\\Switch", "Z:\\imgs\\roms\\Switch" ],
"WhitelistExtensions": [ ".bin", ".jpg", ".png", ".txt" ],
"RomExtensions": [ ".xci", ".nsp", ".xcz" ],
"SnapshotFile": "index.tfl",
"SnapshotBackupFile": "snapshot.bin",
"ArchiveBufferSize": 8192
}
"CredentialsFile": "credentials.json",
"FingerprintsFile": "fingerprints.json",
"BlacklistFile": "blacklist.json",
"MaxFailedAttempts": 5,
"KeySetFile": "prod.keys",
"TitleDb": {
"CountryCode": "AU",
"Language": "en"
},
"IndexDirectories": [
"https://url1",
"sdmc:/url2",
"http://url3"
],
"Success" : "Welcome to Tinfoil Vibe Server!"
}