restic / rest-server

Rest Server is a high performance HTTP server that implements restic's REST backend API.
BSD 2-Clause "Simplified" License
978 stars 143 forks source link

Output status of append only mode on startup #295

Closed rawtaz closed 3 months ago

rawtaz commented 3 months ago

What is the purpose of this change? What does it change?

Previously, rest-server did not output whether append only mode was enabled or disabled when starting up. The status of private repositories was however output.

Since private repositories and append only are two important settings that are directly related to the security of the rest-server instance, it seems prudent to also output the status of append only.

Was the change discussed in an issue or in the forum before?

No, I was just missing it in the output when setting up a new rest-server instance in append-only mode.

Checklist