docs: add nextcloud credentials instructions
Some checks failed
Test / build (map[name:nightly]) (push) Successful in 1m42s
Test / build (map[name:stable]) (push) Successful in 2m41s
Release Please / Release-plz (push) Failing after 15s

This commit is contained in:
Paul Campbell 2024-12-10 09:48:12 +00:00
parent 93d0a227bb
commit e7e897db72

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
@ -70,4 +78,4 @@ As part of building the import server, I'm including the following commands the
- [ ] nextcloud stack get (was card list) - [ ] nextcloud stack get (was card list)
- [x] nextcloud card create - [x] nextcloud card create
- [x] nextcloud card add-label - [x] nextcloud card add-label
- [ ] nextcloud card add-attachment - [ ] nextcloud card add-attachment