Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Taisun-Docker/taisun
Application for a Docker enabled device with an emphasis on providing a web based interface for managing a single server.
https://github.com/Taisun-Docker/taisun
Last synced: 8 days ago
JSON representation
Application for a Docker enabled device with an emphasis on providing a web based interface for managing a single server.
- Host: GitHub
- URL: https://github.com/Taisun-Docker/taisun
- Owner: Taisun-Docker
- License: wtfpl
- Archived: true
- Created: 2018-06-29T04:10:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-02T21:50:22.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T12:19:55.966Z (3 months ago)
- Language: JavaScript
- Size: 3.04 MB
- Stars: 189
- Watchers: 9
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/img/TaisunSmall.png)
http://taisun.io
[![Build Status](https://travis-ci.org/Taisun-Docker/taisun.svg?branch=master)](https://travis-ci.org/Taisun-Docker/taisun)
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](https://github.com/Taisun-Docker/taisun/wiki/Installation)
- [Linux](https://github.com/Taisun-Docker/taisun/wiki/Linux)
- [Windows](https://github.com/Taisun-Docker/taisun/wiki/Windows)
- [Synology DSM](https://github.com/Taisun-Docker/taisun/wiki/Synology)[Usage](https://github.com/Taisun-Docker/taisun/wiki/Usage)
- [Stack Management](https://github.com/Taisun-Docker/taisun/wiki/Stacks)
- [Image Management](https://github.com/Taisun-Docker/taisun/wiki/Images)
- [Virtual Desktops](https://github.com/Taisun-Docker/taisun/wiki/VDI)
- [Remote Access](https://github.com/Taisun-Docker/taisun/wiki/Gateway)[Development](https://github.com/Taisun-Docker/taisun/wiki/Development)
- [Create Stack Templates](https://github.com/Taisun-Docker/taisun/wiki/Templates)
- [Taisun Development](https://github.com/Taisun-Docker/taisun/wiki/Taisundev)
- [Development Containers](https://github.com/Taisun-Docker/taisun/wiki/YourApp)##### License:
WTFPL