Run 9router on Render.com using its Secret Files feature to supply the database.
docker run -it --rm -v ${PWD}:/root/.9router/db -p 20128:20128 mra00000/9router-render
Open the dashboard at http://localhost:20128, configure your providers and combos, then stop 9router.
The database is at:
<current directory>/data.sqlite
In your Render service, go to Environment → Secret Files and upload data.sqlite to it, uploaded secret files will available in container under path /etc/secrets
Connect this repo to Render as a Docker web service, or directly deploy from docker hub at mra00000/9router and deploy.
No environment variables needed.
Re-run 9router locally, make your changes, then re-upload ~/.9router/db/data.sqlite to Render's Secret Files and redeploy.
Content type
Image
Digest
sha256:1efaf9a2f…
Size
195.1 MB
Last updated
4 months ago
docker pull mra00000/9router-render