diff --git a/pingvin-share/data/backend/.gitkeep b/pingvin-share/data/backend/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/pingvin-share/data/images/.gitkeep b/pingvin-share/data/images/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/pingvin-share/docker-compose.yml b/pingvin-share/docker-compose.yml new file mode 100644 index 0000000..c3d431a --- /dev/null +++ b/pingvin-share/docker-compose.yml @@ -0,0 +1,18 @@ +version: "3.7" + +services: + app_proxy: + environment: + APP_HOST: pingvin-share_web_1 + APP_PORT: 3000 + PROXY_AUTH_ADD: "false" + + web: + image: stonith404/pingvin-share:v1.1.3@sha256:0be053abf13084fe3ed36307a3dbabd3cc1f546bb113abc3c3a9c8acab7df08d + restart: on-failure + environment: + - PUID=1000 + - PGID=1000 + volumes: + - "${APP_DATA_DIR}/data/backend:/opt/app/backend/data" + - "${APP_DATA_DIR}/data/images:/opt/app/frontend/public/img" \ No newline at end of file diff --git a/pingvin-share/umbrel-app.yml b/pingvin-share/umbrel-app.yml new file mode 100644 index 0000000..61a6c04 --- /dev/null +++ b/pingvin-share/umbrel-app.yml @@ -0,0 +1,38 @@ +manifestVersion: 1 +id: pingvin-share +category: files +name: Pingvin Share +version: "1.1.3" +tagline: Self-hosted file sharing platform +description: >- + Pingvin Share is self-hosted file sharing platform and an alternative for WeTransfer. + + + 🛠️ To use Pingvin Share as intended you may need to expose it to the public internet. The easiest way to do this is to download the 'Cloudflare Tunnel' app from the umbrel app store, and expose Pingvin Share (running on port 6453) using your own domain. + + + ✨ 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 +developer: Elias Schneider +website: https://stonith404.github.io/pingvin-share/introduction +repo: https://github.com/stonith404/pingvin-share +support: https://github.com/stonith404/pingvin-share/issues +dependencies: [] +port: 6453 +gallery: + - 1.jpg + - 2.jpg + - 3.jpg +path: "" +defaultUsername: "" +defaultPassword: "" +releaseNotes: "" +torOnly: false +submitter: maltekiefer +submission: https://github.com/getumbrel/umbrel-apps/pull/1229 \ No newline at end of file