OliveTin

OliveTin is a web interface for running Linux shell commands.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.8"
 
services:
  olivetin:
    container_name: olivetin
    image: jamesread/olivetin
    volumes:
      - OliveTin-config:/config # replace host path or volume as needed
    ports:
      - "1337:1337"
    restart: unless-stopped

Resources

Website: https://www.olivetin.app/

GitHub: https://github.com/OliveTin/OliveTin

Docker Hub: https://hub.docker.com/r/jamesread/olivetin

Configuration: https://docs.olivetin.app/install-compose.html