summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2023-04-13Do not hardcode data directoryxengineering
2023-04-12Switch to unnested configxengineering
This is now just not needed.
2023-04-02Switch from MariaDB to filesxengineering
Using a database is way more complex (see the commit statistics of this commit) than using files to store recipe data. Also administration and usage is simpler.
2023-03-31Remove image functionalityxengineering
Recipe images are currently complicated to implement and have little use. Probably they will not be covered in the next release.
2022-11-11Restrict configuration to config filexengineering
This drops also the -d flag and the database/user config option. The -d flag used to override specific parts of the config file. This is just confusing behaviour. Instead a new config/debug.json file is introduced with useful default values. Instead of configuring the database user via the database/user entry in the config file, the user is determined from the Linux user of the server process. This enforces that a database user with the same name as the Linux user is configured which is already described in the README.
2022-11-07Add existing workxengineering