Readme
Some checks are pending
Rust-build / build (push) Waiting to run

This commit is contained in:
Justine 2024-07-31 14:04:09 +02:00
parent 821e53b2c0
commit d0f3161a39

View File

@ -25,3 +25,7 @@ For now, notes are kept forever until some admin manually removes them.
## Warnings ## Warnings
The size of a post or upload is limited to 100MB. This value can be changed in the source code, see the end of the main function, at the bottom of src/main.rs. The size of a post or upload is limited to 100MB. This value can be changed in the source code, see the end of the main function, at the bottom of src/main.rs.
# TODO
Mettre à jour le dockerfile avec une crontab qui supprime les vieux fichiers, ou le faire dans le code.