aboutsummaryrefslogtreecommitdiffstats
path: root/conf/afm-launch.conf
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-02-13 17:20:08 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2016-02-13 17:20:08 +0100
commitdfd67ab68a438f1a692e91832c3698b023c74167 (patch)
treed9b3900813f9dc1badce278d5022454cea5d2024 /conf/afm-launch.conf
parentb61b97c4280c8cd5a34c69a35c954f9580462c45 (diff)
afm-launch: begins integration of modes
Change-Id: I51b3659ca86c04f7276b4beb0e0863fa0e1d700d Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'conf/afm-launch.conf')
-rw-r--r--conf/afm-launch.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/afm-launch.conf b/conf/afm-launch.conf
index a572c88..92ede4d 100644
--- a/conf/afm-launch.conf
+++ b/conf/afm-launch.conf
@@ -14,6 +14,8 @@
# %H height
# %% %
+mode local
+
text/html
/usr/bin/afb-daemon --alias=/icons:%I --port=%P --rootdir=%r --token=%S --sessiondir=%D/.afb-daemon
/usr/bin/web-runtime http://localhost:%P/%c?token=%S
@@ -24,3 +26,9 @@ application/x-executable
text/vnd.qt.qml
/usr/bin/qt5/qmlscene -fullscreen -I %r -I %r/imports %r/%c
+mode remote
+
+text/html
+ /usr/bin/afb-daemon --alias=/icons:%I --port=%P --rootdir=%r --token=%S --sessiondir=%D/.afb-daemon
+ http://%%h:%P/%c?token=%S
+