coller:
- Add FILENAME as positioned argument (fixes#18)
- Add -html argument to show the URL of the webpage
copier:
- Rename -w to -ask-password
both:
- Rename -b to -ask-bearer
Signed-off-by: Julien Riou <julien@riou.xyz>
The listen address is now 0.0.0.0 by default, we can remove `--network host`
from the Docker command in the example.
Signed-off-by: Julien Riou <julien@riou.xyz>
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>
- 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>
- Add Docker image
- Fix whitespace location in the footer when version is not provided
- Add log message when the server is about to start
Signed-off-by: Julien Riou <julien@riou.xyz>