Skip to content

Commit

Permalink
Remove any sponsorship info
Browse files Browse the repository at this point in the history
  • Loading branch information
szimek committed Nov 8, 2024
1 parent 0418b78 commit 85223ea
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 20 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2014-2021 Szymon Nowak
Copyright (c) 2014-2024 Szymon Nowak

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,6 @@ ShareDrop allows you to send files to other devices in the same local network (i

The main difference between ShareDrop and AirDrop is that ShareDrop requires Internet connection to discover other devices, while AirDrop doesn't need one, as it creates ad-hoc wireless network between them. On the other hand, ShareDrop allows you to share files between mobile (Android and iOS) and desktop devices and even between networks.

## Support ShareDrop!

ShareDrop is free, however, it still costs money to run.

If you use it and like it, please consider making a small donation either via

[PayPal](https://www.paypal.com/donate/?business=99MJKQUTTQVYY&no_recurring=0&item_name=Help+cover+the+server+costs+for+sharedrop.io&currency_code=EUR)

or

[![Support ShareDrop](https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-1.svg)](https://www.buymeacoffee.com/sharedropio)

to help me keep it free for everyone. Thanks!

## Supported browsers

- Chrome
Expand Down
5 changes: 1 addition & 4 deletions app/templates/about-app.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@

<h4>VPNs</h4>
<p>
Sharedrop does not work with VPNs, please deactivate any VPN a device might be using.
Sharedrop does not work with VPNs, please deactivate any VPN your device might be using.
</p>

<h3>Donate</h3>
<p>ShareDrop is free, however, it still costs money to run. If you use it and like it, please consider making a small donation via <a href="https://www.paypal.com/donate/?business=99MJKQUTTQVYY&no_recurring=0&item_name=Help+cover+the+server+costs+for+sharedrop.io&currency_code=EUR">PayPal</a> to help me keep it free for everyone.</p>

<h3>Security</h3>
<p>ShareDrop uses a secure and encrypted peer-to-peer connection to transfer information about the file (its name and size) and file data itself. This means that this data is never transfered through any intermediate server but directly between the sender and recipient devices. To achieve this, ShareDrop uses a technology called WebRTC (Web Real-Time Communication), which is provided natively by browsers. You can read more about WebRTC security <a href="https://bloggeek.me/is-webrtc-safe/">here</a>.</p>

Expand Down
1 change: 0 additions & 1 deletion app/templates/application.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<div class="logos">
<div class="left"></div>
<div class="right">
<a class="donate" href="https://www.paypal.com/donate/?business=99MJKQUTTQVYY&no_recurring=0&item_name=Help+cover+the+server+costs+for+sharedrop.io&currency_code=EUR" target="_blank" rel="noopener noreferrer"><img alt="Donate" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" /></a>
<iframe title="twitter" loading="lazy" class="twitter" src="https://platform.twitter.com/widgets/tweet_button.html?url=https%3A%2F%2Fwww.sharedrop.io&text=ShareDrop%20%E2%80%93%20easily%20and%20securely%20share%20files%20of%20any%20size%20directly%20between%20devices%20using%20your%20browser&count=none" scrolling="no" frameborder="0" allowtransparency="true" ></iframe>
<a href="https://github.com/szimek/sharedrop" class="github" target="_blank" rel="noopener noreferrer"><span>Github</span></a>
</div>
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"build": "ember build --environment=production",
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*",
"develop": "yarn install --frozen-lockfile && nf --procfile=Procfile.dev start",
"dev": "yarn develop",
"lint:hbs": "ember-template-lint .",
"lint:js": "eslint .",
"start": "ember serve",
Expand Down

0 comments on commit 85223ea

Please sign in to comment.