Self-hosting of Shiny Apps with Shiny Server Docker setup. Please see the wiki for details.
Docker Image | Description | Build status |
---|---|---|
mapic/shiny-server |
Shiny Server 1.5.9 | |
mapic/shiny-auth0 |
Multi-factor authentication with Auth0 | |
mapic/shiny-nginx |
NginX Reverse-Proxy with SSL | |
mapic/sftp |
Secure FTP for uploading of Shiny apps |
Program | Version | Release Date | Changelog |
---|---|---|---|
Shiny Server | 1.5.9 | 2018-09-12 | Open Source |
R | 3.5.1 | 2018-07-02 | "Feather Spray" |
Ubuntu | 16.04 | 2018-08-03 | xenial |
NodeJS | v8.11.3 | 2018-06-12 | LTS |
Please see the wiki/Versions for a list of R package versions.
See the wiki for installation instructions.
# start server
docker-compose up
# stop server
docker-compose kill
# show logs
docker-compose logs -f -t
Testing...