I am a newbie for web and network stuff.
I want to hosting the following web services for my personal use:
- Gitea
- Nextcloud
- pypiserver (Private pypi server)
- Ktra (private rust registry server)
I only have one machine which only have single network interface (single IP address).
I wish it can allocate URL for each service like below:
- Gitea: (https://my-ip-addr/gitea/)
- Nextcloud: (https://my-ip-addr/nextcloud/)
- pypiserver: (https://my-ip-addr/pypi/ <- for web browser; https://my-ip-addr/pypi/simple/ <- for pip).
- Ktra: (https://my-ip-addr/ktra/api/v1/...)
Is there any possible way to do so?