spliti/README.md

72 行
1.7 KiB
Markdown
Raw 通常表示 履歴

2023-03-08 04:55:38 +09:00
# spliti
mixi向けプライバシーUI。
## 設置方法
### すべてのOS
```sh
$domain="example.com"
cd /var/www/htdocs
git clone https://gitler.moe/suwako/spliti.git && cd spliti
2023-11-05 03:14:41 +09:00
find . -type f -name "config.json" -exec sed -i 's/mixi.076.moe/$domain/g'
2023-03-08 04:55:38 +09:00
```
### Linux
```sh
2023-11-05 03:12:44 +09:00
make
doas make install PREFIX=/usr
doas make config
cp /etc/nginx/sites-enabled
wget https://076.moe/repo/webserver/nginx/spliti.conf
find . -type f -name "/etc/nginx/sites-enabled/spliti.conf" -exec sed -i 's/DOMAIN/$domain/g'
2023-03-08 04:55:38 +09:00
/etc/init.d/nginx restart
```
### FreeBSD
```sh
2023-11-05 03:12:44 +09:00
make
doas make install
doas make config CNFPREFIX=/usr/local/etc
2023-03-08 04:55:38 +09:00
cp srv/nginx.conf /usr/local/etc/nginx/sites-enabled/spliti.conf
2023-11-05 03:12:44 +09:00
wget https://076.moe/repo/webserver/nginx/spliti.conf
find . -type f -name "/usr/local/etc/nginx/sites-enabled/spliti.conf" -exec sed -i 's/DOMAIN/$domain/g'
2023-03-08 04:55:38 +09:00
service nginx restart
```
### OpenBSD
```sh
2023-11-05 03:12:44 +09:00
make
doas make install
doas make config
cd /etc
wget https://076.moe/repo/webserver/relayd/spliti.conf
mv spliti.conf relayd.conf
find . -type f -name "/etc/relayd.conf" -exec sed -i 's/DOMAIN/$domain/g'
rcctl restart relayd
2023-03-08 04:55:38 +09:00
```
2023-05-31 11:45:49 +09:00
## インスタンス一覧
### 一般ネット
| ウエブサイト | [クラフレ](http://jezf25zgvxlsvuzdzm6fg2hoetmruhy4uxnolyw46tuh4jugcwc7byqd.onion/Cloudflare%E3%82%92%E4%BD%BF%E3%82%8F%E3%81%AA%E3%81%84%E7%90%86%E7%94%B1%EF%BC%88%E3%83%AA%E3%83%81%E3%83%A3%E3%83%BC%E3%83%89%E3%83%BB%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E3%83%9E%E3%83%B3%EF%BC%89) | 注 |
| -- | -- | -- |
2023-11-05 03:14:41 +09:00
| [https://mixi.076.moe/](https://mixi.076.moe/) | 無 | 公式インスタンス |
2023-05-31 11:45:49 +09:00
### Tor
| オニオン | 注 |
| -- | -- |
| | |
### I2P
| イープサイト | 注 |
| -- | -- |
| | |