blob: 0b6365764da18e93d3677a7c7bf0e85a6ea62659 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name":"ceres",
"friendly_name":"Ceres",
"description":"Recipe server for your favorite dishes",
"state":"active"
}
Ceres is a recipe server for home networks. The recipes are stored in a SQLite3
database and editable via a mobile-friendly web form.
The server is easy to install and very portable. See the [README][1] of the Git
repository for details.
Future versions might implement features like scaling of recipe ingredients,
automated generation of shopping lists or calculation of nutritional values.
[1]: https://cgit.xengineering.eu/ceres/tree/README.md
|