Eugeny / tabby-web

Tabby Web - an SSH/Telnet/Serial client in your browser.
https://tabby.sh
MIT License
848 stars 125 forks source link

Question: running self-host version #84

Open bingzhangdai opened 1 year ago

bingzhangdai commented 1 year ago

I would like to run tabby-web on a private network. To simplify the deployment, could I achieve the following?

  1. deploy tabby-web with embedded SQLite without dedicated DB service
  2. run tabby without auth, since I already have a reverse proxy which handles the authentication

Thanks.