Go to file
jamesread 46174da287 dev shortcuts in makefile 2021-05-16 08:43:06 +01:00
cmd/OliveTin A blob of changes while the project is in early dev. 2021-05-15 14:46:28 +01:00
pkg A blob of changes while the project is in early dev. 2021-05-15 14:46:28 +01:00
webui A blob of changes while the project is in early dev. 2021-05-15 14:46:28 +01:00
.gitignore Various updates in a ubercommit :-) 2021-05-12 10:43:32 +01:00
Dockerfile A blob of changes while the project is in early dev. 2021-05-15 14:46:28 +01:00
Makefile dev shortcuts in makefile 2021-05-16 08:43:06 +01:00
OliveTin.proto A blob of changes while the project is in early dev. 2021-05-15 14:46:28 +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 Various updates in a ubercommit :-) 2021-05-12 10:43:32 +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