https://github.com/reorx/n8n-on-fly
https://github.com/reorx/n8n-on-fly
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/reorx/n8n-on-fly
- Owner: reorx
- Created: 2023-07-07T07:38:04.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-24T08:01:12.000Z (5 months ago)
- Last Synced: 2025-02-10T07:30:35.993Z (2 months ago)
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# n8n on fly
## How to setup
1. Fork the repo
2. Customize `fly.toml` and `prod.env` to suit your own needs.
3. Run the following commands:```bash
fly launch
fly secrets import < prod.env
```## Caveats
### `prod.env`
`prod.env` should contain the following env vars:
```
DB_POSTGRESDB_HOST=db.***.supabase.co
DB_POSTGRESDB_PASSWORD=*****
N8N_ENCRYPTION_KEY=*****
```Note that you MUST NOT add double quotes around the env values due to [this issue](https://github.com/superfly/flyctl/issues/589)