Love
Dolog was created with lots of love by me (Jessy), from the Netherlands. I put a lot of care into making the app feel polished, fast on a busy host, and simple to run as a single container.
Your support token will be shown after checkout. If you run into any problems, just email me at orders@butterhost.ing
Support token
When providing the DOLOG_SUPPORT_TOKEN environment variable, a tiny cosmetic surprise will be unlocked in the footer of Dolog's web interface.
FAQ
Does Dolog send my logs anywhere?
No. Everything Dolog reads is stored in a SQLite database on your own server, and nowhere else. The only outbound requests Dolog ever makes are the webhook alerts you configure yourself.
Is Dolog free?
Yes, Dolog is 100% free and open source software.
Will Dolog ever become closed-source or require payment to use?
Not as long as I’m overseeing this project. But even if that changed, it would not matter because the MIT license allows anyone to fork the project at any time.
Does token verification require an internet connection?
No, absolutely not. Dolog verifies support tokens entirely offline during startup.
Since Dolog is open source, can't I just modify the code to bypass token verification?
Absolutely! Allow me to help:
sed -i 's/DOLOG_SUPPORTER: Boolean.*/DOLOG_SUPPORTER: true,/' ./src/Env.tsYou can run this command in the project root to turn yourself into a "supporter" and unlock the tiny surprise.
Please keep in mind that modifying the project's source code requires you to build a new (local) Docker image via ./image.sh create