Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linagora/linshare
LinShare - Secure File Sharing
https://github.com/linagora/linshare
cloud collaboration enterprise file-sharing free-software on open-source premise self-hosted sharing
Last synced: 2 days ago
JSON representation
LinShare - Secure File Sharing
- Host: GitHub
- URL: https://github.com/linagora/linshare
- Owner: linagora
- License: agpl-3.0
- Created: 2015-01-23T15:36:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-11T01:53:12.000Z (15 days ago)
- Last Synced: 2025-01-16T16:12:02.193Z (9 days ago)
- Topics: cloud, collaboration, enterprise, file-sharing, free-software, on, open-source, premise, self-hosted, sharing
- Language: Shell
- Homepage: https://linshare.app
- Size: 60.7 MB
- Stars: 502
- Watchers: 39
- Forks: 88
- Open Issues: 110
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - linagora/linshare - LinShare - Secure File Sharing (Shell)
- awesome-starred - linagora/linshare - LinShare (others)
README
# LinShare
![LinShare](https://optim.tildacdn.net/tild3962-3433-4761-b463-636136316436/-/format/webp/linshare-platforms_1.png)
## License
Linshare is released under the terms of the license GNU AGPLv3. For more information please see [here](LICENSE.md)## Description
![LinShare](https://static.tildacdn.net/tild3134-3337-4764-a439-393563343934/Group_1321315060.svg)
Specially designed to secure paperless file sharings within companies that put
privacy and traceability in the heart of their problems of exchange, LinShare
provides a simple solution completely intuitive.
* Linshare allows employees to upload files into their space
* Linshare can share files with internal or external collaborators
* Linshare offers several features to securely exchangeMore information on http://linshare.app/
## Live demo:
A Live demo of LinShare is available at https://demo.linshare.org/.
This demo reflects the latest developments done on LinShare, it will be
reseted and updated on regulary basis.This instance of LinShare is set up with some test users:
- [email protected] : secret
- [email protected] : secret
- [email protected] : secret
- [email protected] : secret
- [email protected] : secret
- [email protected] : secret
- [email protected] : secret
- [email protected] : secret
- [email protected] : secret
- [email protected] : secretIf you want to share with some external users, use these five email addresses *[email protected]* to *[email protected]*.
External users are just an email address without a LinShare account.We also provide [email protected] to [email protected] emails adresses,
who are also external accounts but you can use them to create guests.NB: You won't able to send or receive emails if your email address is not @linshare.org.
In order to see emails sent by LinShare, we also put at your disposal a webmail
available at *https://demo-webmail.linshare.org*.Webmail passwords :
* [email protected] : secret
* ...
* [email protected] : password1
* ...
* [email protected] : password5
* [email protected] : password1
* ...
* [email protected] : password5## All repositories
LinShare is now splitted into multiple repositories.
You can clone the whole project using the following commands :### Main repository:
* git clone https://github.com/linagora/linshare.git
NB: You can download all components using Maven:
$ mvn dependency:copy-dependencies -DoutputDirectory='linshare'
### LinShare server components:
* git clone https://github.com/linagora/linshare-core.git
* git clone https://github.com/linagora/linshare-ui-admin.git
* git clone https://github.com/linagora/linshare-ui-user.git
* git clone https://github.com/linagora/linshare-ui-upload-request.git
* git clone https://github.com/linagora/linshare-ui-upload-proposition.git
* git clone https://github.com/linagora/linshare-upload-proposition.git### LinShare client components:
* git clone https://github.com/linagora/linshare-plugin-thunderbird
### For tests and demonstration:
* git clone https://github.com/linagora/linshare-docker
### Required versions of LinShare's dependencies:
- You can find the required versions of LinShare's dependencies [here](documentation/EN/installation/requirements.md)