renterd icon indicating copy to clipboard operation
renterd copied to clipboard

A renter for Sia

Results 139 renterd issues
Sort by recently updated
recently updated
newest added

- [x] https://github.com/SiaFoundation/renterd/pull/1575 - [x] https://github.com/SiaFoundation/renterd/pull/1578 - [ ] Update UI

While we are preparing the API for v2 it might make sense to enforce some stricter rules on bucket names. To remain compatible with S3 we should use their rules...

Right now when we update a setting, we need to update the whole thing. The problem with that becomes clear when updating things like the autopilot config where the autopilot...

Closes https://github.com/SiaFoundation/renterd/issues/1550 Adds: - endpoint to back up sqlite database to a file - cli cmd to back up a sqlite database

Including CLI flag Context: https://github.com/SiaFoundation/hostd/pull/463

JSON encoding is very hard to read and most users don't make use of it. We should make human readable logging the default.

Some parts of our config that are enabled by default have a `Disabled` setting in the config file while others have an `Enabled` setting. We should be consistent about that.

There might be some restrictions on the limit in the S3 API since we want to be consistent with AWS but otherwise it should be fine to default to offset...

Similar to how we prune slabs, we should also asynchronously remove sectors that are part of an archived contract from the db. That way deleting a contract doesn't block for...