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 cu...
packages.icinga.com (Icinga2)
apt update apt -y install apt-transport-https wget gnupg wget -O - https://packages.icinga.com/ic...
deb.sury.org (PHP)
apt update apt -y install lsb-release ca-certificates curl curl -sSLo /tmp/debsuryorg-archive-key...
repo.mongodb.org (MongoDB Community Edition)
Add the MongoDB apt repository and install the MongoDB packages Replace the Version (4.4) with th...
repo.percona.com (Percona MySQL and others)
apt update apt install curl curl -O https://repo.percona.com/apt/percona-release_latest.generic_a...
packagecloud.io/crowdsec (Crowdsec Security)
apt update apt install debian-archive-keyring apt install -y curl gnupg apt-transport-https mkdir...
packages.gitlab.com (Gitlab)
gitlab-ce apt update apt install -y curl ca-certificates apt-transport-https gnupg2 curl --locati...
nginx.org (nginx)
apt update apt install curl gnupg2 ca-certificates lsb-release debian-archive-keyring curl https:...
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...
mydumper.github.io (MyDumper MySQL Backup)
mkdir -p /etc/apt/keyrings/ wget -qO- 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x1D...