Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
doc: add synology specific instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bemble committed Jun 30, 2023
1 parent 9d19285 commit 4cacff6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,20 @@ type Configuration = {
};
```

### Synology specifics

You should have a user dedicated to this. Create a user (_Configuration_ > _Users and groups_), for this project it only needs access to DownloadStation application and write/read access to the output directories.

User **must** not have two factor authentication enabled, API calls won't work otherwise.

Before being able to start a download in Download Station you **must**:

- allow access to DSM (_Configuration_ > _Users and groups_ > _[the user], edit_ > _Applications_ > _DSM_)
- log in once in DSM
- open Download Station in this user session once to select the default output directory
- log out
- remove access to DSM for this user (_Configuration_ > _Users and groups_ > _[the user], edit_ > _Applications_ > _DSM_)

## Development

### Folder structure
Expand Down

0 comments on commit 4cacff6

Please sign in to comment.