Stephen-McDaniel / SmartManager-for-ShinyProxy

ShinyProxy with R, RStudio IDE and Monitoring by YakData SmartManager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YakData SmartManager for ShinyProxy

The production-ready way to securely share R shiny web apps & RMarkdown documents. Free under the Apache 2.0 license.

YakData SmartManager for ShinyProxy includes R 4.1.3, server-based RStudio IDE, monitoring of containers via Grafana dashboards & free SSL renewal.

Deploy the complete solution in minutes with the AWS Marketplace AMI from YakData. Or do-it-yourself here on GitHub.
 

What is YakData SmartManager for ShinyProxy?


πŸš€ Features

  • YakData SmartManager for ShinyProxy on AWS is the production-ready way to efficiently publish your interactive R shiny web applications, R Markdown reports & R shiny dashboards, enabling you to securely share your analyses with colleagues and clients.
  • Save weeks of time to get up and running with a complete solution and continue saving days of update time with YakData SmartManager for ShinyProxy.
  • ShinyProxy supports a wide range of authentication methods including native user/password authentication, LDAP, Kerberos, SSO, OpenID Connect, SAML 2.0, Twitter, Facebook, Google, Github, LinkedIn, custom web service-based or open to the public.
  • Includes R 4.1.3 based on the Rocker project and server-based RStudio IDE onboard so that admins can easily install new libraries and debug R shiny programs.
  • Monitoring via Grafana, Prometheus and CAdvisor for real-time dashboards at the container level
  • Deploy the complete solution in minutes with the AWS Marketplace AMI from YakData. We choose to appear on the AWS Marketplace since they require all AMI's go through stringent architecture and security checks before appearing on their Marketplace. And at many organizations, AWS is already an approved vendor, simplifying your job all-around!

πŸ“· Screenshots

  • Login Login

  • Home page Home page

  • R shiny app example R shiny app example

  • RStudio IDE RStudio IDE

  • Grafana monitoring with Prometheus and CAdvisor Grafana monitoring with Prometheus and CAdvisor

  • Standard ShinyProxy admin page Standard ShinyProxy admin page

🧰 Install and setup πŸ”’ SSL/TLS

The quickest, easiest deployment path is to use the AWS AMI from YakData.

Alternatively, to do it yourself, complete all the steps in /yakdata/INSTALL.md

Finally, setup your SSL by completing all steps in /yakdata/SSL_SETUP.md

πŸ” LICENSE

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

This license change is retroactive to all releases up until this change.

⭐ Inspiration

  • ShinyProxy is a free, powerful alternative to paid offerings such as RStudio Shiny Server Pro and part of RStudio Connect capabilities.
  • ShinyProxy is a proven alternative with years of development, feedback and releases.
  • We experienced ShinyProxy at some of our client engagements and saw the enthusiasm from companies using it.

If you benefit from this project, please give it a ⭐ here on GitHub. You are awesome for sharing your support!

πŸ“« Issues

Please share issues here in this repository Issues.

πŸ“˜ Docs

ShinyProxy docs: https://www.shinyproxy.io/documentation/

RStudio IDE repository: https://github.com/rstudio/rstudio

Grafana docs: https://grafana.com/docs/

🎑 Alternatives

Alternatives include RStudio Shiny Server Pro and a subset of the RStudio Connect capabilities.

Another alternative is roll-your-own security model around open source Shiny Server.

πŸ§‘β€πŸ’» Discussion

Head over to The YakData Community. You can login to comment with your Github account, a Google account or your email and a password.

β›³ Availability

Deploy the complete solution in minutes with the AWS Marketplace AMI from YakData. We choose to appear on the AWS Marketplace since they require all AMI's go through stringent architecture and security checks before appearing on their Marketplace. And at many organizations, AWS is already an approved vendor, simplifying your job all-around!

Do-it-yourself on GitHub.

🌡 Directory Structure

β”œβ”€β”€ 001_Login_YakData_SmartManager_for_ShinyProxy.png
β”œβ”€β”€ 002_home_page_YakData_SmartManager_for_ShinyProxy.png
β”œβ”€β”€ 003_R_shiny_app_YakData_SmartManager_for_ShinyProxy.png
β”œβ”€β”€ 004_RStudio_IDE_YakData_SmartManager_for_ShinyProxy.png
β”œβ”€β”€ 005_Grafana_Prometheus_CAdvisor_Monitorring_YakData_SmartManager_for_ShinyProxy.png
β”œβ”€β”€ 006_standard_ShinyProxy_admin_page_YakData_SmartManager_for_ShinyProxy.png
β”œβ”€β”€ INSTALL.md
β”œβ”€β”€ LICENSE.md
β”œβ”€β”€ README.md
β”œβ”€β”€ SSL_SETUP.md
β”œβ”€β”€ YakData-SmartManager-for-ShinyProxy.gif
└── yakdata
    β”œβ”€β”€ apps
    β”‚   β”œβ”€β”€ docker-compose.yml
    β”‚   β”œβ”€β”€ nginx
    β”‚   β”‚   └── 1.21.3
    β”‚   β”‚       β”œβ”€β”€ Dockerfile
    β”‚   β”‚       └── scripts
    β”‚   β”‚           β”œβ”€β”€ 10-listen-on-ipv6-by-default.sh
    β”‚   β”‚           β”œβ”€β”€ 20-envsubst-on-templates.sh
    β”‚   β”‚           β”œβ”€β”€ 30-tune-worker-processes.sh
    β”‚   β”‚           └── docker-entrypoint.sh
    β”‚   └── shinyproxy
    β”‚       └── 2.5.0
    β”‚           └── Dockerfile
    β”œβ”€β”€ config
    β”‚   β”œβ”€β”€ R
    β”‚   β”‚   └── Rprofile.site
    β”‚   β”œβ”€β”€ grafana
    β”‚   β”‚   β”œβ”€β”€ defaults.ini
    β”‚   β”‚   └── provisioning
    β”‚   β”‚       β”œβ”€β”€ dashboards
    β”‚   β”‚       β”‚   β”œβ”€β”€ dashboard.yml
    β”‚   β”‚       β”‚   └── docker_containers.json
    β”‚   β”‚       └── datasources
    β”‚   β”‚           └── datasource.yml
    β”‚   β”œβ”€β”€ licensekeys
    β”‚   β”‚   └── licensekey.txt
    β”‚   β”œβ”€β”€ nginx
    β”‚   β”‚   β”œβ”€β”€ nginx.conf
    β”‚   β”‚   └── templates
    β”‚   β”‚       └── default.conf.conf
    β”‚   β”œβ”€β”€ prometheus
    β”‚   β”‚   └── prometheus.yml
    β”‚   └── shinyproxy
    β”‚       β”œβ”€β”€ application.yml
    β”‚       └── templates
    β”‚           └── yakdata
    β”‚               β”œβ”€β”€ admin.html
    β”‚               β”œβ”€β”€ app-access-denied.html
    β”‚               β”œβ”€β”€ app.html
    β”‚               β”œβ”€β”€ assets
    β”‚               β”‚   β”œβ”€β”€ css
    β”‚               β”‚   β”‚   β”œβ”€β”€ 2-col-portfolio.css
    β”‚               β”‚   β”‚   β”œβ”€β”€ default.css
    β”‚               β”‚   β”‚   β”œβ”€β”€ error.css
    β”‚               β”‚   β”‚   └── login.css
    β”‚               β”‚   β”œβ”€β”€ img
    β”‚               β”‚   β”‚   β”œβ”€β”€ 01_hello.png
    β”‚               β”‚   β”‚   β”œβ”€β”€ 06_tabsets.png
    β”‚               β”‚   β”‚   └── loading.gif
    β”‚               β”‚   └── js
    β”‚               β”‚       └── new_version_check.js
    β”‚               β”œβ”€β”€ auth-error.html
    β”‚               β”œβ”€β”€ error.html
    β”‚               β”œβ”€β”€ fragments
    β”‚               β”‚   └── navbar.html
    β”‚               β”œβ”€β”€ index.html
    β”‚               β”œβ”€β”€ login.html
    β”‚               └── logout-success.html
    β”œβ”€β”€ utilities
    β”‚   β”œβ”€β”€ acme
    β”‚   β”‚   β”œβ”€β”€ ycustcontrol
    β”‚   β”‚   β”‚   └── admin_server_specific
    β”‚   β”‚   β”‚       └── acme.sh
    β”‚   β”‚   β”‚           β”œβ”€β”€ account.conf
    β”‚   β”‚   β”‚           β”œβ”€β”€ ca
    β”‚   β”‚   β”‚           β”‚   └── acme-v02.api.letsencrypt.org
    β”‚   β”‚   β”‚           β”‚       β”œβ”€β”€ account.json
    β”‚   β”‚   β”‚           β”‚       └── ca.conf
    β”‚   β”‚   β”‚           └── http.header
    β”‚   β”‚   └── ydeploy
    β”‚   β”‚       β”œβ”€β”€ code
    β”‚   β”‚       β”‚   └── acme
    β”‚   β”‚       β”‚       β”œβ”€β”€ Dockerfile
    β”‚   β”‚       β”‚       β”œβ”€β”€ LICENSE.md
    β”‚   β”‚       β”‚       β”œβ”€β”€ README.md
    β”‚   β”‚       β”‚       β”œβ”€β”€ acme.sh
    β”‚   β”‚       β”‚       β”œβ”€β”€ deploy
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ README.md
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ apache.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ cleverreach.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ consul.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ cpanel_uapi.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ docker.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dovecot.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ exim4.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ fritzbox.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ gcore_cdn.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ gitlab.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ haproxy.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ keychain.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ kong.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ lighttpd.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ mailcow.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ myapi.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ mydevil.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ mysqld.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ nginx.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ opensshd.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ openstack.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ panos.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ peplink.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ pureftpd.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ qiniu.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ routeros.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ ssh.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ strongswan.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ synology_dsm.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ unifi.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ vault.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ vault_cli.sh
    β”‚   β”‚       β”‚       β”‚   └── vsftpd.sh
    β”‚   β”‚       β”‚       β”œβ”€β”€ dnsapi
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ README.md
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_1984hosting.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_acmedns.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_acmeproxy.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_active24.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_ad.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_ali.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_anx.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_arvan.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_aurora.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_autodns.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_aws.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_azion.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_azure.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_cf.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_clouddns.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_cloudns.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_cn.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_conoha.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_constellix.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_cx.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_cyon.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_da.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_ddnss.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_desec.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_df.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_dgon.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_dnsimple.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_do.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_domeneshop.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_dp.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_dpi.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_dreamhost.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_duckdns.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_durabledns.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_dyn.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_dynv6.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_easydns.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_edgedns.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_euserv.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_exoscale.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_freedns.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_gandi_livedns.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_gcloud.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_gd.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_gdnsdk.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_he.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_hetzner.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_hexonet.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_hostingde.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_huaweicloud.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_infoblox.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_infomaniak.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_internetbs.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_inwx.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_ionos.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_ispconfig.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_jd.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_joker.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_kappernet.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_kas.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_kinghost.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_knot.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_leaseweb.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_lexicon.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_linode.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_linode_v4.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_loopia.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_lua.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_maradns.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_me.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_miab.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_misaka.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_myapi.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_mydevil.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_mydnsjp.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_namecheap.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_namecom.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_namesilo.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_nederhost.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_neodigit.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_netcup.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_netlify.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_nic.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_njalla.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_nm.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_nsd.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_nsone.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_nsupdate.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_nw.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_oci.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_one.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_online.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_openprovider.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_openstack.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_ovh.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_pdns.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_pleskxml.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_pointhq.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_porkbun.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_rackcorp.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_rackspace.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_rcode0.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_regru.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_scaleway.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_schlundtech.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_selectel.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_servercow.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_simply.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_tele3.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_transip.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_ultra.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_unoeuro.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_variomedia.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_veesp.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_vscale.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_vultr.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_websupport.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_world4you.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_yandex.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_zilore.sh
    β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dns_zone.sh
    β”‚   β”‚       β”‚       β”‚   └── dns_zonomi.sh
    β”‚   β”‚       β”‚       └── notify
    β”‚   β”‚       β”‚           β”œβ”€β”€ cqhttp.sh
    β”‚   β”‚       β”‚           β”œβ”€β”€ dingtalk.sh
    β”‚   β”‚       β”‚           β”œβ”€β”€ ifttt.sh
    β”‚   β”‚       β”‚           β”œβ”€β”€ mail.sh
    β”‚   β”‚       β”‚           β”œβ”€β”€ mailgun.sh
    β”‚   β”‚       β”‚           β”œβ”€β”€ pop.sh
    β”‚   β”‚       β”‚           β”œβ”€β”€ postmark.sh
    β”‚   β”‚       β”‚           β”œβ”€β”€ pushbullet.sh
    β”‚   β”‚       β”‚           β”œβ”€β”€ pushover.sh
    β”‚   β”‚       β”‚           β”œβ”€β”€ sendgrid.sh
    β”‚   β”‚       β”‚           β”œβ”€β”€ slack.sh
    β”‚   β”‚       β”‚           β”œβ”€β”€ smtp.sh
    β”‚   β”‚       β”‚           β”œβ”€β”€ teams.sh
    β”‚   β”‚       β”‚           β”œβ”€β”€ telegram.sh
    β”‚   β”‚       β”‚           └── xmpp.sh
    β”‚   β”‚       └── docker-compose.yml
    β”‚   β”œβ”€β”€ etc_cron.d
    β”‚   β”‚   └── checkagerenewssl
    β”‚   └── scripts
    β”‚       β”œβ”€β”€ checkagerenewssl.sh
    β”‚       β”œβ”€β”€ licensekeycheck.sh
    β”‚       └── renewssl.sh
    └── webassets
        β”œβ”€β”€ custom
        β”‚   └── 403.html
        β”œβ”€β”€ images
        β”‚   β”œβ”€β”€ OpenAnalyticsShinyProxy.png
        β”‚   β”œβ”€β”€ YakData_Logo_20171101_S_36_36.png.webp
        β”‚   └── favicon.ico
        β”œβ”€β”€ license.status
        └── scripts
            └── licensecheck.js

44 directories, 236 files

πŸŽ‰ About YakData

YakData is an agile forecasting firm delivering critical-path forecasts for new products, product acquisition, ad growth and sales force expansion to scale and grow your business.

We build strategic forecasts for your business based on modern, advanced analytic languages and modular data stacks that are quick to develop and share with key stakeholders in your business.

Successful projects have included forecasting new customer revenue by marketing channel at a leading subscription business, planning a 9-figure acquisition and investment decision at a leading biotech company, optimizing online ad-spend at a leading billion-dollar retailer, building mix-model multi-channel marketing forecasts at a multi-billion dollar video platform and estimating customer lifetime value in real-time at a leading online streaming business.

When you hire YakData, our principals perform the majority of your high-value project work. Our primary mission is to be your trusted confidante as you make critical business investments and decisions. We deliver results that are presentation-ready for executive teams, boards of directors and key investors.

About

ShinyProxy with R, RStudio IDE and Monitoring by YakData SmartManager

License:Other


Languages

Language:Shell 94.8%Language:HTML 3.5%Language:Dockerfile 1.1%Language:CSS 0.5%Language:JavaScript 0.2%