1
0

docs: clarify Todoist redirect url

Resolves https://github.com/go-vikunja/vikunja/issues/302

(cherry picked from commit bf2d56c9d42d6beb023ac6ea4cc10c0db7e58a6c)
This commit is contained in:
kolaente 2024-08-07 16:27:06 +02:00
parent 0ca43dc147
commit 7117303d57
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -227,12 +227,13 @@ migration:
clientid: clientid:
# The client secret, also required for making requests to the todoist api # The client secret, also required for making requests to the todoist api
clientsecret: clientsecret:
# The url where clients are redirected after they authorized Vikunja to access their todoist items. # The url where clients are redirected after they authorized Vikunja to access their Todoist items.
# This needs to match the url you entered when registering your Vikunja instance at todoist. # In Todoist, this is called `OAuth redirect URL` and it needs to match the url you entered when registering
# This is usually the frontend url where the frontend then makes a request to /migration/todoist/migrate # your Vikunja instance at the Todoist developer console.
# When using the official Vikunja frontend, set this to <service.publicurl>/migrate/todoist.
# Otherwise, set this to an url which then makes a request to /api/v1/migration/todoist/migrate
# with the code obtained from the todoist api. # with the code obtained from the todoist api.
# Note that the Vikunja frontend expects this to be /migrate/todoist redirecturl: <service.publicurl>/migrate/todoist
redirecturl: <frontend url>/migrate/todoist
trello: trello:
# Whether to enable the trello migrator or not # Whether to enable the trello migrator or not
enable: false enable: false