Giter Club home page Giter Club logo

proof's Introduction

Minimal Sentry alternative / drop-in replacement

Ideal for local development or small teams to monitor application error reports.

Auth mode configuration file

[[user]]
name = "Gabor Gyorvari"
email = "[email protected]"
password = "1"
enabled = true

[[site]]
name = "1"
username = "a4f7646fd83544dd9499c18561338d56"
password = "62b2a152380044f28753c26a83cf2ee3"
enabled = true

Install as a macOS service

cp misc/proof.plist ~/Library/LaunchAgents
mkdir /usr/local/proof/
cp -r assets /usr/local/proof/
cp -r tpl /usr/local/proof/
cp proof /usr/local/proof/
launchctl load ~/Library/LaunchAgents/proof.plist
launchctl list

For macOS notifications the terminal-notifier is required:

brew install terminal-notifier

proof's People

Contributors

scr34m avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

proof's Issues

Usable without Redis?

Hi 👋

Let me start by saying this is a great idea for a project! I'm trying to deploy it to a small ARM64 SBC to monitor my projects and can't get it to show any exceptions. I've configured proof.toml, initialized the SQLite database schema by hand, initialized Sentry SDK in my Python project and I don't see POST requests with exceptions arriving at Proof's end (based on its logs). I haven't deployed/configured Redis for it, thus my question: is the project usable without Redis? Putting everything in SQLite would be more than enough for my needs.

As an aside, I'm also getting a panic when I try to /login via web browser:

[POST] "/login" 637.583µs
panic: runtime error: invalid memory address or nil pointer dereference

Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.