|
5 | 5 | heartbeat-rate: 10000
|
6 | 6 | heartbeat-timeout: 60000
|
7 | 7 | port: 8080
|
8 |
| - authentication: ldap |
| 8 | + authentication: simple |
9 | 9 | admin-groups: scientists
|
10 | 10 | # Example: 'simple' authentication configuration
|
11 | 11 | users:
|
12 |
| - - name: jack |
13 |
| - password: password |
14 |
| - groups: scientists |
15 |
| - - name: jeff |
16 |
| - password: password |
17 |
| - groups: mathematicians |
18 |
| - # Example: 'ldap' authentication configuration |
19 |
| - ldap: |
20 |
| - url: ldap://ldap.forumsys.com:389/dc=example,dc=com |
21 |
| - user-dn-pattern: uid={0} |
22 |
| - group-search-base: |
23 |
| - group-search-filter: (uniqueMember={0}) |
24 |
| - manager-dn: cn=read-only-admin,dc=example,dc=com |
25 |
| - manager-password: password |
26 |
| - # Docker configuration |
| 12 | + - name: jack |
| 13 | + password: password |
| 14 | + groups: scientists |
| 15 | + - name: jeff |
| 16 | + password: password |
| 17 | + groups: mathematicians |
27 | 18 | docker:
|
28 | 19 | url: http://localhost:2375
|
29 | 20 | port-range-start: 20000
|
30 | 21 | specs:
|
31 |
| - - id: 01_hello |
32 |
| - display-name: Hello Application |
33 |
| - description: Application which demonstrates the basics of a Shiny app |
34 |
| - container-cmd: ["R", "-e", "shinyproxy::run_01_hello()"] |
35 |
| - container-image: openanalytics/shinyproxy-demo |
36 |
| - access-groups: [scientists, mathematicians] |
37 |
| - - id: 06_tabsets |
38 |
| - container-cmd: ["R", "-e", "shinyproxy::run_06_tabsets()"] |
39 |
| - container-image: openanalytics/shinyproxy-demo |
40 |
| - access-groups: scientists |
| 22 | + - id: 01_hello |
| 23 | + display-name: Hello Application |
| 24 | + description: Application which demonstrates the basics of a Shiny app |
| 25 | + container-cmd: [ "R", "-e", "shinyproxy::run_01_hello()" ] |
| 26 | + container-image: openanalytics/shinyproxy-demo |
| 27 | + access-groups: [ scientists, mathematicians ] |
| 28 | + - id: 06_tabsets |
| 29 | + container-cmd: [ "R", "-e", "shinyproxy::run_06_tabsets()" ] |
| 30 | + container-image: openanalytics/shinyproxy-demo |
| 31 | + access-groups: scientists |
41 | 32 |
|
42 | 33 | logging:
|
43 | 34 | file:
|
44 |
| - shinyproxy.log |
| 35 | + name: shinyproxy.log |
0 commit comments