X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=conf%2Fafm-launch.conf;h=92ede4ddf56487c806116eb8c4de00aa0e6b5573;hb=dfd67ab68a438f1a692e91832c3698b023c74167;hp=a572c880e0d4092c91d20aca447b74fa91cb08ee;hpb=b61b97c4280c8cd5a34c69a35c954f9580462c45;p=src%2Fapp-framework-main.git 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 +