OliveTin provides a secure and straightforward web interface for your predefined shell commands. It's designed for situations where direct SSH access is impractical, risky, or overly complicated, allowing you to expose specific commands through a user-friendly front-end. This makes it easy to delegate tasks or simplify your own workflows.
The primary benefits include:
docker restart plex.The interface is responsive and touch-friendly, with an automatic light/dark mode. It is incredibly lightweight, written in Go and using minimal system resources. All configuration is managed through a simple YAML file, allowing you to define your actions as code. OliveTin is a fully open-source project with no premium versions, user tracking, or telemetry.
services:
olivetin:
image: jamesread/olivetin:latest
container_name: olivetin
ports:
- "1337:1337"
volumes:
- ./config:/etc/OliveTin
restart: unless-stopped# OliveTin configuration is primarily handled via config.yaml in the mounted config directory.
# No sensitive environment variables are required for the base Docker setup.
Auto-fetched about 2 hours ago
Auto-fetched about 2 hours ago