Using ghost via API - posts private?
Solved
Ghost
-
I have installed Ghost on Cloudron and I want to fetch the postings via API, so I want to use its management interface, but not actually have the blog on the ghost domain.
Now, according to my reading, I have these options:
- Ignore my request, have public access on ghost and then fetch it via API
- Use the admin API key
Isn't there any solution in between? Something that restricts access on ghost, but allows me to fetch the content via its API?
-
Ah, just found it - apparently, I restrict access to the page in the general settings, and then in the settings of the individual post, I can set access to "public". Then the page itself is still password-protected, but the text is now included into the API call.
-
-