docs: add nextcloud credentials instructions

This commit is contained in:
Paul Campbell 2024-12-10 09:48:12 +00:00
parent a6cc119449
commit c0e695c58d

View file

@ -46,7 +46,15 @@ This is free and easy, following these instructions;
### Nextcloud Credentials ### 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 ### Verify configuration
@ -58,7 +66,7 @@ trello-to-deck check
## Development ## 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 member get - includes list of boards
- [x] trello board get - includes list of stacks - [x] trello board get - includes list of stacks