leafac / kill-the-newsletter

Convert email newsletters into Atom feeds
https://kill-the-newsletter.com
MIT License
2.31k stars 113 forks source link

Cant find configuration file for self-hosted #94

Closed joyoner closed 3 weeks ago

joyoner commented 11 months ago

I need self-hosted, and after following the video or the github doc, I can't find the configuration file deployment-example/configuration.js , I think he is a file in the historical version, which is no longer available in the latest github repository. Which configuration file should I use if I want to use the binary from the release?

CyberFoxar commented 10 months ago

It's because @leafac didn't make a release for main yet.

The configuration file that is both reference in the readme and by the 1.0.1 release is available in the 1.0.1 commit at https://github.com/leafac/kill-the-newsletter/blob/58657a1688957eefcf20d58ba6efaec37bab62f0/deployment-example/configuration.js

I'd advice @leafac to update the readme in the current main branch to clearly state its work-in-progress state.

leafac commented 3 weeks ago

Hi @joyoner,

I hope at this point you’ve figured things out. Just in case, here’s the latest example configuration: https://github.com/leafac/kill-the-newsletter/blob/37caf3a24bcff9d620698dafbd115feff1f0f377/configuration/example.mjs

The code and documentation for Kill the Newsletter! have been upated recently. I hope that helps.

Best.