Skip to content

Configuration

Configuration is split per app: everything lives in configs/, one annotated file per app, stitched together by configs/config.lua. Every option carries an explanatory comment in place, so this page maps the folder rather than duplicating each file.

INFO

Server-only secrets (configs/server/apikeys.lua) are deliberately excluded from the client download. Never widen the manifest's configs/*.lua glob to configs/**.lua, that would ship your API keys to every connected client.

Shell

FileCovers
config.luaThe index that merges the per-app files; debug flag
phone.luaOpen/close behaviour, keybind, the phone item list and their frame colours
homescreen.luaDock, wallpaper, and the full app list
lockscreen.luaLockscreen appearance
statusbar.luaCarrier text and the signal/battery indicators
share.luaAirShare nearby-target rules
migrate.luaThe lb-phone boot importer

Communication

FileCovers
messages.luaSMS caps, group thread limits, body length
mail.luaMail domain, account and message caps
contacts.luaPhone book and recents caps
groups.luaPlayer groups (crews) limits
darkchat.luaAnonymous room rules, public room list
radio.luaFrequency ranges carried over pma-voice, restricted bands
friends.luaFind Friends live location sharing

Media and social

FileCovers
photos.luaCamera and gallery caps, upload limits
voice.luaVoice capture for camera videos and Photogram Live (TURN setup)
voicememos.luaRecording caps
photogram.luaPhotogram feed and live-streaming knobs
birdy.luaBirdy post rules
giphy.luaThe Messages GIF picker
streaks.luaDaily photo streak rules

World apps

FileCovers
banking.luaWallet transaction list, framework bank bridge
services.luaJob-to-company directory, dispatch messaging, the phone multijob
garages.luaGarage system bridge, vehicle images, waypoint buttons
housing.luaHousing system bridge for the Homes app
maps.luaPin caps and GPS behaviour
weather.luaWeather sync source
ryde.luaRide-hailing destinations and fares
review.luaThe curated business directory for the Review app
weazelnews.luaNewsroom job gating, article and ticker caps
pages.lua / marketplace.luaClassifieds boards
stocks.luaThe server-simulated market
notes.lua / cookie.luaNotes caps; the clicker mini-game

Games (chess, wordle, and friends) are configured in code via the shared online-game engine and need no tuning here.