All Projects β†’ eikek β†’ Sharry

eikek / Sharry

Licence: gpl-3.0
Sharry is a self-hosted file sharing web application.

Programming Languages

scala
5932 projects
elm
856 projects

Projects that are alternatives of or similar to Sharry

Theorytracker
🎼 HTML5/WebAudio multi-track functional harmony analysis and songwriting app! -- https://hlorenzi.github.io/theorytracker/
Stars: ✭ 62 (-63.53%)
Mutual labels:  web-application, web-app, webapp
Musicode
🎢 Markup language for music creation and analysis! -- https://hlorenzi.github.io/musicode/
Stars: ✭ 34 (-80%)
Mutual labels:  web-application, web-app, webapp
servant-beam-realworld-example-app
Exemplary fullstack Medium.com clone powered by Servant and Beam
Stars: ✭ 33 (-80.59%)
Mutual labels:  web-app, web-application, webapp
Alumna
[Alpha release of v3] Development platform for humans / Plataforma de desenvolvimento para humanos
Stars: ✭ 32 (-81.18%)
Mutual labels:  web-application, web-app, webapp
Node Red Contrib Uibuilder
Easily create data-driven web UI's for Node-RED using any (or no) front-end library. VueJS and bootstrap-vue included but change as desired.
Stars: ✭ 215 (+26.47%)
Mutual labels:  web-application, web-app, webapp
workflowmanager-viewer-js
Source code for ArcGIS Workflow Manager JavaScript viewer - Manage your workflows on the web.
Stars: ✭ 23 (-86.47%)
Mutual labels:  web-app, web-application, webapp
Filestash
πŸ¦„ A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...
Stars: ✭ 5,231 (+2977.06%)
Mutual labels:  file-sharing, file-upload, webapp
Updog
Updog is a replacement for Python's SimpleHTTPServer. It allows uploading and downloading via HTTP/S, can set ad hoc SSL certificates and use http basic auth.
Stars: ✭ 994 (+484.71%)
Mutual labels:  file-sharing, file-upload
Start Fastapi
a lightweight web framework based on fastapi
Stars: ✭ 48 (-71.76%)
Mutual labels:  web-application, webapp
Mopaint
🎨πŸ’ͺ Modern, modular paint and more! (pre-alpha, not much done yet)
Stars: ✭ 50 (-70.59%)
Mutual labels:  web-application, web-app
Ffsend Api
πŸ“¬ A fully featured Firefox Send API client written in Rust.
Stars: ✭ 75 (-55.88%)
Mutual labels:  file-sharing, file-upload
Jodel Web
[PHP] JodelBlue is a Web-App and Browser-Client for the Jodel App. No registration required! Browse Jodels all over the world.
Stars: ✭ 15 (-91.18%)
Mutual labels:  web-application, web-app
Prestashop
Free PWA & SPA for PrestaShop
Stars: ✭ 59 (-65.29%)
Mutual labels:  web-app, webapp
Airlift
A self-hosted file upload and sharing service
Stars: ✭ 77 (-54.71%)
Mutual labels:  file-sharing, file-upload
Linx Server
Self-hosted file/code/media sharing website. ~~~~~~~~~~~~~~~~~~~ Demo: https://demo.linx-server.net/
Stars: ✭ 1,044 (+514.12%)
Mutual labels:  file-sharing, file-upload
Pomfe.co V1
Pomfe.co File Hosting Site Source Code
Stars: ✭ 31 (-81.76%)
Mutual labels:  file-sharing, file-upload
Adoptoposs
Finding co-maintainers for your open source software project.
Stars: ✭ 93 (-45.29%)
Mutual labels:  web-application, web-app
Navigation Timing
Navigation Timing
Stars: ✭ 92 (-45.88%)
Mutual labels:  web-application, webapp
Keira2
The Azerothcore/Trinitycore Database Web-Editor
Stars: ✭ 110 (-35.29%)
Mutual labels:  web-application, web-app
Percy
Build frontend browser apps with Rust + WebAssembly. Supports server side rendering.
Stars: ✭ 1,856 (+991.76%)
Mutual labels:  web-application, web-app

Build Status Scala Steward badge

Sharry

Sharry allows to share files with others in a simple way. It is a self-hosted web application. The basic concept is: upload files and get a url back that can then be shared.

How it works

Authenticated users β†’ others

Authenticated users can upload their files on a web site together with an optional password and a time period. The time period defines how long the file is available for download. Then a public URL is generated that can be shared, e.g. via email.

The download page is hard to guess, but open to everyone.

Others β†’ Authenticated users

Each registered user can maintain alias pages. An alias page is behind a β€œhard-to-guess” URL (just like the download page) and allows everyone to upload files to the corresponding user. The form does not allow to specify a password or validation period, but a description can be given. The user belonging to the alias can be notified via email. Alias pages can be disabled or deleted any time.

Install

Documentation

Please see the documentation site.

Screenshots

screenshot-1 screenshot-2 screenshot-3

Contributions/Support

Feedback and other contributions are very welcome! You can open an issue for questions, problems and other feedback; or make a mail to eikek [at] posteo.de. I'll try to answer in time.

If you find this project any useful and want to support it via other means, giving a ⭐️ is always encouraging and much appreciated. You can also support activity by donating via liberapay or paypal.

Thank you so much!

Technical

Sharry implements the tus protocol and the webapp uses it to send files to the backend server. This allows to send even large files reliably through http. For example, even if the connection drops in the middle of an upload and you upload the same file again later, it starts the upload process from the last received chunk of data.

The backend is written in Scala using a pure functional style on top of great typelevel libraries like cats and fs2. The frontend is written in elm.

License

This project is distributed under the GPLv3+

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].