Bez popisu

jamesread a874052dbb additional emoji před 5 roky
cmd b01639b9b2 A blob of changes while the project is in early dev. před 5 roky
pkg a874052dbb additional emoji před 5 roky
webui 17bab28431 webui provides better diagnostics, logo was too thin před 5 roky
.gitignore 3d3999de42 Various updates in a ubercommit :-) před 5 roky
Dockerfile 1bd874e0f1 added ping to the container - useful tool před 5 roky
Makefile b01639b9b2 A blob of changes while the project is in early dev. před 5 roky
OliveTin.proto b01639b9b2 A blob of changes while the project is in early dev. před 5 roky
README.md b01639b9b2 A blob of changes while the project is in early dev. před 5 roky
go.mod 3d3999de42 Various updates in a ubercommit :-) před 5 roky

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