<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"><url><loc>https://peertube.funkfeuer.at/about/instance/home</loc></url><url><loc>https://peertube.funkfeuer.at/videos/browse?scope=local</loc></url><url><loc>https://peertube.funkfeuer.at/home</loc></url><url><loc>https://peertube.funkfeuer.at/w/o8C8VTXYtpx5ZMUv2gBmSP</loc><video:video><video:thumbnail_loc>https://peertube.funkfeuer.at/lazy-static/thumbnails/74d0bde4-a7cb-4f9d-8623-b93c04ce4c54.jpg</video:thumbnail_loc><video:title>raum_3_1700_steganografie</video:title><video:description>raum_3_1700_steganografie</video:description><video:content_loc>https://peertube.funkfeuer.at/static/streaming-playlists/hls/b33986e6-24bc-48ad-8aea-088bb19c459b/96239827-c156-47b6-93ef-bd2beae80ca6-master.m3u8</video:content_loc><video:player_loc>https://peertube.funkfeuer.at/videos/embed/o8C8VTXYtpx5ZMUv2gBmSP</video:player_loc><video:duration>2928</video:duration><video:rating>0</video:rating><video:view_count>8</video:view_count><video:publication_date>2024-06-26T00:09:35.411Z</video:publication_date><video:family_friendly>YES</video:family_friendly><video:uploader info="https://peertube.funkfeuer.at/c/vortraege/videos">Vorträge</video:uploader><video:live>NO</video:live></video:video></url><url><loc>https://peertube.funkfeuer.at/w/hMHQneB3LNeSWYayqi7r1Z</loc><video:video><video:thumbnail_loc>https://peertube.funkfeuer.at/lazy-static/thumbnails/153342bd-5b7e-4708-9004-32c4e6985e89.jpg</video:thumbnail_loc><video:title>Advanced GnuPG -  GnuPG für (etwas) fortgeschrittene User</video:title><video:description>        Advanced GnuPG — GnuPG für (etwas) fortgeschrittene User
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Vortragender: Alexander Kulbartsch
Datum:        Donnerstag, 18. Juli 2024    Zeit: 19:00
Abstract:     Schaue mittels der Command-Line, über
              die Bordwand hinaus, einen Blick in die Tiefe von GnuPG
              und der OpenPGP Verschlüsselung zu werfen.
</video:description><video:content_loc>https://peertube.funkfeuer.at/static/streaming-playlists/hls/87f47821-cd7d-42e5-90e8-4299ec69d53d/bdbc3bc5-159b-457c-a5b0-8fa5e8bd96f1-master.m3u8</video:content_loc><video:player_loc>https://peertube.funkfeuer.at/videos/embed/hMHQneB3LNeSWYayqi7r1Z</video:player_loc><video:duration>7159</video:duration><video:rating>5</video:rating><video:view_count>49</video:view_count><video:publication_date>2024-07-31T20:32:49.485Z</video:publication_date><video:tag>GnuPG</video:tag><video:tag>GPG</video:tag><video:tag>Mail</video:tag><video:tag>Verschlüsselung</video:tag><video:family_friendly>YES</video:family_friendly><video:uploader info="https://peertube.funkfeuer.at/c/vortraege/videos">Vorträge</video:uploader><video:live>NO</video:live></video:video></url><url><loc>https://peertube.funkfeuer.at/w/cTNKSor7dAMuUns1eLQ6LT</loc><video:video><video:thumbnail_loc>https://peertube.funkfeuer.at/lazy-static/thumbnails/c5934d55-a6c7-4a22-a25f-8fb9acb7c508.jpg</video:thumbnail_loc><video:title>Installation eines Matrix-Servers</video:title><video:description>Installation eines Matrix-Servers 
auf Proxmox 9.0.6  
Debian 13
Daniel Maierhofer  2025-09
-------------------------------------------
cat INSTALL_STEPS.txt
  apt update
  apt install ansible git vim python3-passlib
  git clone https://github.com/spantaleev/matrix-docker-ansible-deploy
  cd matrix-docker-ansible-deploy/
  mkdir inventory
  vi inventory/hosts
  mkdir -p inventory/host_vars/matrix.ebner.live
  cp examples/vars.yml inventory/host_vars/matrix.ebner.live/vars.yml
  vi inventory/host_vars/matrix.ebner.live/vars.yml
  sed -i 's/^# *\(en_US.UTF-8\)/\1/' /etc/locale.gen
  locale-gen 
  echo "export LC_ALL=en_US.UTF-8" &gt;&gt; ~/.bashrc
  echo "export LANG=en_US.UTF-8" &gt;&gt; ~/.bashrc
  echo "export LANGUAGE=en_US.UTF-8" &gt;&gt; ~/.bashrc
  exit
  cd /root/matrix-docker-ansible-deploy
  ansible-galaxy install -r requirements.yml -p roles/galaxy/
  ansible-playbook -i inventory/hosts setup.yml --limit matrix.ebner.live --tags=  install-all,ensure-matrix-user-created,start
  wget https://matrix.ebner.live/.well-known/matrix/client
  wget https://matrix.ebner.live/.well-known/matrix/server
  ansible-playbook -i inventory/hosts setup.yml --tags self-check

  # anlegen eines benutzers
    ansible-playbook -i inventory/hosts setup.yml --limit matrix.ebner.live --ext  ra-vars='username=admin password=... admin=yes' --tags=register-user
    ansible-playbook -i inventory/hosts setup.yml --limit matrix.ebner.live --ext  ra-vars='username=admin password=... admin=no' --tags=register-user
  
  # update 
  apt update &amp;&amp; apt full-upgrade &amp;&amp; apt autoremove
  cd /root/matrix-docker-ansible-deploy
  git pull
  rm -rf roles/galaxy &amp;&amp; ansible-galaxy install -r requirements.yml -p rolses/gal  axy/ --force
  docker image prune -af
  rm -rf roles/galaxy &amp;&amp; ansible-galaxy install -r requirements.yml -p rolses/gal  axy/ --force
  ansible-galaxy install -r requirements.yml -p roles/galaxy/
  ansible-playbook -i inventory/hosts setup.yml --limit matrix.e...</video:description><video:content_loc>https://peertube.funkfeuer.at/static/streaming-playlists/hls/605045ac-3681-4f69-820e-f51c9351913f/f617c679-76d5-4924-aeca-f076e877795b-master.m3u8</video:content_loc><video:player_loc>https://peertube.funkfeuer.at/videos/embed/cTNKSor7dAMuUns1eLQ6LT</video:player_loc><video:duration>5510</video:duration><video:rating>0</video:rating><video:view_count>38</video:view_count><video:publication_date>2025-10-05T19:39:12.634Z</video:publication_date><video:family_friendly>YES</video:family_friendly><video:uploader info="https://peertube.funkfeuer.at/c/vortraege/videos">Vorträge</video:uploader><video:live>NO</video:live></video:video></url><url><loc>https://peertube.funkfeuer.at/c/vortraege/videos</loc></url><url><loc>https://peertube.funkfeuer.at/a/michie/video-channels</loc></url></urlset>