6 ms·
Use a hosted service to self-host? Come on. Does it also have more cloud in it?
by rando289 10y ago
Use a hosted service to self-host? Come on. Does it also have more cloud in it?
- jimpick 10y agoIn the blog post, I do link to some projects you can run on your own server. Actually, it wouldn't take much work to modify the code in this project to run in a Node.js daemon. I might just do it anyways to make testing/dev easier.
- tracker1 10y agoBeen working, slowly-but surely in terms of writing my own blog engine (static generator) and then publishing to gh-pages, but was considering using discus for comments... thinking of doing something similar as a docker contained service that I can throw up on my dokku server. TBH, the thought of managing the attack surface of comments is kind of scary... Will definitely be referring back to this.
- jimpick 10y agoMy approach was to just pump the entire comment through the "markdown-it" markdown processor, which promises to emit safe HTML. It's a popular project, so I'm banking on the fact that they go a good job of sanitizing in their pipeline.
- startling 10y agoUsing hardware you didn't design to self-host? Come on.