webapp

  1. M

    How do I visit my self hosted web app from public internet?

    Background I have a web app that I've been building and testing locally. I've deployed it to a server that I own, which is running here in my house. The server is connected via ethernet to my home router. I pay Xfinity for a normal residential plan, in which I have a single public IP...
  2. S

    Proxmox API Authentication to create VM

    Hello everyone! I'm currently developing a web application using Python requests to create VMs on Proxmox. In the POST request, I include the necessary parameters such as vmid and node, along with some optional parameters. However, I'm encountering a 401 status code when running the code...