Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-02 | Add example recipe data files | xengineering | |
This prepares the switch to a file-based store of recipe data replacing MariaDB. | |||
2023-03-31 | Remove image functionality | xengineering | |
Recipe images are currently complicated to implement and have little use. Probably they will not be covered in the next release. | |||
2022-11-11 | Ensure that storage folder exists for debugging | xengineering | |
A not existing data/storage folder could break the program with the debug.json config file used. The .gitkeep file which is introduced with this commit ensures that the folder exists. |