ansible-playbooks/peertube-server
2025-02-09 14:33:15 +02:00
..
.idea work on peertube ansible playbook 2025-02-05 19:39:03 +02:00
templates update peertube container and cil 2025-02-06 23:02:52 +02:00
inventory.ini remove host from inventory.ini 2025-02-06 22:51:31 +02:00
Makefile update playbook: load cil policies 2025-02-05 20:44:32 +02:00
playbook.yaml condition virt_use_samba bool with a flag 2025-02-09 12:00:01 +02:00
readme.md update readme.md 2025-02-09 14:33:15 +02:00
variables.yaml condition virt_use_samba bool with a flag 2025-02-09 12:00:01 +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: