Hi! I'm running a Minecraft server on my raspberry pi. This also has port forwarding so my friends can join. Now I would like to set up a web server on my pi. Are there any overlaps in the IP address? Or is it even possible that the website can also be reached from other networks?
Yes, that is possible. The same IP address is not a problem because websites use HTTP or HTTPS, which runs on port 80 and port 443, respectively. The ports for Minecraft are different, so there's no overlap.
Cool, thanks!