Created
May 21, 2020 10:36
-
-
Save asarolia/a5122b49587a928ec1836e5befb2ba9f to your computer and use it in GitHub Desktop.
application.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
proxy: | |
title: My sample shiny app from Shinyproxy | |
#logo-url: http://www.openanalytics.eu/sites/www.openanalytics.eu/themes/oa/logo.png | |
landing-page: / | |
#heartbeat-rate: 10000 | |
#heartbeat-timeout: 60000 | |
port: 8080 | |
#authentication: ldap | |
#admin-groups: scientists | |
# Example: 'simple' authentication configuration | |
# users: | |
# - name: jack | |
# password: password | |
# groups: scientists | |
# - name: jeff | |
# password: password | |
# groups: mathematicians | |
# # Example: 'ldap' authentication configuration | |
# ldap: | |
# url: ldap://ldap.forumsys.com:389/dc=example,dc=com | |
# user-dn-pattern: uid={0} | |
# group-search-base: | |
# group-search-filter: (uniqueMember={0}) | |
# manager-dn: cn=read-only-admin,dc=example,dc=com | |
# manager-password: password | |
# Docker configuration | |
docker: | |
# cert-path: /home/none | |
url: http://localhost:2375 | |
# port-range-start: 20000 | |
specs: | |
- id: shinysample | |
display-name: Shiny sample app running on container via shinyproxy | |
description: Shiny sample app running on container via shinyproxy | |
container-cmd: ["R", "-e", "shiny::runApp('/root/shinysample')"] | |
container-image: asarolia/shinysample03 | |
#access-groups: scientists | |
logging: | |
file: | |
shinyproxy.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment