logpaste

A simple web service for storing text log files

MIT License

Stars
313
logpaste - 0.3.1 Latest Release

Published by mtlynch 7 months ago

What's Changed

Full Changelog: https://github.com/mtlynch/logpaste/compare/0.3.0...0.3.1

logpaste - 0.3.0

Published by mtlynch 7 months ago

What's Changed

Breaking changes

Most environment variables have changed in this release, so review environment variables before upgrading.

Environment variables like SITE_TITLE and SITE_FOOTER have been removed, as they turned out to be redundant to command-line flags you can add (see README for details).

Full Changelog: https://github.com/mtlynch/logpaste/compare/0.2.9...0.3.0

logpaste - 0.2.9

Published by mtlynch 11 months ago

New Contributors

Full Changelog: https://github.com/mtlynch/logpaste/compare/0.2.8...0.2.9

logpaste - 0.2.8

Published by mtlynch about 2 years ago

Full Changelog: https://github.com/mtlynch/logpaste/compare/0.2.7...0.2.8

logpaste - 0.2.7

Published by mtlynch over 2 years ago

logpaste - 0.2.6

Published by mtlynch over 2 years ago

Full Changelog: https://github.com/mtlynch/logpaste/compare/0.2.5...0.2.6

logpaste - 0.2.5

Published by mtlynch almost 3 years ago

  • Updates to Litestrream 0.3.7
  • Reduces the container image size by 60% by switching to an alpine-based base image.
logpaste - 0.2.4

Published by mtlynch almost 3 years ago

  • Adds support for dark mode theme on homepage (#121)
    • To use it, add the -darkmode flag when launching the binary directly or set an environment variable to SITE_DARK_MODE="true" when launching via Docker.
logpaste - 0.2.3

Published by mtlynch about 3 years ago

  • Updates to litestream 0.3.6
  • Update the base Debian image to stable-20211011-slim
logpaste - 0.2.2

Published by mtlynch about 3 years ago

  • Updates to litestream 0.3.5
  • Use litestream's -exec flag to run logpaste as a child process in Docker to minimize the risk of data loss. (#115)
logpaste - 0.2.1

Published by mtlynch over 3 years ago

  • Fixes a Denial of Service vulnerability (#111, #113)
    • Fixes an issue where a malicious user could send LogPaste a very large request to exhaust memory or disk space.

Thanks to @lukechampine for spotting this issue and providing a fix!

logpaste - 0.2.0

Published by mtlynch over 3 years ago

  • Upgrades to Litestream v0.3.4
  • You no longer have to deploy twice to initialize a new database

Breaking changes

  • All AWS_ environment variables have been renamed so that the prefix is LITESTREAM_ instead of AWS_
logpaste - 0.1.1

Published by mtlynch over 3 years ago

  • Fixed some debug log messages
logpaste - 0.1.0

Published by mtlynch over 3 years ago

Initial release