# Deploy PeerTube with Easypanel

URL: /templates/peertube

PeerTube is a revolutionary video sharing tool developed by Framasoft, a French non-profit organization. It offers an alternative to mainstream video platforms, allowing you to establish your own video platform with complete independence. Unlike other platforms, PeerTube doesn't rely on opaque algorithms or obscure moderation policies. The platforms you visit are built, managed, and moderated by their owners. PeerTube also enables platforms to connect with each other, forming a large network of autonomous yet interconnected platforms. Importantly, PeerTube doesn't depend on advertising and doesn't track your activities. It hosts a wide variety of content, with over 600,000 videos across 1,000 platforms in the PeerTube network. PeerTube is free, open-source, and created for non-commercial purposes, ensuring that you are treated as a person, not a product. It is a tool that truly belongs to you and respects your fundamental freedoms as a user.

## Benefits

### Independence

PeerTube gives you the freedom to create your own video platform, free from opaque algorithms or obscure moderation policies. The platforms you visit are built, managed, and moderated by their owners, ensuring complete independence.

### Interconnectivity

PeerTube allows platforms to be connected to each other, creating a large network of platforms that are both autonomous and interconnected. This ensures a wide reach and diverse content.

### Privacy

PeerTube does not depend on any advertising and does not track you, ensuring your privacy is respected.

### Ethical and Open Source

PeerTube is free, open-source, and created for non-commercial purposes. It is an ethical and open source digital common that belongs to you.

## Features

### Video Sharing

PeerTube is a tool for sharing online videos. It allows you to publish your own videos and browse content from a network of over 1,000 platforms.

### Platform Creation

With PeerTube, you can create your own video platform, managed and moderated by you. This gives you complete control over your content and its moderation.

### Interconnected Platforms

PeerTube allows platforms to be connected to each other, creating a network of platforms that are both autonomous and interconnected.

### Privacy Focused

PeerTube does not depend on any advertising and does not track you. Your privacy is respected and protected.

### Open Source

PeerTube is free and open-source. You can help improve PeerTube with your ideas, suggestions, or by modifying the source code yourself.

## Configuration

- `peertubeAdminMail` (Admin Mail, required): Set during installation

- `peertubeSmtpHostname` (SMTP Hostname): Set during installation

- `peertubeSmtpPort` (SMTP Port): 25

- `peertubeSmtpUsername` (SMTP Username): Set during installation

- `peertubeSmtpPassword` (SMTP Password): Set during installation

- `peertubeSmtpFrom` (SMTP From): noreply@example.com

- `peertubeSmtpTls` (SMTP TLS): false

- `peertubeSmtpDisableStarttls` (SMTP Disable STARTTLS): false

- `peertubeSignupEnabled` (Signup Enabled): true

- `peertubeTranscodingEnabled` (Transcoding Enabled): true

- `peertubeContactFormEnabled` (Contact Form Enabled): true

- `appServiceName` (App Service Name, required): peertube

- `appServiceImage` (App Service Image, required): chocobozzz/peertube:v8.1.5

- `databaseServiceName` (Database Service Name, required): peertube-db

- `redisServiceName` (Redis Service Name, required): peertube-redis

## Services

- peertube: app (chocobozzz/peertube:v8.1.5)

- peertube-db: postgres

- peertube-redis: redis

## Resources

- [Website](https://joinpeertube.org/)

- [Documentation](https://docs.joinpeertube.org/)

- [Github](https://github.com/Chocobozzz/PeerTube)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/peertube)