Skip to content

Commit

Permalink
Removed intermediate folder
Browse files Browse the repository at this point in the history
  • Loading branch information
fmichielssen committed Jul 23, 2018
1 parent d9210f8 commit 00dff47
Show file tree
Hide file tree
Showing 86 changed files with 38 additions and 2 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
37 changes: 37 additions & 0 deletions application.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
proxy:

authentication: simple
users:
- name: demo
password: demo
ldap:
url: ldap://ldap.forumsys.com:389/dc=example,dc=com
user-dn-pattern: uid={0}
group-search-filter: (uniqueMember={0})
manager-dn: cn=read-only-admin,dc=example,dc=com
manager-password: password
keycloak:
realm: demo
auth-server-url: http://localhost:8081/auth
resource: shinyproxy
credentials-secret: 38328702-062c-4e7d-86bf-50f184dad34c

docker:
url: http://localhost:2375

#usage-stats-url: http://localhost:8086/write?db=shinyproxy_usagestats

specs:
- id: r-3.4.4
container-specs:
- image: "registry.openanalytics.eu/private/rconsoleproxy"
port-mapping:
default: 8080
- id: 01_hello
container-specs:
- image: "openanalytics/shinyproxy-demo"
cmd: ["R", "-e", "shinyproxy::run_01_hello()"]
port-mapping:
default: 3838
runtime-setting-specs:
- name: container.memory
2 changes: 0 additions & 2 deletions containerproxy/.gitignore

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 00dff47

Please sign in to comment.