docs: add nextcloud credentials instructions
This commit is contained in:
parent
93d0a227bb
commit
e7e897db72
1 changed files with 11 additions and 3 deletions
14
README.md
14
README.md
|
@ -46,7 +46,15 @@ This is free and easy, following these instructions;
|
|||
|
||||
### Nextcloud Credentials
|
||||
|
||||
TODO
|
||||
To authenticate with Nextcloud Deck, you'll need to obtain the necessary credentials:
|
||||
|
||||
1. Log in to your Nextcloud instance
|
||||
2. Go to Settings > Security
|
||||
3. Under the "App passwords / devices" section, create a new app password
|
||||
4. Enter a name for the device (e.g., "Trello to Deck")
|
||||
5. Click "Create new app password"
|
||||
6. Copy the generated username and password
|
||||
7. Add these credentials to your `trello-to-deck.toml` file
|
||||
|
||||
### Verify configuration
|
||||
|
||||
|
@ -58,7 +66,7 @@ trello-to-deck check
|
|||
|
||||
## Development
|
||||
|
||||
As part of building the import server, I'm including the following commands the exercise each operation invovled.
|
||||
As part of building the import server, the following commands exercise each operation involved:
|
||||
|
||||
- [x] trello member get - includes list of boards
|
||||
- [x] trello board get - includes list of stacks
|
||||
|
@ -70,4 +78,4 @@ As part of building the import server, I'm including the following commands the
|
|||
- [ ] nextcloud stack get (was card list)
|
||||
- [x] nextcloud card create
|
||||
- [x] nextcloud card add-label
|
||||
- [ ] nextcloud card add-attachment
|
||||
- [ ] nextcloud card add-attachment
|
Loading…
Reference in a new issue