AnnikaV9 / carrotsh

A lightweight and secure remote access server that allows clients to connect through a browser.
The Unlicense
32 stars 2 forks source link

Fix server.js, login.py #14

Closed Joshj23icy closed 2 years ago

Joshj23icy commented 2 years ago

Fixes server/server.js looking for config.json rather than config.yaml Fixes login/login.py not referencing new login_manager instance which fixes python error when connecting Added js-yaml dependency for server.js fix