Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harjot1singh/panel9
Workspace management dashboard for the open-sourced version of cloud9 at https://c9.io
https://github.com/harjot1singh/panel9
Last synced: 1 day ago
JSON representation
Workspace management dashboard for the open-sourced version of cloud9 at https://c9.io
- Host: GitHub
- URL: https://github.com/harjot1singh/panel9
- Owner: Harjot1Singh
- License: gpl-2.0
- Created: 2015-12-20T15:25:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-24T20:18:48.000Z (almost 9 years ago)
- Last Synced: 2024-05-12T05:50:39.309Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 162 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Panel9
## What is panel9?
[Cloud9](http://c9.io) is an open-sourced web IDE, however, those who wish to run it on their own servers have no easy way of managing multiple workspaces.Panel9 provides a frontend dashboard to launch and manage various [cloud9 v3](https://github.com/c9/core/) workspaces, inspired by [cloud9hub](https://github.com/AVGP/cloud9hub).
Built with node.js and react.
## Features
None - see todo.## Install
Requires [node.js](http://nodejs.org) v4.2.3 LTS.
Docker and SQLite3 are also required:
```
sudo apt-get install docker sqlite3
```
An installation of cloud9 is not required.## Configuration
**Options can be found in the `config.json` file**Set `enabled` to `true` for the authentication type, if you wish to use it.
`logLevel` can be 0, 1, 2, 3 - which respectively logs events that debug and above, info, warnings, and errors.
## Launch
## Todo
- Create and run multiple workspaces
- Delete workspaces
- Dockerise/isolate workspaces
- Optionally define and kill workspaces after inactivity
- Authentication (Passport)
- Github
- Local
- Multiple users
- Request to access workspace
- Read/Write permissions[Licensed under GPLv3](http://www.gnu.org/licenses/gpl-3.0.html)