conf: setting readyfd for afb-daemon
[src/app-framework-main.git] / conf / afm-launch.conf
1 # %% %
2 # %a appid
3 # %c content
4 # %D datadir
5 # %H height
6 # %h homedir
7 # %I icondir
8 # %m mime-type
9 # %n name
10 # %p plugins
11 # %P port
12 # %R readyfd
13 # %r rootdir
14 # %S secret
15 # %t tag (smack label)
16 # %W width
17
18 #-----------------
19 mode local
20 #-----------------
21 text/html
22         /usr/bin/afb-daemon --mode=local --readyfd=%R --alias=/icons:%I --port=%P --rootdir=%r --token=%S --sessiondir=%D/.afb-daemon
23         /usr/bin/web-runtime http://localhost:%P/%c?token=%S
24
25 application/x-executable
26         %r/%c
27
28 text/vnd.qt.qml
29         /usr/bin/qt5/qmlscene -fullscreen -I %r -I %r/imports %r/%c
30
31 #-----------------
32 mode remote
33 #-----------------
34
35 text/html
36         /usr/bin/afb-daemon --mode=remote --readyfd=%R --alias=/icons:%I --port=%P --rootdir=%r --token=%S --sessiondir=%D/.afb-daemon
37         http://%%h:%P/%c?token=%S
38