https://github.com/go-ignite/ignite-admin
Admin panel for go-ignite.
https://github.com/go-ignite/ignite-admin
ss-panel
Last synced: 7 months ago
JSON representation
Admin panel for go-ignite.
- Host: GitHub
- URL: https://github.com/go-ignite/ignite-admin
- Owner: go-ignite
- License: mit
- Created: 2017-07-06T07:19:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T14:03:34.000Z (over 5 years ago)
- Last Synced: 2025-01-16T17:01:28.413Z (9 months ago)
- Topics: ss-panel
- Language: Vue
- Homepage:
- Size: 11.4 MB
- Stars: 115
- Watchers: 10
- Forks: 47
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

---[](https://github.com/go-ignite/ignite-admin/releases/latest)
[](https://goreportcard.com/report/github.com/go-ignite/ignite-admin)
[](https://t.me/joinchat/FuddvBLqni3u5wJmNwnc0w)
[](https://microbadger.com/images/goignite/ignite-admin)
[](https://github.com/go-ignite/ignite-admin/blob/master/LICENSE)Admin panel for go-ignite.
* [Features](#features)
* [Snapshots](#snapshots)
* [Install](#install)
* [Build](#build)
* [Contributing](#contributing)
* [License](#license)# Features
* User account is activated by unique invitation code.
* You can create multiple invitation codes by batch operation.
* User's account will be suspended automatically by background job if it exceeds the max bandwidth limit or the expired date.
* Stop / Reset / Destroy docker server by one-click.# Snapshots





# Install
Please refer to [《ignite中文安装指南》](https://github.com/go-ignite/ignite/wiki)
# Build
To build ignite-admin, you need to prepare your Go development environment first, then follow the steps:
* Clone ignite to your go workspace
* Use ```yarn && yarn build``` to build frontend pages and resources in `/fe`.
* Use ```go build``` to build ignite-admin program.
* Rename conf/config-temp.toml to conf/config.toml and config it.
* Run it.# Contributing
Pull request is welcome!
* Fork ignite-admin
* Clone it: ```git clone https://github.com/yourname/ignite-admin```
* 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](https://github.com/go-ignite/ignite-admin/blob/master/LICENSE)