summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawniayrgSdVLUc3c6bf93VbO-_HT4hzxmyo <Tobias@web>2013-05-01 19:55:20 +0000
committerGravatar admin <admin@branchable.com>2013-05-01 19:55:20 +0000
commitc97272c1a10e71a87fd9dafeef92cd388059cec6 (patch)
treed3e9fdd24169034ab9188e53338ee37b177b4fc5
parent4868bd84d8949491aa5975b74a6d09f9f410d052 (diff)
-rw-r--r--doc/forum/webapp_listen_port_with_autostart.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/forum/webapp_listen_port_with_autostart.mdwn b/doc/forum/webapp_listen_port_with_autostart.mdwn
new file mode 100644
index 000000000..fc9d1241b
--- /dev/null
+++ b/doc/forum/webapp_listen_port_with_autostart.mdwn
@@ -0,0 +1,3 @@
+To start the webapp on a X-less server it's possible to use the parameter `--listen` and then connect from a client with X to it.
+
+How can I start the webapp on all annex repos on this server like on a client with `assistant --autostart`? Would be nice to start the assistant on all configured repos which listens on a defined port, f.e. `git annex assistant --autostart --listen 0.0.0.0:8888`. It would be even nicer to have a parameter to chose a autostart configuration file, f.e. `git annex assistant --autostart --autostart-config /etc/git-annex/autostart --listen 0.0.0.0:8888`, so this could end up in a real server application, a init script would be easy to write...