From e7e897db728a29b957f90e26be9afa3fb9318306 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 10 Dec 2024 09:48:12 +0000 Subject: [PATCH] docs: add nextcloud credentials instructions --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 28ffdf7..b51c35c 100644 --- a/README.md +++ b/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 \ No newline at end of file