Skip to content

Instantly share code, notes, and snippets.

@mhupfauer
Created October 31, 2020 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhupfauer/c82eb10bca1f119e18e9d43ec7cacf9a to your computer and use it in GitHub Desktop.
Save mhupfauer/c82eb10bca1f119e18e9d43ec7cacf9a to your computer and use it in GitHub Desktop.
Hetzner Cloud Init Jitsi (native)
#cloud-config
package_upgrade: true
runcmd:
- curl https://download.jitsi.org/jitsi-key.gpg.key | sudo sh -c 'gpg --dearmor > /usr/share/keyrings/jitsi-keyring.gpg'
- echo 'deb [signed-by=/usr/share/keyrings/jitsi-keyring.gpg] https://download.jitsi.org stable/' | sudo tee /etc/apt/sources.list.d/jitsi-stable.list > /dev/null
- apt update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment