Giter Club home page Giter Club logo

Comments (3)

ekzhang avatar ekzhang commented on May 20, 2024 2

Re: Above please do not do this! This is extremely insecure. Do not expose the Vite development server to the world.

If you do try to self-host sshx, please be sure you understand what you are doing.

from sshx.

ekzhang avatar ekzhang commented on May 20, 2024

I hope to offer self-hosting support in the future, but it's kind of time-consuming already to create sshx myself, so it's not officially supported at the moment. If you're a business who is reading this and would like to self-host sshx, let me know, I'm thinking I would charge a small fee per server for an enterprise version with self-hosting support.

from sshx.

ariary avatar ariary commented on May 20, 2024

I'm not sure it's answering your question but you can self host sshx server cf developement

# after cloning the repo
docker compose up
npm install
npm run dev
#in another window
cargo run --bin sshx-server --  --override-origin http://localhost:5173  --secret dev-secret  --redis-url redis://localhost:12601

And to use the client sshx --server http://127.1:8051

It is up to you to handle how you expose the npm and sshx server then

from sshx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.