feat: remove local rstudio (#322)

This commit is contained in:
Jan
2025-06-27 10:55:53 +02:00
committed by GitHub
parent a1cdc2659d
commit 4c6f9e0f13
4 changed files with 6 additions and 119 deletions

View File

@ -436,7 +436,3 @@ generate_simple_password(){
local combined_text="This is a salt string to generate one consistent password for ${seed_text}. It is not required to be secret."
echo "${combined_text}" | sha1sum | openssl pkeyutl -sign -inkey "/etc/bridgehead/pki/${SITE_ID}.priv.pem" 2> /dev/null | base64 | head -c 26 | sed 's/[+\/]/A/g'
}
docker_jq() {
docker run --rm -i docker.verbis.dkfz.de/cache/jqlang/jq:latest "$@"
}