「ZeroNet」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(翻訳)
 
34行目: 34行目:
 
== ZeroNet サイトの作成 ==
 
== ZeroNet サイトの作成 ==
   
All operations, including editing ZeroNet サイトのファイルの編集などは {{ic|zeronet}} ユーザーで行う必要があります。例:
+
ZeroNet サイトのファイルの編集などは {{ic|zeronet}} ユーザーで行う必要があります。例:
 
{{bc|
 
{{bc|
 
$ sudo -u zeronet python2 zeronet.py --config_file /etc/zeronet.conf
 
$ sudo -u zeronet python2 zeronet.py --config_file /etc/zeronet.conf

2017年7月18日 (火) 00:48時点における版

ZeroNet は Bitcoin 暗号通貨と BitTorrent ネットワークを使用してオープン・フリー・検閲不能なウェブサイトを提供します。

インストール

zeronetAUR パッケージをインストールしてください。

最新開発版は zeronet-gitAUR パッケージでインストールできます。

設定

起動

ZeroNet を起動するには zeronet.service起動有効化してください。

Tor

デフォルトでは ZeroNet はクリアネットを使用し、可能であれば Tor を使用します。Tor のサポートを有効にするには tor パッケージで Tor をインストールしてください。そして以下のコマンドを実行してください:

# usermod -a -G tor zeronet
# mkdir -m 750 /var/lib/tor-auth
# chown tor:tor /var/lib/tor-auth

/etc/tor/torrc に以下の行を追加:

ControlPort 9051
CookieAuthentication 1
CookieAuthFileGroupReadable 1
CookieAuthFile /var/lib/tor-auth/control_auth_cookie

ZeroNet サイトの作成

ZeroNet サイトのファイルの編集などは zeronet ユーザーで行う必要があります。例:

$ sudo -u zeronet python2 zeronet.py --config_file /etc/zeronet.conf

または:

$ su - zeronet
$ cd /opt/zeronet
$ python2 zeronet.py --config_file /etc/zeronet.conf

作成した zite の初期データフォルダが /var/lib/zeronet/[address] にセットアップされます。Zite の作成方法については Zeronet FAQ のガイドラインを見てください。

参照