https://github.com/mkg20001/zero-static
Serve ZeroNet Zites (almost) like normal ones.
https://github.com/mkg20001/zero-static
static-p2p webserver zeronet
Last synced: 2 months ago
JSON representation
Serve ZeroNet Zites (almost) like normal ones.
- Host: GitHub
- URL: https://github.com/mkg20001/zero-static
- Owner: mkg20001
- Created: 2017-01-02T12:21:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T16:32:35.000Z (over 8 years ago)
- Last Synced: 2025-03-26T05:48:50.921Z (2 months ago)
- Topics: static-p2p, webserver, zeronet
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zero-static
Serve ZeroNet Zites (almost) like normal ones.**IMPORTANT: This project isn't finished yet and might be very insecure**
# How To
First install `git` so the script can clone ZeroNetThen run the Build script: `bash build.sh yoursite.bit pack cleanbuild` (This generates a `ZeroStatic.tar.gz`)
Prepare the machine to use: `apt install python python-dev python-pip` and `pip install msgpack-python gevent`
Now just extract the tar: `mkdir -p ZeroStatic && cd ZeroStatic && tar xvfz ../ZeroStatic.tar.gz`
And run `bash start.sh`
# Apache2
There is an Apache2 example config in `zerostatic-apache.conf`# Debugging
To debug just run: `bash build.sh yoursite.bit debug`