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

  • @octt
    link
    32 years ago

    I really like the UI, minimal but colourful!

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

    • @lcomrade@lemmy.mlOP
      link
      fedilink
      32 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.