feat: implement custom node.js sync server and secure extension client with login/register UI

This commit is contained in:
jason
2026-03-03 23:50:26 +08:00
parent 0803f9cc14
commit fc4898a9ee
8 changed files with 629 additions and 99 deletions

12
server/docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
version: '3.8'
services:
quickpurge-sync:
build: .
container_name: quickpurge-sync
restart: always
ports:
- "3001:3001"
volumes:
# 将数据目录整体挂载,防止被 Docker 误识别为文件夹
- ./data:/app/data