1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-11-15 11:50:34 +01:00
pingvin-share/README.md

42 lines
1.8 KiB
Markdown
Raw Normal View History

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)
---
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
- 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
- Reverse shares
- OIDC and LDAP authentication
- 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
### Installation with Docker (recommended)
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
The website is now listening on `http://localhost:3000`, have fun with Pingvin Share 🐧!
2022-04-25 15:15:17 +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.
## 📚 Documentation
2024-08-03 00:31:46 +02:00
For more installation options and advanced configurations, please refer to the [documentation](https://stonith404.github.io/pingvin-share).