Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The following packages are supported

- [renterd](https://github.com/SiaFoundation/renterd)
- [hostd](https://github.com/SiaFoundation/hostd)
- [s3d](https://github.com/SiaFoundation/s3d)

## Adding the Repository

Expand Down Expand Up @@ -72,3 +73,18 @@ $ sudo systemctl enable --now hostd

If you want to install a different package just replace `hostd` in the
commands with a different package name.

### s3d

s3d needs to be registered with the indexer before the daemon can start.
After installing and configuring it, run the following commands once before
enabling the service:
Comment thread
peterjan marked this conversation as resolved.
Outdated

```bash
# register this s3d instance with the indexer
$ s3d login

# create a user and an S3 access key
$ s3d users create <username>
$ s3d keys create <username>
Comment thread
peterjan marked this conversation as resolved.
Outdated
```