jriou pushed to main at jriou/voyages.riou.xyz 2025-09-07 18:00:15 +02:00
11869bc37c Initial commit
jriou closed issue jriou/coller#20 2025-09-01 13:04:29 +02:00
Localhost in URL behind nginx proxy
jriou commented on issue jriou/coller#20 2025-09-01 13:04:26 +02:00
Localhost in URL behind nginx proxy

Not a bug. This configuration was missing:

proxy_redirect          off;            
proxy_set_header        Host            $host;
proxy_set_header        X-Real-IP       $remote_addr;
p…
jriou opened issue jriou/coller#20 2025-09-01 12:58:33 +02:00
Localhost in URL behind nginx proxy
jriou opened issue jriou/coller#19 2025-09-01 11:14:48 +02:00
Support HTTPS
jriou pushed to main at jriou/galene-cloud 2025-09-01 09:49:41 +02:00
ce2ea54033 docs(tofu): Add OS_PASSWORD
jriou pushed to main at jriou/coller 2025-08-28 16:50:18 +02:00
792eff78cc chore: Add release action in Makefile
jriou released 1.0.0 at jriou/coller 2025-08-28 16:20:24 +02:00
jriou pushed tag 1.0.0 to jriou/coller 2025-08-28 16:19:00 +02:00
jriou pushed to main at jriou/coller 2025-08-28 16:18:21 +02:00
dc80145005 Release 1.0.0
jriou pushed to main at jriou/coller 2025-08-28 13:02:17 +02:00
0a4e001dd9 docs(copier): Rename -w to -ask-password
jriou pushed to main at jriou/coller 2025-08-28 12:48:19 +02:00
d43c645039 Several changes to clients
jriou closed issue jriou/coller#18 2025-08-28 12:48:19 +02:00
Add unamed argument to coller CLI to paste the content of a file
jriou pushed to main at jriou/coller 2025-08-28 10:14:18 +02:00
463e2e703b docs(README): Add docker compose example
jriou pushed to main at jriou/coller 2025-08-28 10:10:39 +02:00
9d9a0b842e docs(README): Update docker command
jriou closed issue jriou/coller#17 2025-08-28 09:48:45 +02:00
Add syntax highlighting
jriou commented on issue jriou/coller#17 2025-08-28 09:48:45 +02:00
Add syntax highlighting

The web view has been implemented on 8edaebfad6.

jriou pushed to main at jriou/coller 2025-08-28 09:48:05 +02:00
8edaebfad6 feat: Add web view to display notes in HTML
jriou pushed to main at jriou/coller 2025-08-27 22:57:44 +02:00
a5ebf7607c feat: Enable metrics by default
jriou commented on issue jriou/coller#17 2025-08-27 22:47:26 +02:00
Add syntax highlighting

I have added the Monaco Editor to create notes and store the language with the note. Next step is to implement the web view to show a note with syntax highlighting (in read-only mode).