{"id":13707774,"url":"https://github.com/remche/zero-to-shinyproxy","last_synced_at":"2025-11-28T14:05:56.700Z","repository":{"id":37648658,"uuid":"281157320","full_name":"remche/zero-to-shinyproxy","owner":"remche","description":"Deploy Shinyproxy with Helm","archived":false,"fork":false,"pushed_at":"2025-01-13T02:18:42.000Z","size":334,"stargazers_count":18,"open_issues_count":2,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-13T18:34:10.015Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/remche.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-20T15:38:18.000Z","updated_at":"2024-12-22T14:26:00.000Z","dependencies_parsed_at":"2024-01-17T08:44:31.700Z","dependency_job_id":"c19b3b2e-2212-4b63-9f82-a2bab94516d4","html_url":"https://github.com/remche/zero-to-shinyproxy","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remche%2Fzero-to-shinyproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remche%2Fzero-to-shinyproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remche%2Fzero-to-shinyproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remche%2Fzero-to-shinyproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remche","download_url":"https://codeload.github.com/remche/zero-to-shinyproxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241622604,"owners_count":19992504,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T22:01:43.000Z","updated_at":"2025-11-28T14:05:51.680Z","avatar_url":"https://github.com/remche.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"# Zero to ShinyProxy\n\n[![tests](https://github.com/remche/zero-to-shinyproxy/actions/workflows/tests.yaml/badge.svg)](https://github.com/remche/zero-to-shinyproxy/actions/workflows/tests.yaml)\n\n\u003e [!WARNING]\n\u003e This chart is not maintained anymore. You will find a maintained and improved version at [https://gitlab.com/devxy/helm/shinyproxy](https://gitlab.com/devxy/helm/shinyproxy).\n\n\nThis chart allows to deploy [ShinyProxy](https://github.com/openanalytics/shinyproxy) on Kubernetes.\n\n## Installation\n\n```bash\n$ helm repo add remche https://charts.remche.org\n$ helm repo update\n$ helm upgrade --install shinyproxy remche/shinyproxy -f config.yaml\n```\n\n## Configuration\n\nSee [chart values](shinyproxy/README.md).\n\n## Documentation\n\n### ShinyProxy configuration\nYou can specify ShinyProxy configuration like you would do in [application.yaml](https://www.shinyproxy.io/documentation/configuration/). Relevant fields will be injected via ConfigMap and Secret.\n\n### Ingress\n\nThe chart can add an Ingress rule :\n\n```yaml\ningress:\n  enabled: true\n  hosts:\n  - shiny.test\n```\n\n### Image\n\nDefault chart image is remche/shinyproxy. It embeds the ShinyProxy jar, 1col and a slightly modified 2col [templates](https://github.com/openanalytics/shinyproxy-config-examples/tree/master/04-custom-html-template).\nYou can specify you own image :\n\n```yaml\nproxy:\n  image:\n    name: remche/shinyproxy\n    tag: 2.4.0\n```\n### Resources\n\nYou can specify resources for ShinyProxy pod :\n\n```yaml\nproxy:\n  resources:\n    requests:\n      cpu: 200m\n      memory: 512Mi\n    limits:\n      cpu: 300m\n      memory: 800Mi\n```\n\nYou can change the default pods resources :\n\n```yaml\nappPod:\n  resources:\n    requests:\n      cpu: 200m\n      memory: 100Mi\n    limits:\n      cpu: 300m\n      memory: 200Mi\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremche%2Fzero-to-shinyproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremche%2Fzero-to-shinyproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremche%2Fzero-to-shinyproxy/lists"}