1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-23 14:59:36 +02:00
AdventureLog/documentation/docs
evertyang 9cdd502264
Update unraid.md
Variable appears to be in bytes not kilobytes. I got the following error assuming kilobytes:

SvelteKitError: Content-length of 4870507 exceeds limit of 30000 bytes.
    at Object.start (file:///app/build/handler.js:984:19)
    at setupReadableStreamDefaultController (node:internal/webstreams/readablestream:2333:23)
    at setupReadableStreamDefaultControllerFromSource (node:internal/webstreams/readablestream:2366:3)
    at new ReadableStream (node:internal/webstreams/readablestream:289:7)
    at get_raw_body (file:///app/build/handler.js:973:9)
    at getRequest (file:///app/build/handler.js:1054:7)
    at Array.ssr (file:///app/build/handler.js:1248:19)
    at handle (file:///app/build/handler.js:1318:23)
    at file:///app/build/handler.js:1318:40
    at Array.<anonymous> (file:///app/build/handler.js:1237:4) {
  status: 413,
  text: 'Payload Too Large'
}
2025-01-31 05:02:00 -06:00
..
changelogs Mass documentation spelling check, as well as improving the unraid installation guide, and some small changes to the docker installation guide. 2025-01-28 23:23:47 -06:00
configuration Mass documentation spelling check, as well as improving the unraid installation guide, and some small changes to the docker installation guide. 2025-01-28 23:23:47 -06:00
guides Mass documentation spelling check, as well as improving the unraid installation guide, and some small changes to the docker installation guide. 2025-01-28 23:23:47 -06:00
install Update unraid.md 2025-01-31 05:02:00 -06:00
intro Update documentation and add Polish locale support 2024-11-27 18:06:16 -05:00
troubleshooting feat: add Unraid installation documentation and update links 2025-01-10 20:16:09 -05:00