-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New config format and rebrand (#124)
* Move to new TOML config file * Fix defaults and add mode checks * Update service readers to use new config * Rename platform folders * Rename TapTo references * Rename TapTo reference in GH action * Rename binary in build script * Refactor directory handling and cleanup platform APIs * Rename LiveModeEnabled to CartModeEnabled and add wildcard checks * Update config handling to use platform-specific directories * Update socket file name to core.sock in configuration * Remove any old tapto startup entries on mister * Migrate old config DB and refactor platform setup order * Log config values on service start * Initial ini migrate function * Add migration from INI to TOML configuration files * Enable logging for config loading * Fix config file env loading path * Split platform start methods * Make legacy mappings file error clearer * Hide useless mister socket error * Move audio feedback setting * Cart mode -> hold mode * Add new config values and restructure file * Update settings api endpoint to match config * Introduce api versioning and move endpoint * Upgrade go version, mister image and switch to go-toml * Check schema version on load * Rename launcher module to zapscript * Move data files to assets dir * Allow specifying custom log outputs per platform * Output certain config arrays as multiline
- Loading branch information
1 parent
571ef83
commit 4699e9e
Showing
71 changed files
with
1,373 additions
and
757 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.