mixiのプライバシーUI
https://spliti.076.moe/
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 days ago | |
---|---|---|
srv | 3 weeks ago | |
www | 2 weeks ago | |
.gitignore | 3 weeks ago | |
README.md | 5 days ago | |
config.example.php | 5 days ago |
README.md
spliti
mixi向けプライバシーUI。
設置方法
すべてのOS
$domain="example.com"
cd /var/www/htdocs
git clone https://gitler.moe/TechnicalSuwako/spliti.git && cd spliti
mv config.example.php config.php
find . -type f -name "config.php" -exec sed -i 's/mixi.owacon.moe/$domain/g'
Linux
cp srv/nginx.conf /etc/nginx/sites-enabled/spliti.conf
find . -type f -name "/etc/nginx/sites-enabled/spliti.conf" -exec sed -i 's/ドメイン名/$domain/g'
/etc/init.d/nginx restart
FreeBSD
cp srv/nginx.conf /usr/local/etc/nginx/sites-enabled/spliti.conf
find . -type f -name "/usr/local/etc/nginx/sites-enabled/spliti.conf" -exec sed -i 's/ドメイン名/$domain/g'
service nginx restart
OpenBSD
cat /etc/httpd.conf srv/httpd.conf > /etc/httpd.conf
find . -type f -name "/etc/httpd.conf" -exec sed -i 's/ドメイン名/$domain/g'
rcctl restart httpd