/taisun

Application for a Docker enabled device with an emphasis on providing a web based interface for managing a single server.

Primary LanguageJavaScriptDo What The F*ck You Want To Public LicenseWTFPL

No longer being developed

This project started in the hopes of community users writing out complex templates for large application stacks and automating them which never really came to fruition. It has since given birth to concepts like https://github.com/linuxserver/docker-mods and https://github.com/linuxserver/docker-webtop. There is no encompassing replacement, but in general this code has not been maintained for some time and I cannot in good conscious reccomend people still use it as is.

Taisun Taisun

http://taisun.io

Build Status

Taisun is an application for a Docker enabled device with an emphasis on providing a web based interface for managing a single server.

Taisun allows you to:

  • Deploy and manage web based virtual desktops.
  • Deploy Taisun specific stacks of applications
  • Browse available images on popular Docker repositories
  • Import a Docker project from any git repository and start developing on your choice of web based IDE or full Linux desktop
  • Spinup a developer container based on popular frameworks and work from a web based IDE

QuickStart

On a Docker enabled host run the following command from cli:

sudo docker run --name taisun -d \
--restart always \
-p 3000:3000 \
-v /var/run/docker.sock:/var/run/docker.sock \
linuxserver/taisun:latest

Taisun will be available by accessing:

http://localhost:3000

Documentation:

Installation

Usage

Development

License:

WTFPL