Manager site for Horizon
A panel to manage HorizonSpiders and ZeroNet clients.
yarn
yarn build
You can also use npm:
npm i
npm run build
Install dependencies with pipenv:
pipenv install
Requires python >=3.6
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
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.
I recommend that you should use nginx as reverse proxy for the panel.
And use https to keep it safe
To enable better_exceptions:
export BETTER_EXCEPTIONS=1