• 0 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: September 1st, 2025

help-circle


  • You can use the per-user reverse proxies as a bridge between the host network and the user-specific internal network. So for a user coming from outside the path looks like this:

    User -> main reverse proxy on main IP and port 80/443 -> user-specific proxy listening on main IP with port 8080 and proxying to user-specific internal network -> destination container listening on user-specific internal network.

    And for a container running as a different user the path will be the same, but the user-specific reverse proxy will be listening on port 8081 and higher for example.



  • The solution to this can be multiple reverse proxies. Each user runs it’s own reverse proxy (if you actually need one, otherwise you let the container bind directly to a port on the host system). Then you run one main reverse proxy on port 80/443 that proxies to those other ports based on hostname.

    The upside of this construction is that containers running as different users can’t directly access each others internal networks, which is much better for security, as those networks often contain barely protected services, which is why you’re using a reverse proxy in the first place.

    Edit: there are different options with custom networks and such, but they’re even more complicated so I wouldn’t advise them.


  • They’re not on an even playing field, Oman has much less oil than other Arab nations. This means they have been thinking of alternate sources of income, such as tourism, for decades now, which had a big impact on the whole country.

    What also helps is that the previous (now deceased) Sultan of Oman was schooled in the UK, and had some very modern notions of how the country should function. He basically guided it from a positively medieval country to a fairly modern one, striking a balance between progress and retaining the good things of their lifestyle.

    There’s still plenty of things that could be better in Oman, such as the massive quality of life differences between native Omanis and Indian foreign workers, but in my opinion it’s one of the nicest countries in the world to visit. The people are wonderful (as long as you respect them, they are also proud), the nature is stunning, and their way of life is very laid back.

    Source: have lived there a couple of years many decades ago and been back several times since.