Hello,
I'm relatively new to Aapanel. I got some simple test websites running which seem to work fine.
blog.domain.eu and test.domain.eu (both SSL secured).
However i wanted to install Ghost (blog) and saw it was available in docker.
A question though, how do i access this? Using default installation settings it listens on 0.0.0.0:2368.
However when i go to my server https://192.168.1.223:2368 i get mixed results.
I first tried directly in Chrome : i get ERR_SSL_PROTOCOL_ERROR same error in Brave and Edge.
The i added ghost.domain.eu in NPM (Nginx Proxy Manager which runs on 192.168.1.5)
Then i enabled the 'reverse proxy' option and added the domain (fqdn?) ghost.domain.eu. (not added to Cloudflare yet).
Then i added a DNS rewrite in Adguard (Adguard running at 192.168.1.2) for ghost.domain.eu with port 2368 and this is where it gets weird.
Chrome actually shows something that looks like 'Ghost' (home/about subscribe etc) but i can't do anything really (since it's not configured at all).
Brave and Edge both show the 1st website that's running... blog.domain.eu..
I'm confused.
Now i can access ghost.domain.eu/ghost in chrome for admin stuff, however when i edit my page and try to "view site" it says 'localhost failed to connect' ?
It's somewhat clunky but i'm lost on what i did wrong.
If more information is needed please let me know.