javfinder
1.0.0
我们来谈谈猫吧。 基于LightFish。
捐款
安装文档
请访问发布页面下载 ss-panel。
PHP 5.6 或更高版本
具有 URL 重写功能的 Web 服务器
MySQL
Shadowsocks 多用户
Shadowsocks-go mu
git clone https://github.com/orvice/ss-panel.git
$ curl -sS https://getcomposer.org/installer | php $ php composer.phar install
cp .env.example .env
然后编辑.env
chmod -R 777 storage
将sql导入到你的mysql数据库中。
Nginx 配置示例:
如果您在路径 /home/www/ss-panel 上下载 ss-panel
root /home/www/ss-panel/public; location / { try_files $uri $uri/ /index.php$is_args$args; }
查看 wiki 上的配置指南