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: 7 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 9 years ago)
- Default Branch: master
- Last Pushed: 2025-10-28T15:31:18.000Z (3 months ago)
- Last Synced: 2025-10-28T17:32:26.891Z (3 months ago)
- Topics: containers, docker, docker-swarm, java, kubernetes, shiny, shinyproxy, spring-boot
- Language: Java
- Homepage: https://www.shinyproxy.io
- Size: 1.56 MB
- Stars: 561
- Watchers: 41
- Forks: 158
- Open Issues: 58
-
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)
- awesome-java - ShinyProxy
README
_____ _ _ _____
/ ____| | (_) | __ \
| (___ | |__ _ _ __ _ _| |__) | __ _____ ___ _
\___ \| '_ \| | '_ \| | | | ___/ '__/ _ \ \/ / | | |
____) | | | | | | | | |_| | | | | | (_) > <| |_| |
|_____/|_| |_|_|_| |_|\__, |_| |_| \___/_/\_\\__, |
__/ | __/ |
|___/ |___/
# ShinyProxy
Open Source Enterprise Deployment for Data Science Apps
Learn more at
**(c) Copyright Open Analytics NV, 2016-2025 - Apache License 2.0**
## Docs
See the [website](https://shinyproxy.io) for all documentation.
## Support
See the [website](https://shinyproxy.io/support/) on how to get support.
## Announcements
Subscribe on the [community forum](https://support.openanalytics.eu/c/shinyproxy/shinyproxy-announcements/10) for announcements of new releases and features.
## 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.2.0.jar
```
Navigate to to access the application. To log in, use
the username "jack" and password "password".
## Further information