2025-02-06 23:13:55 +02:00
|
|
|
# Self Hosted PeerTube Server
|
|
|
|
|
|
|
|
This playbook allows you to self-host a PeerTube sever.
|
|
|
|
|
|
|
|
It was tested on Fedora 41.
|
|
|
|
|
2025-02-09 14:33:15 +02:00
|
|
|
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:
|
|
|
|
|
|
|
|
```mermaid
|
|
|
|
flowchart TD
|
|
|
|
A[Internet] -->|Request| B(Reverse Proxy)
|
|
|
|
B --> C(PeerTube Server)
|
|
|
|
```
|
|
|
|
|
2025-02-06 23:13:55 +02:00
|
|
|
Blogs:
|
|
|
|
- https://blog.nuculabs.dev/posts/2025/2025-01-25-self-hosting-peertube/
|
2025-02-10 23:17:15 +02:00
|
|
|
- https://docs.joinpeertube.org/install/docker
|
|
|
|
|
|
|
|
### Email
|
|
|
|
|
2025-02-16 11:46:20 +02:00
|
|
|
For e-mail, I use services from a mail provider on my custom domain.
|
2025-02-10 23:17:15 +02:00
|
|
|
|
2025-02-16 11:46:20 +02:00
|
|
|
You can use any service that allows you SMTP access such as Gmail (with app passwords), Fastmail (paid), ProtonMail (paid).
|