Very easy stupid question about linking a domain name #579
-
I followed every instructions, I opened up a port both on my machine and on my router (which is 8080) and I managed to run the server on my machine with an address that looks like this 12.34.567.890:8080 But how do I go about linking it to a domain name? I bought a domain from google domains and I linked it with my IP (without the 8080 port) then I changed the url on the .env file for the url of the domain I bought, but it still doesn't link correctly. What am I missing? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Post config and DNS entries |
Beta Was this translation helpful? Give feedback.
-
You need to open port 80 and have szurubooru (or a different webserver that reverse proxies to szurubooru) listen on it. Check "preparing for production" in install.md if you are using nginx. After that, make sure you have the |
Beta Was this translation helpful? Give feedback.
-
I just realised what I was trying to do is hide the port number, and the solution to this is just setting my port to 80 instead of 8080! Works like I want to! Thanks for the help! |
Beta Was this translation helpful? Give feedback.
You need to open port 80 and have szurubooru (or a different webserver that reverse proxies to szurubooru) listen on it. Check "preparing for production" in install.md if you are using nginx.
After that, make sure you have the
A
/AAAA
record (AAAA
only if you have ipv6) set up properly. From your description, right now you should be able to access your booru ondomain:8080
(so just do:8080
at the end of the domain name). It might take a day or two for your DNS changes to propagate, so be aware of that.