项目作者: blurHY

项目描述 :
Manager site for Horizon
高级语言: CSS
项目地址: git://github.com/blurHY/HorizonPanel.git
创建时间: 2019-01-19T12:03:32Z
项目社区:https://github.com/blurHY/HorizonPanel

开源协议:Other

下载


HorizonPanel



A panel to manage HorizonSpiders and ZeroNet clients.

Installing

  1. yarn
  2. yarn build

You can also use npm:

  1. npm i
  2. npm run build

Install dependencies with pipenv:

  1. pipenv install

Requires python >=3.6

Installation script

For CentOS7:

Download centos7.sh, and sudo bash centos7.sh (Takes about 25 minutes to install)

After installing, re-log-in ssh to activate environment variables settings

Usage

  1. pipenv run python run.py

You can define environment variables to configure the panel.

If you didn’t specify a port, you can visit http://127.1:5000 to have a look.

Nginx

I recommend that you should use nginx as reverse proxy for the panel.

And use https to keep it safe

Better_exceptions

To enable better_exceptions:

  1. export BETTER_EXCEPTIONS=1