HelloZeroNet / HelloZeroNet/ZeroNet
Running ZeroNet on router
- 主要言語
- JavaScript
- スター
- 18.8k
- フォーク
- 2.3k
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
ref http://127.0.0.1:43110/17vUgpdVUpN4yWeMJJtid7AAeQfLahHtXH/?Post:3:How+to+run+ZeroNet+on+your+router
Running ZeroNet on the router can reduce carbon emissions, and as long as the router is not closed the entire LAN can be quick and easy access, the following, I will introduce how to run ZeroNet on the router.

First of all, check whether your router install Padavan firmware and plug-in storage, if not, maybe it will not work.
(PS: if your router can not plug-in storage, maybe you can't run it.)
* * *
After that, ssh to router and execute the following command
```shell
opkg update && opkg install wget python-pip python-gevent python-greenlet tmux
```
Update and install these software, cd to your router's external storage, my hard drive on the router's directory is /media/AiDisk_a5, if you don't know where is your plug-in storge can be `df` command to view, /media directory that is.
`cd /media/AiDisk_a5`
Then, let's download ZeroNet:
`wget https://github.com/HelloZeroNet/ZeroNet/archive/master.zip`
Decompression:
`unzip master.zip`
Open the file manager, access \\\\[your_router_ip] (such as I was \\\\192.168.123.1) and then open inside the AiDisk_ax folder (x on behalf of your hard drive number, such as my AiDisk_a5), you can see just downloaded master. Zip and unzipped the ZeroNet-master folder underneath. Then rename the ZeroNet-master folder to ZeroNet, enter the folder, then open the zeronet.py file with npp or other editor, and add the following two lines under `import sys` and save
```python
from thread import stack_size
stack_size(32768)
```
In the current directory and then create a new zeronet.conf file, enter the following and save:
```
[global]
ui_ip = 192.168.123.1
```
Back in ssh, execute these command
```shell
cd ZeroNet
tmux
```
This will be displayed as follows:

Then enter `pip install -r requirement.txt`
Wait finished, then type`python zeronet.py`and enter.
Now, open your browser and go to [http://192.168.123.1:43110/](http://192.168.123.1:43110/).

:)enjoy it
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。