12:51 PM · Apr 23, 2025 · Wed
Docker 部署 sub-store
docker run -it -d \
--restart=always \
-e "SUB_STORE_CRON=55 23 * * *" \
-e SUB_STORE_FRONTEND_BACKEND_PATH=/XXXXXxxxxx1234567890 \
-p YOURIP:3001:3001 \
-v /etc/sub-store:/opt/app/data \
--name sub-store \
xream/sub-store

初次使用

接下来,你需要访问一个相对复杂的地址,以进行后端激活和绑定
现分两种情况:

如果你没有使用域名,那么请访问 http://YOURIP:3001?api=http://YOURIP:3001/BACK_END_PASSWORD
如果你绑定了自己的域名,那么请访问 https://sub.example.com?api=https://sub.example.com/BACK_END_PASSWORD
其中,将 YOURIP/DOMAIN 修改为你的服务器IP或域名,将 BACK_END_PASSWORD 修改为你设置的后端 20 位访问密钥


https://miasamoe.xlog.app/sub-store-deploy
https://ztdocs.top/project/sub-store/tutorial/self/