logpaste isMinimalist web service for uploading and sharing log files.

characteristic

  • Accepts text uploads from the command line, JavaScript, and the Web UI
  • easy to deploy

    • Runs in a single Docker container
    • Free tier for Heroku

  • Simple Database Management

    • Sync persistent data to any S3-compatible cloud storage provider

  • Customize the UI without changing the source code

demo

run

from the source

from Docker

To run LogPaste in a Docker container, mount a volume from your local system to store the LogPaste sqlite database.


docker run \
  -e "PORT=3001" \
  -p 3001:3001/tcp \
  --volume "${PWD}/data:/app/data" \
  --name logpaste \
  mtlynch/logpaste

#logpaste #homepage #documentation #downloads #minimalist #web #service #storing #log #files #News Fast Delivery

Leave a Comment

Your email address will not be published. Required fields are marked *