1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-11-15 11:50:34 +01:00
A self-hosted file sharing platform that combines lightness and beauty, perfect for seamless and efficient file sharing.
Go to file
Helly 15d1756a4e
Add basic configuration to the docs (#587)
* 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

* Add basic configuration to the docs

---------

Co-authored-by: Elias Schneider <login@eliasschneider.com>
2024-09-06 09:16:50 +02:00
.github chore: change logs input to textarea 2024-08-27 22:18:47 +02:00
backend release: 1.0.4 2024-09-06 09:03:11 +02:00
docs Add basic configuration to the docs (#587) 2024-09-06 09:16:50 +02:00
frontend release: 1.0.4 2024-09-06 09:03:11 +02:00
scripts fix: default logo not displayed on fresh installations 2024-08-28 11:10:53 +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: 1.0.4 2024-09-06 09:03:11 +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 Create LICENSE 2022-04-26 08:15:49 +02:00
package-lock.json release: 1.0.4 2024-09-06 09:03:11 +02:00
package.json release: 1.0.4 2024-09-06 09:03:11 +02:00
README.md docs: fix mistake in README.md (#566) 2024-08-25 22:57:06 +02:00
SECURITY.md docs: update security.md 2024-08-25 16:06:55 +02:00


Pingvin Share


Pingvin Share is a 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.