This repo can be used to deploy Shynet on Render.
- It uses the official Shynet Docker image.
- Render Databases are used to spin up a fully managed PostgreSQL instance.
Use the button below to deploy Shynet on Render.
After deployment, use Render Shell to set up your Shynet account:
- Set your email with
./manage.py registeradmin your-email@example.com
. You will be prompted with a temporary password. Save it. - 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.
See the guide at https://docs.render.com/deploy-shynet