https://github.com/jumpingrivers/mini-connect
Smallest possible Connect image
https://github.com/jumpingrivers/mini-connect
Last synced: 4 months ago
JSON representation
Smallest possible Connect image
- Host: GitHub
- URL: https://github.com/jumpingrivers/mini-connect
- Owner: jumpingrivers
- Created: 2020-06-16T12:19:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T07:26:10.000Z (about 5 years ago)
- Last Synced: 2025-10-11T11:44:33.623Z (8 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/jumpingrivers/mini-connect
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini Connect
This is a Docker image for RStudio Connect as small as possible.
The main purpose is to encrypt config variables until RStudio provide a mechanism that doesn't require stopping the main server.
## Usage
```shell
docker run --rm -i \
-v /var/lib/rstudio-connect/db/secret.key:/var/lib/rstudio-connect/db/secret.key:ro \
jumpingrivers/mini-connect \
/opt/rstudio-connect/bin/rscadmin configure --encrypt-config-value
```
```shell
echo "VALUE_TO_ENCRYPT" | ./encrypt-config-value.sh
```
## Tags
```
REPOSITORY TAG IMAGE ID CREATED SIZE
jumpingrivers/mini-connect latest bf95e484e94e 14 minutes ago 637MB
```