Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openanalytics/shinyproxy
ShinyProxy - Open Source Enterprise Deployment for Shiny and data science apps
https://github.com/openanalytics/shinyproxy
containers docker docker-swarm java kubernetes shiny shinyproxy spring-boot
Last synced: 12 days ago
JSON representation
ShinyProxy - Open Source Enterprise Deployment for Shiny and data science apps
- Host: GitHub
- URL: https://github.com/openanalytics/shinyproxy
- Owner: openanalytics
- License: apache-2.0
- Created: 2016-05-18T14:16:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T09:33:42.000Z (5 months ago)
- Last Synced: 2024-08-01T00:45:58.349Z (3 months ago)
- Topics: containers, docker, docker-swarm, java, kubernetes, shiny, shinyproxy, spring-boot
- Language: Java
- Homepage: https://www.shinyproxy.io
- Size: 1.43 MB
- Stars: 514
- Watchers: 42
- Forks: 152
- Open Issues: 71
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - openanalytics/shinyproxy - ShinyProxy - Open Source Enterprise Deployment for Shiny and data science apps (Java)
README
_____ _ _ _____
/ ____| | (_) | __ \
| (___ | |__ _ _ __ _ _| |__) | __ _____ ___ _
\___ \| '_ \| | '_ \| | | | ___/ '__/ _ \ \/ / | | |
____) | | | | | | | | |_| | | | | | (_) > <| |_| |
|_____/|_| |_|_|_| |_|\__, |_| |_| \___/_/\_\\__, |
__/ | __/ |
|___/ |___/[![Build Status](https://travis-ci.org/openanalytics/shinyproxy.svg?branch=master)](https://travis-ci.org/openanalytics/shinyproxy)
# ShinyProxy
Open Source Enterprise Deployment for Shiny Apps
Learn more at https://shinyproxy.io
#### (c) Copyright Open Analytics NV, 2016-2023 - Apache License 2.0
## Building from source
Clone this repository and run
```
mvn -U clean install
```The build will result in a single `.jar` file that is made available in the `target` directory.
## Running the application
```
java -jar shinyproxy-3.0.0.jar
```Navigate to http://localhost:8080 to access the application. If the default configuration is used, authentication will be done against the LDAP server at *ldap.forumsys.com*; to log in one can use the user name "tesla" and password "password".
## Further information
https://shinyproxy.io