On 7/17/12, Konstantin Khomoutov <[email protected]> wrote:
> I know which flag to tick in the web UI to achieve what I need but the
> problem is, there's no convenient way to use web UI while being inside
> a screen session over SSH.

You could forward your browser connection through SSH:

ssh -Llocalhost:8080:localhost:8080 [email protected]

Then on the remote host, run:

fossil server
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to