Files
iblogs/example.config.json
indifferentketchup 6724320c9a chore: replace mclogs/Minecraft branding strings with iblogs equivalents
example.config.json: legal contact, imprint, privacy URLs swapped to
indifferentketchup.com placeholders; abuse address changed to
samkintop@gmail.com (matches the codex package's author entry);
frontend.name placeholder changed from "mclo.gs" to "iblogs.example".

UI templates: tagline replaced with "Built for game-server logs"
(header.php), meta description rewritten to drop Minecraft & Hytale
framing (start.php), api-docs.php's example "Minecraft version" labels
updated to "Engine version" with a 42.16.3 sample value matching the
codex PZ EngineVersionInformation output shape.

CSS comment "Minecraft Format Colors" tagged as legacy mclogs syntax
palette (the underlying color classes survive untouched — they may
still be useful for highlighting log content).

Footer attribution credit linking back to upstream mclogs and Aternos
is intentionally preserved per the manual-fork rules.

Frontend palette (#5cb85c green accent, etc.) and short-domain choice
remain placeholder values; revisit when iblogs branding is finalised.
2026-05-01 22:13:49 +00:00

36 lines
791 B
JSON

{
"storage": {
"ttl": 7776000,
"limit": {
"bytes": 10485760,
"lines": 25000
}
},
"mongodb": {
"url": "mongodb://127.0.0.1:27017",
"database": "iblogs"
},
"id": {
"length": 7
},
"legal": {
"abuse": "samkintop@gmail.com",
"imprint": "https://indifferentketchup.com/imprint",
"privacy": "https://indifferentketchup.com/iblogs/privacy"
},
"frontend": {
"name": "iblogs.example",
"assets": {
"integrity": true
},
"color": {
"background": "#1a1a1a",
"text": "#e8e8e8",
"accent": "#5cb85c",
"error": "#f62451"
}
},
"worker": {
"requests": 500
}
}