this post was submitted on 24 Apr 2024
81 points (98.8% liked)

Selfhosted

39964 readers
227 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Self-hosted pastebin powered by Git, open-source alternative to Github Gist. - thomiceli/opengist

top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 24 points 6 months ago

Is it only ironic to me that it's hosted on GitHub? :D

[–] [email protected] 5 points 6 months ago (3 children)

What do people use pastebin for anyway? I’ve never felt the need to use it or something like it.

[–] [email protected] 8 points 6 months ago

A lot of people use them for log files when troubleshooting within a support channel of some sort.

[–] [email protected] 8 points 6 months ago

It's anonymous bulk text posting - great for sharing logs, but don't discount the more grey side of the internet. If you browse recent public posts there's often some fun things like scam links, credentials, etc.

It's definitely fallen out of favor for password dumps though.

[–] [email protected] 2 points 6 months ago* (last edited 6 months ago)

It's useful for sharing configuration files or lengthy error logs etc. when trying to troubleshoot a technical problem with others via chat. AFAIK the original pastebins where invented for such purposes on IRC.

[–] [email protected] 1 points 6 months ago

I have been using this for a while now and it works very nicely, however I never quite understood why one would want to use it through git. Storing a change history via git is a nice side effect though.