CLI-only text pastebin service. https://linedump.com/
Find a file
2025-09-21 20:19:40 +02:00
Dockerfile init v.0.2.1 2025-09-20 17:48:21 +02:00
LICENSE init v.0.2.1 2025-09-20 17:48:21 +02:00
main.py ADD further information like project name, source reference and license to start page 2025-09-21 20:19:40 +02:00
README.md CHANGE env variable DESCRIPTION and FIX README formatting in the LICENSE section 2025-09-20 18:00:15 +02:00
requirements.txt init v.0.2.1 2025-09-20 17:48:21 +02:00

Linedump

CLI-only text pastebin service.

Note: content is stored unencrypted on the server - consider it public! - Use client-side encryption example in Usage section.


Features

Available:

  • save and share content via CLI
  • up- and download in CLI possible
  • rate-limits

Ideas:

  • integrated retention/purge function

Not planned:

  • GUI (work around possible, WIP)
  • media besides text (abuse potential and moderation effort too high - there are other projects for it available)

Usage

Check linedump.com for now - coming soon.


Installation

Use with reverse-proxy and HTTPS!

Environment Variables

Variable Description Default Required
DOMAIN Domain name used in the application responses and examples linedump.com No
DESCRIPTION Application description displayed in the root endpoint CLI-only pastebin powered by linedump.com No
MAX_FILE_SIZE_MB Maximum file size limit in megabytes 50 No
RATE_LIMIT Rate limit for uploads (format: "requests/timeframe") 50/hour No
URL_PATH_LENGTH Length of generated URL paths (number of characters) 6 No

Security

For security concerns or reports, please contact via hello a t uphillsecurity d o t com gpg.


License

Apache License

Version 2.0, January 2004

http://www.apache.org/licenses/

  • Commercial use
  • Modification
  • Distribution
  • Patent use
  • Private use
  • Limitations
  • Trademark use
  • Liability
  • Warranty