Trouble with subdomains
Current config:
compose.yaml
museum.yaml (for each S3 bucket)
Nginx Proxy Manager (all local domains, nothing exposed to the internet & therefore no SSL; all are enabled)
Pi-hole local DNS records
Everything was working fine when I had
http://ente.home pointed to http://<server_name>.home:3000 in NPM and all the Ente config was just http://<server_name>.home:<port>.
I want to pretty everything up with subdomains though. For vanity, I guess.
With the above specified config, http://photos.ente.home doesn't load at all (immediate "can't connect" message in browser).
When I tried the following commands
it failed on the second line, saying
If I switched it to http://<server_name>.home:3200 instead of http://minio-api.ente.home, it executed fine, but didn't solve the issue of getting CORS failures.
Does anyone have advice on how to properly set this up so that I can use subdomains to make this look prettier for an end-user?6 Replies
I'm sorry, I couldn't find the answer in the documentation.
-# If your issue is resolved, you can use the Mark as Solved button or type
/solved to close the thread.
<@&1364141260708909117> User still needs help in #Trouble with subdomains1st, is the server pointing towards the correct domain?
like, if you do a inside the server, does it give back the correct IP?
turns out I'm just dumb. I assumed pihole could map wildcard subdomains (
*.ente.home), but it can't, so I specified each one and mapped them to <server_name>, and it works now without having touched any of the Ente config again. ugh, sorry y'allThread marked as solved. It will be closed in <t:1749995935:R>.
ah oof
This thread is now closed.