Upgrade crytptpad to 2024.9.0
@KokaKiwi we might want to check the backup before the upgrade, just to make sure we can revert if required
Document how to debug Garage distroless container
Try with docker exec garage-1 /garage --help
, you need to use the absolute path
Implement underlying information about LMDB database
Not sure if we need this as most issues seems to be resolved in Deuxfleurs/garage#851 but it might be useful in the future
Implement underlying information about LMDB database
3a87bd1370
Merge pull request 'Improve error message for malformed RPC secret key' (#846) from improve-secret-error-message into main
9302cd42f0
Improve error message for malformed RPC secret key
Improve error message for malformed RPC secret key
9302cd42f0
Improve error message for malformed RPC secret key
060ad0da32
docs: Update LMDB website
a5ed1161c6
Merge pull request 'Add environment variable dict to helm chart.' (#843) from Benjamin/garage:main into main
222674432b
This commit adds an environment dict to garage helm chart. Using it, env variables can be set into the garage container environment, useful to set eg. GARAGE_ADMIN_TOKEN or GARAGE_METRICS_TOKEN
4d8df6856f
Update toolchain to nix 24.05 and rust 1.77.2
babdb7bc2c
Fix (Naive)DateTime warning on UTC conversion
Rust 1.80 breaks garage build
The branche builds fine with rust 1.80.0, the actual nix toolchain update only use rust 1.77.2 as we're pulling from nixpkg 24.05, but I guess once we merge it staging-next
should build as well.…
web_server.rs: Added bucket domain to observability
@jpds are you willing to rebase and implement a configuration parameter to make this optional? Otherwise I can do it.
docs: Mise à jour d'un lien