jessarcher / rocketlog

Your digital bullet journal

Home Page:https://rocketlog.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests

Self-hosting

One of the original goals of RocketLog is to allow people to self-host it if they didn't feel comfortable using a hosted solution.

While you're free to give this a go, it will currently be a bit of pain due to the use of a licenced subscription billing package (Laravel Spark) which is needed for the hosted version. You could probably remove this package, and remove all traces from the code, but you won't be able to update it easily.

I will try to improve this in the future, especially if there is demand.

In the mean time, you can still view and learn from the source code, and even PR bugfixes and features to the hosted version!

Security

If you discover any security related issues, please email jess@jessarcher.com instead of using the issue tracker.

A note on code style

One of my hopes for this project is that it can show others what a working application looks like. However there are a few important things to note:

  • I believe in the "rule of three". The project is still early days so there is a lot of duplicate code that hasn't yet earned an abstraction.
  • This is my first real application using Inertia.js so there are potentially many things that aren't idiomatic.
  • My front-end testing needs work!
  • Some of the front-end component design doesn't (yet) follow best practices.

About

Your digital bullet journal

https://rocketlog.app

License:GNU Affero General Public License v3.0


Languages

Language:PHP 48.1%Language:Vue 43.5%Language:Blade 8.4%