Ghost without admin panel

I want to ask whether is it possible to download Ghost Blog without Admin Panel? Which version is the newest but without Admin Panel?

There is no Ghost available without the Admin app. What is it you’re trying to use Ghost for?

I have built my blog using Gatsby (around five years ago) and today wanted to upgrade, but I see that Ghost added Admin Panel that (for me) only complicates things that I want to keep simple. And I just think about possibility to use Gatsby + Ghost without Admin Panel.

Ghost has always had an admin panel but you can use its API in a headless manner for a Gatsby front-end etc. You’ll still use the admin panel to manage your content in that case though.

@pantarhei you could just block access to blog.example.com/ghost/*

Edit:

blog.example.com/ghost/api/admin/

That would also disable search, comments, portal, newsletter subscriptions, and anywhere that the theme uses the api.

1 Like