From dfd67ab68a438f1a692e91832c3698b023c74167 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Sat, 13 Feb 2016 17:20:08 +0100 Subject: afm-launch: begins integration of modes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I51b3659ca86c04f7276b4beb0e0863fa0e1d700d Signed-off-by: José Bollo --- conf/afm-launch.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'conf/afm-launch.conf') 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 + -- cgit 1.2.3-korg