Code Monkey home page Code Monkey logo

Comments (7)

alfarme avatar alfarme commented on June 27, 2024 1

amazing, thank you!!

from mirror.

stephenh avatar stephenh commented on June 27, 2024

The mirror server command supports a --host option which should do what you want:

https://github.com/stephenh/mirror/blob/master/src/main/java/mirror/Mirror.java#L109

I.e. specify the IP of the network interface you want to bind on. I don't regularly use this myself, but it should work.

like no auth or certificate

Right, the current expectation is that you'd use SSH tunneling to secure the server's port. Pretty sure the readme talks about that.

from mirror.

alfarme avatar alfarme commented on June 27, 2024

oh, I wasn't aware of this, the help command doesnt mention it:

~/tmp$ ./mirror help server
NAME
mirror server - starts a server for the remote client to connect to

SYNOPSIS
mirror server [ --enable-log-file ] [ {-p | --port} ]
[ --skip-limit-checks ]

OPTIONS
--enable-log-file
enables logging debug statements to mirror.log

    -p <port>, --port <port>
        port to listen on, default: 49172

    --skip-limit-checks
        skip system file descriptor/watches checks

I don't usually skim through source code to find supported arguments :)

about ths ssh tunnel: yes, this opens a secure connection, but as soon as you start the server, it will serve all connection requests, not only the ones from localhost. (I guess this works if you limit the server to localhost via above command :)

from mirror.

alfarme avatar alfarme commented on June 27, 2024

wondering whether I have the latest version? (I downloaded from https://github.com/stephenh/mirror/releases/latest/download/mirror)

Exception in thread "main" com.github.rvesse.airline.parser.errors.ParseArgumentsUnexpectedException: Found unexpected parameters: [--host, x.x.x.x]

from mirror.

stephenh avatar stephenh commented on June 27, 2024

Oh huh, yeah, looks like --host was added very recently (at least in terms of commits), and I probably haven't done a release yet.

Can you use a build from master? I can get around to doing a release soon-ish.

from mirror.

alfarme avatar alfarme commented on June 27, 2024

ok sure, thanks for the heads up :)

from mirror.

stephenh avatar stephenh commented on June 27, 2024

Oh huh. I forgot I'd already automated the release process. "Just run the ./release command" :-). Granted, I have to run it by hand, need to get it hooked up to CI...

But anyway, there is now a v1.3.9 release with a pre-built jar/binary with the commit you're looking for on the github releases page.

from mirror.

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.