-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Amadeo Pellicce edited this page Sep 25, 2024
·
6 revisions
Hello and welcome to the Evefan self-configuration wiki! This is your central hub for information about configuring your Evefan instance yourself.
The simplest way is to use the Free Evefan console. Here is our quickstart. Only use this guide if you have advanced use cases.
- Create a config.json file following this guide
- Create your own copy of the wrangler.toml file by renaming the template one.
- You'll need to create a queue for each destination you enable. The expected name is
${config.deploy.scriptName}-${destination-name}
. So for example,evefan-live-postgres
. Ensure the queue settings match your config.json and attach it to your worker by adding the worker as a consumer onwrangler.toml
. - Deploy your worker using the
npm run build && npm run deploy
commands and test to ensure things work ok!
If you have any questions or run into issues, please don't hesitate to open an issue on our GitHub repository.
Happy Event Fanning!