TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: I'm working on an open-source self-hostable GitHub Gist

62 pointsby MaxLeiterabout 3 years ago

7 comments

MaxLeiterabout 3 years ago
I should’ve commented this earlier but completely forgot:<p>Hi HN, I built this over the weekend and last few days and am happy with how its turning out so thought I’d share. The source is available at <a href="https:&#x2F;&#x2F;github.com&#x2F;MaxLeiter&#x2F;drift" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;MaxLeiter&#x2F;drift</a>
c0baltabout 3 years ago
This project looks quite well done. Gists are pften useful for various tasks, such as sharing small scripts, and self-hosting it for privacy&#x2F; security reasons sounds like a good idea.<p>Fyi, Gitlab CE&#x2F;EE have &quot;Snippets&quot; alias gists with access control. They are quite handy and can be bound to project&#x2F; group and individual level as well as only being shared with specific users.
debdutabout 3 years ago
I would love if you the docs in IndexedDB incase I don&#x27;t want to host a server or put it on someone else&#x27;s server. And occasionally export all my data<p>Would love to able to add other code files types like github. ``` in md isn&#x27;t the solution<p>But awesome work :)
评论 #30631781 未加载
rad_gruchalskiabout 3 years ago
Very, very cool. I’ve been waiting for something like this for ages. Thank you for sharing.
评论 #30611818 未加载
HaejuJabout 3 years ago
Been using gists for a while now and been concerned about privacy but been too lazy to implement myself. Will definitely keep an eye on this, thanks
评论 #30611117 未加载
turboponyyabout 3 years ago
I would totally use this over GitHub Gists if this worked for file formats other than markdown, where you could specify the syntax highlighting language. Of course, you could just wrap your text in ```py ```, for example, but that would mean the raw text would be altered (and would likelt become invalid). This is far from trivial to implement, I would assume.
评论 #30737422 未加载
评论 #30618278 未加载
jp1016about 3 years ago
i have also created a similar product, its called codekeep <a href="http:&#x2F;&#x2F;codekeep.io" rel="nofollow">http:&#x2F;&#x2F;codekeep.io</a> , - google keep for codesnippets that allows users to tag and organize snippets