.github |
ライセンスの修正 |
2024-09-01T04:25:05+09:00 | |
.gitignore |
PHPからGo言語に交換しました |
2023-11-05T03:12:44+09:00 | |
CHANGELOG.md |
GPL → ISC |
2024-05-28T19:22:36+09:00 | |
LICENSE.txt |
ライセンスの修正 |
2024-09-01T04:25:05+09:00 | |
Makefile |
GNU Make → BSD Make |
2024-03-31T12:37:36+09:00 | |
README.md |
GNU Make → BSD Make |
2024-03-31T12:37:36+09:00 | |
check.go |
つぶやきを見るページ(list_quote.pl)を追加 |
2023-11-15T00:38:04+09:00 | |
config.go |
PHPからGo言語に交換しました |
2023-11-05T03:12:44+09:00 | |
config.json |
ごめん |
2023-11-05T03:14:41+09:00 | |
go.mod |
PHPからGo言語に交換しました |
2023-11-05T03:12:44+09:00 | |
go.sum |
PHPからGo言語に交換しました |
2023-11-05T03:12:44+09:00 | |
lib.go |
ごめん |
2024-03-31T12:25:20+09:00 | |
logo.jpg |
PHPからGo言語に交換しました |
2023-11-05T03:12:44+09:00 | |
main.go |
GPL → ISC |
2024-05-28T19:22:36+09:00 | |
page.go |
2.2.0 |
2024-03-31T13:34:45+09:00 | |
rmbloat.go |
つぶやきを見るページ(list_quote.pl)を追加 |
2023-11-15T00:38:04+09:00 | |
spliti.1 |
2.0.1 |
2023-11-06T16:16:43+09:00 | |
srv.go |
PHPからGo言語に交換しました |
2023-11-05T03:12:44+09:00 | |
static |
ライセンスの修正 |
2024-09-01T04:25:05+09:00 | |
view |
ライセンスの修正 |
2024-09-01T04:25:05+09:00 |
mixi向けプライバシーUI。
$domain="example.com"
cd /var/www/htdocs
git clone https://gitler.moe/suwako/spliti.git && cd spliti
find . -type f -name "config.json" -exec sed -i 's/mixi.076.moe/$domain/g'
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
注意:BSD Makeをインストールして下さい。GNU Makeは未対応です。
bmake
doas bmake install PREFIX=/usr
doas bmake 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'
/etc/init.d/nginx restart
make
doas make install
doas make config CNFPREFIX=/usr/local/etc
cp srv/nginx.conf /usr/local/etc/nginx/sites-enabled/spliti.conf
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'
service nginx restart
make
doas make install
doas make config CNFPREFIX=/usr/pkg/etc
cp srv/nginx.conf /usr/pkg/etc/nginx/sites-enabled/spliti.conf
wget https://076.moe/repo/webserver/nginx/spliti.conf
find . -type f -name "/usr/pkg/etc/nginx/sites-enabled/spliti.conf" -exec sed -i 's/DOMAIN/$domain/g'
service nginx restart
ウエブサイト | クラフレ | 注 |
---|---|---|
https://mixi.076.moe/ | 無 | 公式インスタンス |
オニオン | 注 |
---|---|
イープサイト | 注 |
---|---|
Copyright © 2018-2024 by 076.moe Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
mixiのプライバシーUI
公式ページ: https://spliti.076.moe/
0
1
0