Go to file
jamesread 5f4b6e74c0 systemd service 2021-05-18 21:57:43 +01:00
cmd/OliveTin Golang unit tests. 2021-05-18 00:27:48 +01:00
internal int32 for exit status 2021-05-18 21:57:31 +01:00
webui Accessibility improvements 2021-05-18 00:28:35 +01:00
.gitignore Accessibility improvements 2021-05-18 00:28:35 +01:00
Dockerfile added ping to the container - useful tool 2021-05-16 08:12:04 +01:00
Makefile Golang unit tests. 2021-05-18 00:27:48 +01:00
OliveTin.proto Introduced a bug, as protojson marshals int64 to string for json - and we dont want to deal with strings. Instead used int32. 2021-05-18 21:55:09 +01:00
OliveTin.service systemd service 2021-05-18 21:57:43 +01:00
README.md A blob of changes while the project is in early dev. 2021-05-15 14:46:28 +01:00
go.mod Golang unit tests. 2021-05-18 00:27:48 +01:00

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