Gorizon

Results 4 comments of Gorizon

hi there, sorry that I'm not familiar with ssh command. I've opened ssh access, like the picture showed. but I don't know how to copy and install vnsee and vnsee-gui...

> I found the fix. Go into Devika.py and change: `CORS(app, resources={r"/*": {"origins": ["https://localhost:3000"]}})` to `CORS(app)` > > then start the server with: bun run dev --host > > and...