https://github.com/render-examples/shynet
Run Shynet on Render
https://github.com/render-examples/shynet
analytics cookie-free render shynet web
Last synced: 5 months ago
JSON representation
Run Shynet on Render
- Host: GitHub
- URL: https://github.com/render-examples/shynet
- Owner: render-examples
- License: mit
- Created: 2020-07-07T15:43:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T08:16:15.000Z (over 1 year ago)
- Last Synced: 2025-06-21T06:34:22.515Z (7 months ago)
- Topics: analytics, cookie-free, render, shynet, web
- Language: Dockerfile
- Homepage: https://render.com/docs/deploy-shynet
- Size: 5.86 KB
- Stars: 2
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deploy Shynet on Render
This repo can be used to deploy [Shynet] on Render.
- It uses the [official Shynet Docker image](https://hub.docker.com/r/milesmcc/shynet).
- [Render Databases](https://render.com/docs/databases) are used to spin up a fully managed PostgreSQL instance.
## Deployment
### One Click Deploy
Use the button below to deploy Shynet on Render.
[](https://render.com/deploy)
After deployment, use Render **Shell** to set up your Shynet account:
1. Set your email with `./manage.py registeradmin your-email@example.com`. You will be prompted with a temporary password. Save it.
2. Set your whitelabel with `./manage.py whitelabel "Header for your Shynet site"`. It will be shown at the top of your Shynet site.
Also use the service **Environment** page to update the `CSRF_TRUSTED_ORIGINS` environment variable to your deployed Render service domain.
### Manual Deployment
See the guide at https://docs.render.com/deploy-shynet
[shynet]: https://github.com/milesmcc/shynet