説明なし

jamesread 37b10902cb Introduced a bug, as protojson marshals int64 to string for json - and we dont want to deal with strings. Instead used int32. 5 年 前
cmd 66c7bddb2e Golang unit tests. 5 年 前
internal 66c7bddb2e Golang unit tests. 5 年 前
webui 8584ea5a08 Accessibility improvements 5 年 前
.gitignore 8584ea5a08 Accessibility improvements 5 年 前
Dockerfile 1bd874e0f1 added ping to the container - useful tool 5 年 前
Makefile 66c7bddb2e Golang unit tests. 5 年 前
OliveTin.proto 37b10902cb Introduced a bug, as protojson marshals int64 to string for json - and we dont want to deal with strings. Instead used int32. 5 年 前
README.md b01639b9b2 A blob of changes while the project is in early dev. 5 年 前
go.mod 66c7bddb2e Golang unit tests. 5 年 前

README.md

OliveTin

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.yaml

listenAddressRestActions: :1337 # Listen on all addresses available, port 1337
listenAddressWebUi: :1339
logLevel: "INFO"

Building the container

Podman/Docker

podman create --name olivetin -p 1337 -p 1338 -p 1339 -v /etc/olivetin/:/config:ro olivetin

Buildah/Docker

buildah bud -t olivetin