Stars: 627
Forks: 149
Pull Requests: 35
Issues: 184
Watchers: 9
Last Updated: 2023-09-14 19:57:49
A private tracker application base on NexusPHP
License: GNU General Public License v2.0
Languages: PHP, Shell, HTML, Blade
中文 | English
完整的 PT 建站解决方案。基于 NexusPHP + Laravel + Filament。
欢迎参与国际化工作,点击 这里 了解详情
安装 docker。
其中 DOMAIN 是你要使用的域名,先做好解析。 没有域名使用 IP 亦可。
端口按需要指定,如果本地 80 端口已经使用,请更换,保证端口对外开放。
第 2 步创建 .env 选择正确的时区 TIMEZONE,其他默认即可。
docker pull xiaomlove/nexusphp:latest
docker run --name my-nexusphp -e DOMAIN=xxx.com -p 80:80 xiaomlove/nexusphp:latest
生产环境建议参考文档实机安装。
博客:https://nexusphp.org
文档:https://doc.nexusphp.org
Telegram: https://t.me/nexusphp
Many thanks to Jetbrains for kindly providing a license for me to work on this and other open-source projects.