6 ms·
Heynote also exists as a web app: https://app.heynote.com/ https://app.heynote.com/
by jonatanheyman 2y ago
Heynote also exists as a web app: https://app.heynote.com/ https://app.heynote.com/
- BOOSTERHIDROGEN 2y agoCan I self hosted this ?
- sphars 2y agoLooking 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 https://github.com/heyman/heynote
- jonatanheyman 2y agoYep, that should work!
- BOOSTERHIDROGEN 2y agoWill you provide an official Docker image in the GitHub Registry or Docker Hub? Thank you.