2022-05-02 09:19:33 +02:00
# <div align="center"><img src="https://user-images.githubusercontent.com/58886915/166198400-c2134044-1198-4647-a8b6-da9c4a204c68.svg" width="40"/> </br>Pingvin Share</div>
2022-04-25 15:15:17 +02:00
2024-05-24 08:09:16 +02:00
[![ ](https://dcbadge.limes.pink/api/server/wHRQ9nFRcK )](https://discord.gg/wHRQ9nFRcK) [![ ](https://img.shields.io/badge/Crowdin-2E3340.svg?style=for-the-badge&logo=Crowdin&logoColor=white )](https://crowdin.com/project/pingvin-share) [![ ](https://img.shields.io/badge/sponsor-30363D?style=for-the-badge&logo=GitHub-Sponsors&logoColor=#white )](https://github.com/sponsors/stonith404)
2023-04-01 20:15:47 +02:00
---
2024-08-25 22:57:06 +02:00
Pingvin Share is a self-hosted file sharing platform and an alternative for WeTransfer.
2022-04-25 15:15:17 +02:00
2022-05-06 11:22:38 +02:00
## ✨ Features
2023-02-10 14:59:19 +01:00
- Share files using a link
- Unlimited file size (restricted only by disk space)
- Set an expiration date for shares
- Secure shares with visitor limits and passwords
- Email recipients
2024-09-06 16:35:56 +02:00
- Reverse shares
- OIDC and LDAP authentication
2023-02-10 14:59:19 +01:00
- Integration with ClamAV for security scans
2022-05-06 11:22:38 +02:00
2022-12-08 17:30:12 +01:00
## 🐧 Get to know Pingvin Share
- [Demo ](https://pingvin-share.dev.eliasschneider.com )
- [Review by DB Tech ](https://www.youtube.com/watch?v=rWwNeZCOPJA )
2023-03-14 15:47:42 +01:00
< img src = "https://user-images.githubusercontent.com/58886915/225038319-b2ef742c-3a74-4eb6-9689-4207a36842a4.png" width = "700" / >
2022-12-08 17:30:12 +01:00
2022-05-06 11:22:38 +02:00
## ⌨️ Setup
2022-04-25 15:15:17 +02:00
2023-02-10 14:59:19 +01:00
### Installation with Docker (recommended)
2022-12-11 12:38:58 +01:00
2022-12-02 20:33:17 +01:00
1. Download the `docker-compose.yml` file
2024-05-14 09:49:40 +02:00
2. Run `docker compose up -d`
2022-04-25 15:15:17 +02:00
2023-03-04 23:29:00 +01:00
The website is now listening on `http://localhost:3000` , have fun with Pingvin Share 🐧!
2022-04-25 15:15:17 +02:00
2024-09-06 16:35:56 +02:00
> [!TIP]
> Checkout [Pocket ID](https://github.com/stonith404/pocket-id), a simple OIDC provider which allows you to login with Passkeys into your services like Pingvin Share.
2024-08-24 17:30:11 +02:00
## 📚 Documentation
2024-08-03 00:31:46 +02:00
2024-08-24 17:30:11 +02:00
For more installation options and advanced configurations, please refer to the [documentation ](https://stonith404.github.io/pingvin-share ).