0
Fork 0
mirror of https://github.com/stonith404/pingvin-share.git synced 2025-01-15 01:14:27 -05:00
A self-hosted file sharing platform that combines lightness and beauty, perfect for seamless and efficient file sharing.
Find a file
Helly ac580b79b4
docs: add docusaurus docs
* Created website for the docs inside /docs

* remove old docs and home page

* fix wrong redirection path

* remove most of the docs from the readme

* fix docs path

* undo package.json changes

* remove unused images

* rename "how to" route

---------

Co-authored-by: Elias Schneider <login@eliasschneider.com>
2024-08-24 17:30:11 +02:00
.github docs: add Discord to issue page 2024-05-24 09:29:18 +02:00
backend feat(ldap): Adding support for LDAP authentication (#554) 2024-08-24 16:15:33 +02:00
docs docs: add docusaurus docs 2024-08-24 17:30:11 +02:00
frontend feat(ldap): Adding support for LDAP authentication (#554) 2024-08-24 16:15:33 +02:00
scripts chore: move docker entrypoint to seperate script 2024-08-11 15:53:56 +02:00
.dockerignore fix: my shares doesn't make an api request 2022-10-14 11:29:54 +02:00
.gitignore docs: add docusaurus docs 2024-08-24 17:30:11 +02:00
Caddyfile fix: replace Nginx with Caddy to fix "premature close" error while downloading larger files 2024-02-29 14:41:45 +01:00
CHANGELOG.md release: 0.29.0 2024-07-30 08:43:30 +02:00
CONTRIBUTING.md docs: move translated docs in docs folder 2023-04-02 18:53:54 +02:00
crowdin.yml chore(translations): remove Thai 2023-07-31 08:56:22 +02:00
docker-compose-dev.yml chore: remove obsolete version from docker compose 2024-07-17 23:26:57 +02:00
docker-compose.yml chore: remove obsolete version from docker compose 2024-07-17 23:26:57 +02:00
Dockerfile chore: move docker entrypoint to seperate script 2024-08-11 15:53:56 +02:00
LICENSE
package-lock.json release: 0.29.0 2024-07-30 08:43:30 +02:00
package.json release: 0.29.0 2024-07-30 08:43:30 +02:00
README.md docs: add docusaurus docs 2024-08-24 17:30:11 +02:00
SECURITY.md Create SECURITY.md 2022-12-12 11:11:28 +01:00


Pingvin Share


Pingvin Share is self-hosted file sharing platform and an alternative for WeTransfer.

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
  • Integration with ClamAV for security scans

🐧 Get to know Pingvin Share

⌨️ Setup

  1. Download the docker-compose.yml file
  2. Run docker compose up -d

The website is now listening on http://localhost:3000, have fun with Pingvin Share 🐧!

📚 Documentation

For more installation options and advanced configurations, please refer to the documentation.