RittmanMead / md_to_conf

Markdown to Confluence import
MIT License
231 stars 84 forks source link

[Wishlist] Support for hosted instances #12

Open jstarek opened 5 years ago

jstarek commented 5 years ago

I see that the importer seems to expect to target a Confluence Cloud instance. It would be great if self-hosted Confluence instances (under an arbitrary domain) were also supported.

CameronNemo commented 4 years ago

this works currently. From the README:

If the organization name contains a dot, it will be considered as a Fully Qualified Domain Name. For example the URL: https://fawltytowers.mydomain.com/ would indicate an organization name of fawltytowers.mydomain.com.

thehilll commented 4 years ago

How do you authenticate in this case? Aren't API tokens only for cloud instances?

CameronNemo commented 4 years ago

you just use the password in place of the API token. try it out.

thehilll commented 4 years ago

Sorry, should have read more closely. Thank you.