blob: 43ef0c62c6bba2d6bf188a5eab3a83fa76f8f8bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name":"ceres",
"friendly_name":"Ceres",
"description":"Recipe server for your favorite dishes",
"state":"active"
}
Ceres is a recipe server for your home network. Recipes are stored in simple
[JSON][2] files which are editable via the browser.
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
[2]: https://www.json.org/json-en.html
|