Your Ghost posts are publicly accessible
If you own a ghost blog, your ghost blog posts are publicly accessible. It doesn't matter if your post or page is in draft or a private status. I discovered this issue accidentally when...
Ghost blog posts for developers who want a fast, clean publishing setup without living in the admin panel. You will find practical setup and maintenance guides like themes, navigation, SEO basics, backups, performance, and hosting choices, plus workflows for writing and shipping posts consistently. It’s aimed at getting your site stable, searchable, and easy to run over the long term.
If you own a ghost blog, your ghost blog posts are publicly accessible. It doesn't matter if your post or page is in draft or a private status. I discovered this issue accidentally when...
For anyone who is self hosting ghost blog behind nginx, this is the configuration that worked for me: location ^~ /.ghost/activitypub/ { proxy_pass https://ap.ghost.org; proxy_http_version 1.1; proxy_ssl_server_name...
Step by step guide to self hosting n8n with Docker behind a Tailscale VPN. Secure setup with Docker Compose, webhook exposure, and NGINX reverse proxy....
I say this guide would be for a masochist, because a normal person would just buy a ghost subscription, and...