This is a helper service to maintain Surge Rules driven by subconverter, I wrap a express service to modify the output of subconverter service.
Besides, the structure can maintain custom files and config easily
- Create .env and .env.prod, copy contents from .env.template file, and change domain to your server
- Create configuration/index.js from configuration/index.template.js, add your subscriptions and filter.
- Create template/rulebase.conf and copy all contents from template/rulebase.mustache, modify it if needed
docker compose up -d --build
npm i
npm run dev