Häufig genutzte 3rd-Party Repositories
Beschreibt die schnelle Einrichtung von häufig genutzten 3rd-Party Repositories wie z.B. für docker oder des Icinga2-Clients
download.docker.com (Docker + Compose)
apt-get update apt-get install ca-certificates curl gnupg install -m 0755 -d /etc/apt/keyrings ...
packages.icinga.com (Icinga2)
apt update apt -y install apt-transport-https wget gnupg wget -O - https://packages.icinga.com/...
deb.sury.org (PHP)
apt update apt -y install lsb-release ca-certificates curl curl -sSLo /usr/share/keyrings/deb.s...
repo.mongodb.org (MongoDB Community Edition)
Add the MongoDB apt repository and install the MongoDB packages Replace the Version (4.4) with t...
repo.percona.com (Percona MySQL and others)
apt update apt install curl curl -O https://repo.percona.com/apt/percona-release_latest.generic...
packagecloud.io/crowdsec (Crowdsec Security)
mkdir -p /etc/apt/keyrings/ curl -fsSL https://packagecloud.io/crowdsec/crowdsec/gpgkey | gpg --...
packages.gitlab.com (Gitlab)
gitlab-ce apt-get update -y apt-get install -y curl ca-certificates apt-transport-https gnupg2 ...
nginx.org (nginx)
apt update apt install curl gnupg2 ca-certificates lsb-release debian-archive-keyring curl http...
artifacts.elastic.co (Elasticsearch)
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | gpg --dearmor -o /usr/share/keyri...
nodejs.org (nodeJS)
NodeJS bietet viele verschiedene Varianten. Daher ist es am einfachsten direkt auf der Hersteller...