- https://julien.riou.xyz
-
Joined on
2024-12-17
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…
Add unamed argument to coller CLI to paste the content of a file
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).