lcomrade

joined 2 years ago
 

Lenpaste v1.2 is out. Lenpaste source code and installation guide: https://git.lcomrade.su/root/lenpaste. Installation on a Raspberry PI is supported.

UI: History tab

History is not transferred to a server, but is stored locally in your browser.

UI: Copy to clipboard button

For instance administrators

  • Rate-limits on paste creation (env: LENPASTE_NEW_PASTES_PER_5MIN).
  • Add default paste life time for WEB interface (env: LENPASTE_UI_DEFAULT_LIFETIME).
  • Add terms of use support (file: /data/terms).
  • Private servers - password request to create paste (file: /data/lenpasswd).

Fixes

  • Fixed a security bug that could cause an attacker to overflow the disk.
  • Fixed not saving settings in some browsers.
  • The interface now displays the full name of the language instead of its code.
  • Fixed compatibility with WebKit browsers (for example: Gnome WEB).

List of public Lenpaste server

You can find a list of public servers or add your own public server at https://monitor.lcomrade.su/

PS: I will be glad to receive constructive criticism and suggestions.

[โ€“] [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.
[โ€“] [email protected] 3 points 2 years ago

Convos.chat is a really cool IRC client that has a build in paste-bin.

The client is really cool. I've been looking for a client that can be online 24/7. Thank you.

But I still don't regret making Lenpaste because I use it for mail and messengers (Slack, Telegram, Discord, Matrix) at the same time. I'm amazed that even Slack has trouble inserting a big chunk of code or logs.

 

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