Skip to content
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.

Self Configure Step

  1. Create a config.json file following this guide
  2. Create your own copy of the wrangler.toml file by renaming the template one.
  3. 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 on wrangler.toml.
  4. Deploy your worker using the npm run build && npm run deploy commands and test to ensure things work ok!

Need Help?

If you have any questions or run into issues, please don't hesitate to open an issue on our GitHub repository.

Happy Event Fanning!

Clone this wiki locally