ansible-playbooks/jellyfin
2025-02-10 20:32:11 +02:00
..
.idea add playbook for jellyfin 2025-02-10 20:32:11 +02:00
templates add playbook for jellyfin 2025-02-10 20:32:11 +02:00
.gitignore add playbook for jellyfin 2025-02-10 20:32:11 +02:00
inventory.ini add playbook for jellyfin 2025-02-10 20:32:11 +02:00
Makefile add playbook for jellyfin 2025-02-10 20:32:11 +02:00
playbook.yaml add playbook for jellyfin 2025-02-10 20:32:11 +02:00
readme.md add playbook for jellyfin 2025-02-10 20:32:11 +02:00
variables.yaml add playbook for jellyfin 2025-02-10 20:32:11 +02:00

Self Hosted PeerTube Server

This playbook allows you to self-host a PeerTube sever.

It was tested on Fedora 41.

Note: The playbook assumes that you bring your own webserver. You will need to configure a webserver either on the machine you're installing PeerTube on or on another machine.

My setup is as follows:

flowchart TD
    A[Internet] -->|Request| B(Reverse Proxy)
    B --> C(PeerTube Server)

Blogs: