#Locking down web accessible items

6 messages · Page 1 of 1 (latest)

surreal dirge
#

So I have a stupid question, still trying to understand how all of this works. whenever I deploy a pod, for Text Generation Web UI and APIs I get a list of services that are available via http from the get go.

I already added a key so the web interface is locked but I still need to lock down the file upload, visual studio code, and juniper notebook.

Does anyone have a where I can read up on how to do this?

onyx night
#

So, you want to like lock the access to those other ports?

#

You can just edit your pod from the left button beside connect

#

then remove the ports you don't wanna use

#

Or if you want to password protect them, you will need to change the template code or find a similar feature to password protect in each of those application

surreal dirge
#

ty @onyx night I'll take the easy route and get rid of those ports