An integrated development environment for R and Python, with a console, syntax-highlighting editor that supports direct code execution, and tools for plotting, history, debugging and workspace management.
Go to file
3wc 7c03834602
continuous-integration/drone/push Build is passing Details
chore: publish 0.4.0+4.3.2 release
2024-03-18 11:57:37 -03:00
.drone.yml Switch to self-hosted stack-ssh-deploy image [mass update] 2023-01-21 11:49:56 -08:00
.env.sample Allow shared local users 2024-03-18 11:35:26 -03:00
.gitignore Initial commit 2021-05-12 11:43:43 +02:00
README.md Update abra syntax in examples (finally) [mass update] 2023-01-19 16:02:28 -08:00
abra.sh Further improvements to shared local users 2024-03-18 11:57:00 -03:00
compose.keycloak-sharedsecret.yml Shared secret support, fix COMPOSE_FILE format 2023-04-11 09:58:12 -04:00
compose.keycloak.yml Fix secret name for non-shared deployment 2023-11-07 23:17:15 +00:00
compose.local-users-shared.yml Allow shared local users 2024-03-18 11:35:26 -03:00
compose.local-users.yml feat: experimental local users 2024-03-07 15:44:21 +01:00
compose.oidc.yml Add warning 2021-06-28 14:03:49 +02:00
compose.version.yml Add configurable R version support 2023-03-14 10:16:59 -04:00
compose.yml chore: publish 0.4.0+4.3.2 release 2024-03-18 11:57:37 -03:00
entrypoint.sh.tmpl Further improvements to shared local users 2024-03-18 11:57:00 -03:00
oidc.conf.tmpl Support SSO 2021-06-28 13:42:02 +02:00
pam-exec-oauth2.yaml.tmpl feat: add keycloak support 2021-09-21 12:54:59 +02:00
pam_script_auth.sh give write access to /usr/local/lib/R/site-library to new users 2023-07-12 14:52:49 +02:00

README.md

rstudio

https://www.rocker-project.org/images

An integrated development environment for R and Python, with a console, syntax-highlighting editor that supports direct code execution, and tools for plotting, history, debugging and workspace management.

  • Category: Apps
  • Status: 0, work-in-progress
  • Image: rocker/tidyverse, 2, 3rd-party
  • Healthcheck:
  • Backups:
  • Email:
  • Tests:
  • SSO:

Basic usage

  1. Set up Docker Swarm and abra
  2. Deploy coop-cloud/traefik
  3. abra app new rstudio --secrets (optionally with --pass if you'd like to save secrets in pass)
  4. abra app config YOURAPPDOMAIN - be sure to change DOMAIN to something that resolves to your Docker swarm box
  5. abra app deploy YOURAPPDOMAIN
  6. Open the configured domain in your browser to finish set-up