All Projects → hbons → Lockee

hbons / Lockee

Licence: AGPL-3.0 License
Seen those luggage lockers at the railway station? It’s like that, but for files.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Lockee

There’s an instance of Lockee running on lockee.me.

Temporary encrypted file lockers on the web.

Seen those luggage lockers at the railway station? It’s like that, but for files.

Lockee Screenshot

Simple

Tag your locker, select a file from your device, and enter a passphrase. To retrieve a stored file, go to lockee.me/your_tag and enter your passphrase.

Private

Lockers are anonymous and passphrase protected. No personal information is required or collected. Files put in lockers are encrypted on your device before being sent securely to the server.

Open Source

Lockee is Free and Open Source software. You can see the source code and even run your own instance. Questions or comments? Contact Hylke Bons.

Install and run

git clone https://github.com/hbons/Lockee
cd Lockee/
npm install
npm start

By default, Lockee is accessible on http://localhost:3000/. You can change this, as well as other configuration options, in config.json.

License

You can use, modify, and redistribute Lockee under the terms of the AGPLv3, given that you change the software’s visible name and logo.

How you can help

There are different ways you can help, and you don't need to code to contribute. Current important to do items:

  • Safari support
  • Security review
  • Accessibility review
  • Mobile CSS
  • More file type icons
  • More cover photos (Creative Commons licensed work)

All contributions are appreciated!

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].