• 0 Posts
  • 1 Comment
Joined 11 months ago
cake
Cake day: August 22nd, 2024

help-circle
  • I have been using frp to expose one port of my private server to the public one. Then on the public server, I’m using nginx as reverse proxy to enable https.

    This works great for my use case. Regarding security, if the application has a vulnerability, it is still an open door to your private server. My app runs on rootless podman, so only the container and the data it contains would be compromised.