|
|
5 年 前 | |
|---|---|---|
| cmd | 5 年 前 | |
| internal | 5 年 前 | |
| webui | 5 年 前 | |
| .gitignore | 5 年 前 | |
| Dockerfile | 5 年 前 | |
| Makefile | 5 年 前 | |
| OliveTin.proto | 5 年 前 | |
| README.md | 5 年 前 | |
| go.mod | 5 年 前 |
OliveTin is a web based quick access control panel for running jobs.
For example, it can be used to turn home automation lights on or off, or start workflows in n8n.
config.yamllistenAddressRestActions: :1337 # Listen on all addresses available, port 1337
listenAddressWebUi: :1339
logLevel: "INFO"
podman create --name olivetin -p 1337 -p 1338 -p 1339 -v /etc/olivetin/:/config:ro olivetin
buildah bud -t olivetin