cabin
cabin copied to clipboard
YOUR-CABIN-API-KEY
YOUR-CABIN-API-KEY
// (optional: your free API key from https://cabinjs.com)
server Open source?
@niftylettuce
...So, believing the documentation, I went ahead and implemented the vanilla boilerplate to test out the logging...(since it worked in Dev without the optional API_KEY...so why not?!).
Broke my production servers :)
Where do we get said API key? Looks like Axe references a self-hosted "API", but the link to that is broken and there's no evidence of that repository on GitHub.
...I'm wondering, is Cabin even technically usable, in general?
If you are using in production right now, please set capture: false
as an option when you initialize Cabin.
The API keys will be available soon, right now I am finishing up Cabin's front-end. It's amazing and fast, and will be completely open-source too. In the meanwhile, all of Cabin's open-source tools and packages (including Axe for example) work 100% perfectly.
Thank you @niftylettuce for ALL of your work! I'll set that to false
and try again. As an Ops guy of 10 years gone DevOps, and now just Dev-ing, please allow me to say what an excellent library and logging toolchain you've set up.
People like you make OpenSource awesome. :)
@niftylettuce can you provide any ETA or some screenshots please? I can't wait 🤓
I would like to use it in a new project 😃
^^ I second this.
I am trying as best and fast I can. I also am working on OurHarvest.com and ForwardEmail.net too. I will keep you guys posted asap. Just got Lad to a beta release, see https://lad.js.org.
any update about this?
We will be launching our logging service in the near future. I'm going to keep this open for now.
In the meanwhile, if you want to collect logs on your server, you can reference how we did it in Lad at https://github.com/ladjs/lad.sh/blob/master/app/controllers/api/v1/log.js and https://github.com/ladjs/lad.sh/blob/066427cffe9f6538ff4c97b90e762840b299008e/assets/js/logger.js#L8 and https://github.com/ladjs/lad.sh/blob/066427cffe9f6538ff4c97b90e762840b299008e/routes/api/v1/index.js#L10.
YESSSSSS @niftylettuce !
Any update on this?
I would also interested in updates? Is this project actively developed? Maybe I'm stupid, but I don't understand where I can see the logs?
Yes it's 100% in development and beta. I am very close to finishing, I just need a little more time.
My project https://forwardemail.net/open-startup really took off as did my day job, so I've only been able to dedicate time on weekends, but will be fueled by a lot of coffee and will try to get to the finish line for all of you. Will definitely give everyone here 2-3+ years of free usage.
Definitely understand and can sympathize with being busy - any chance this info could to into the main web page to save folks some time , since it's definitely not clear from the docs?
@armenr Feel free to email me at [email protected]!
See Axe/Cabin v10 with updated README examples for sending to HTTP endpoints, Sentry, and more.