Skip to main content

Primary links

  • Home
  • AI
  • Kubernetes
  • Incus
  • Ansible
  • Terraform
  • OpenStack
  • Virtualization
  • Linux
  • SmartHome
  • HowTo

Misc

  • Linux
  • Hardware
  • Programming
  • Databases
  • Multimedia
  • Windows

Cloud

  • OpenStack
  • cloud-config
  • nextcloud

Virtualization

  • Virtualization
  • Incus
  • Docker
  • KVM
  • Kubernetes
  • LXC
  • LXD
  • QEMU
  • VMware
  • VirtualBox
  • multipass
  • podman
  • vagrant
  • XEN

Network

  • DNS
  • Firewall
  • Linux
  • OpenvSwitch
  • SSL
  • VLAN
  • VPN
  • iPXE
  • namespaces
  • nmcli
  • tcpdump

Storage

  • CEPH
  • DRBD
  • LVM
  • S3
  • ZFS
  • btrfs

Automation / CI/CD

  • Install
  • Ansible
  • GitLab
    • CI/CD
      • Artifacts on S3
      • GitLab: Docker CI pipeline
    • GitLab
    • GitLab runner
    • GitLab: Backup to S3
    • GitLab: LFS on S3
    • Registry S3 storage
  • LLM
  • Preseed
  • Puppet
  • Terraform
  • Ubuntu autoinstall

Monitoring / Visualisation

  • Grafana
  • Icinga
  • Prometheus
  • Monitoring
  • ELK
  • mermaid
  • s3
  • gitlab
  • ci

Create bucket

s3cmd mb s3://artifacts

Configure GitLab

/etc/gitlab/gitlab.rb
...
nginx["client_max_body_size"] = "1024m"
gitlab_rails["artifacts_enabled"] = true
gitlab_rails["artifacts_object_store_enabled"] = true
gitlab_rails["artifacts_object_store_remote_directory"] = "artifacts"
gitlab_rails["artifacts_object_store_connection"] = {
  "provider" => "AWS",
  "region" => "us-west-1",
  "aws_access_key_id" => "KEY1234",
  "aws_secret_access_key" => "PASS1234",
  "endpoint" => "https://s3.example.com"
}

gitlab-ctl reconfigure

Links
https://docs.gitlab.com/ee/ci/yaml/#artifacts
https://docs.gitlab.com/ee/administration/job_artifacts.html#using-object-storage

Profiles GitHub StackOverflow LinkedIn Xing
Contact Imprint
© panticz 2026

Cookie-Einstellungen

Diese Website nutzt eingebettete Inhalte von Drittanbietern (z.B. YouTube, SoundCloud). Beim Laden dieser Inhalte werden Daten an die jeweiligen Anbieter übermittelt. Datenverarbeitungserklärung