this post was submitted on 16 Aug 2022
20 points (100.0% liked)

Self Hosted - Self-hosting your services.

11983 readers
4 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

Important

Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!

Cross-posting

If you see a rule-breaker please DM the mods!

founded 3 years ago
MODERATORS
 

Hi all. I've recently started using IRC to chat with contributors of large open source projects (e.g. Gnome). So I need a service that can store my pasts. So then pastebin.com didn't work for me and I couldn't find any good analogues so I developed my own "pastebin".

PS: If you don't mind telling me what you're missing in Lenpaste.

EDIT

DB Tech, made a video about Lenpaste v1.1. Here is the link: https://www.youtube.com/watch?v=YxcHxsZHh9A

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 2 years ago

The 20KB limit is just on your own server I hope, not an hard limit of the software, right?

Yes, it's a non-rigid restriction. The default is 10,000 instead of 20,000. You can also disable this limit completely if you want.

The restriction on the length of the paste is due to the following:

  • It will be difficult for client's browser to render large HTML.
  • Code highlighting is done by the server, not by JavaScript. Accordingly here is a trivial saving the CPU.