pbylicki / rfhub2

Rewrite of rfhub with FastAPI
Apache License 2.0
30 stars 10 forks source link

representation of port using a path #459

Open divakar5 opened 2 years ago

divakar5 commented 2 years ago

Hi,

is it possible to convert localhost:8000 to some path like localhost/rfdoc or something like this? if yes which files needs to be adapted? because I don't want the port number to be visible, it would be nice if it is represented using a path.

Thanks and regards Divakar R

MaciejWiczk commented 2 years ago

Hi @divakar5, this would probably require having a public IP, and domain, and it is outside of package possibilities.