Hacker News new | ask | show | jobs
by jonatanheyman 753 days ago
Heynote also exists as a web app: https://app.heynote.com/
1 comments

Can I self hosted this ?
Looking at the GitHub repo[0], I don't see why you wouldn't be able to host it yourself (extra configuration may be required). In the package.json, there is a script for running the web app `npm run webapp:build`, so I'd assume you could do that and then host the built web app in ./webapp/dist however you'd like.

[0]: https://github.com/heyman/heynote

Yep, that should work!
Will you provide an official Docker image in the GitHub Registry or Docker Hub? Thank you.