I am running a very small home server using an old machine, nothing special.
It is running Ubuntu 18.04 with live patch and the latest SNAP install of Nextcloud. It is live on the internet via my personal URL and I have my dynamic DNS through my Netgear router to keep my IP up to date in case my ISP changes it.
Here's what I'm hoping to be able to do...
I would like to backtrack and preface this with the fact that I'm pretty much a noob to all of this and it is kind of a hobby for me to try to learn some basic coding, networking, server management, etc.
Ok, back to the point. I'd like to use this same server to host a WordPress website not sure what it's purpose will be yet. I really just want to toy with building a website. I would like to, again, use this same machine and the same URL and just place the website at a different port or address.
Example of what I mean: My nextcloud server is accessed at "mypersonalurl.cloud" I'd like to keep that the way it is and access my web page via "mypersonalurl.cloud:(insert different port here)" or "mypersonalurl.cloud/extensionwebpage"
Thanks in advance for any help that can be offered to me. I've seen several things out there on running two sites at the same IP, but it seems it would be a little different with Nextcloud, especially the SNAP install.