Files
pascal 96aec3b1cb CookCLI provides a suite of commands to create shopping lists,
reports and maintain recipes. We've built it to be simple and useful
for automating your cooking and shopping routine with existing UNIX
command line and scripting tools. It can also function as a webserver
for your recipes, making them browsable on any device with a web
browser.

comments sthen@, ian@ and jca@, ok bentley@
2025-12-17 18:05:05 +00:00

19 lines
652 B
Plaintext

+-------------------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-------------------------------------------------------------------------------
This package provides an rc script for the integrated "cook server" web
server, which serves content from a system-wide recipe directory located
at ${LOCALSTATEDIR}/cook. Write permission can be granted by adding a user
to the _cook group.
Sample recipes and config files can be seeded using:
$ cd ${LOCALSTATEDIR}/cook && cook seed
Then, start the server:
# rcctl start cook_server
The web interface will be served on port 9080 to the local network.