项目作者: go-ignite

项目描述 :
A SS(R) panel for managing multiple users, powered by Go & Docker.
高级语言: Go
项目地址: git://github.com/go-ignite/ignite.git
创建时间: 2017-07-06T07:19:14Z
项目社区:https://github.com/go-ignite/ignite

开源协议:MIT License

下载


" class="reference-link">

Release
Build Status
Go Report Card
Chat Telegram
Microbadger Image
DUB

A SS(R) panel for managing multiple users, powered by Go & Docker.

Overview

https://github.com/go-ignite/ignite/raw/master/snapshots/create.gif

Features

  • Simple to use - Easy to create and activate server by one click.
  • Fast - Create & destroy server container via docker in seconds.
  • Safe - Users are isolated by different containers, it is easy to suspend account by stopping related docker container.
  • Automatic - User’s account will be suspended automatically by background job if it exceeds the max bandwidth limit or the expired date.
  • Easy to deploy - ignite is powered by Go, you can copy and run it by very easy steps, you can also deploy ignite by docker.

Snapshots

https://github.com/go-ignite/ignite/raw/master/snapshots/1.png

https://github.com/go-ignite/ignite/raw/master/snapshots/2.png

https://github.com/go-ignite/ignite/raw/master/snapshots/3.png

Install

Please refer to 《ignite中文安装指南》

Build

To build ignite, you need to prepare your Go development environment first, then follow the steps:

  • clone ignite to your go workspace
  • go build

Contributing

Pull request is welcome!

  • Fork ignite
  • Clone it: git clone https://github.com/yourname/ignite
  • Create your feature branch: git checkout -b my-new-feature
  • Make changes and add them: git add .
  • Commit changes: git commit -m "Add some feature"
  • Push your commits: git push origin my-new-feature
  • Create pull request

License

MIT License