Commit graph

6 commits

Author SHA1 Message Date
a5ebf7607c
feat: Enable metrics by default
All checks were successful
/ pre-commit (push) Successful in 1m14s
Signed-off-by: Julien Riou <julien@riou.xyz>
2025-08-27 22:56:53 +02:00
c54f32495b
feat: Add text editor
All checks were successful
/ pre-commit (push) Successful in 1m45s
Use Monaco Editor to create notes. Support syntax highlighting. Store the
language with the note in the database to later support syntax highlighting in
a note web view.

Signed-off-by: Julien Riou <julien@riou.xyz>
2025-08-27 22:42:12 +02:00
7d7614637b
Several fixes and features
All checks were successful
/ pre-commit (push) Successful in 1m8s
- Commit database transactions
- Listen to all interfaces by default
- Use logger in collerd
- Add docker-compose file with PostgreSQL

Signed-off-by: Julien Riou <julien@riou.xyz>
2025-08-26 12:30:41 +02:00
01031a24ab
docs: Add API routes
All checks were successful
/ pre-commit (push) Successful in 2m15s
Fixes #10.

Signed-off-by: Julien Riou <julien@riou.xyz>
2025-08-26 11:53:22 +02:00
0ce540e92d
feat: Add metrics
All checks were successful
/ pre-commit (push) Successful in 1m40s
Fixes #7.

Signed-off-by: Julien Riou <julien@riou.xyz>
2025-08-26 09:26:15 +02:00
7c00b364d1
docs: Add READMEs
Signed-off-by: Julien Riou <julien@riou.xyz>
2025-08-24 15:48:12 +02:00