chibisafe / chibisafe

Blazing fast file vault written in TypeScript! πŸš€

Home Page:https://chibisafe.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub license Chat / Support Support me Support me

What is Chibisafe?

Chibisafe is a file uploader service written in typescript that just works. It's easy to use, easy to deploy, free and open source. It accepts files, photos, documents, anything you imagine and gives you back a shareable link for you to send to others.

You can run it in public mode, user accounts mode or invite-only mode. Big files are automatically chunked to minimize network failure and users can create an API key to use the service programatically and hook it to other things.

The service also comes with a dashboard where you can edit almost every configuration of the instance directly from the UI without having to touch environment or configuration files manually. Control the name, the rate limit, max file size, accepted extensions, meta descriptions, etc directly from our intuitive panel.

If you fork/deploy your own instance it would mean a lot if you were to keep either the GitHub logo to our repo or a link to it πŸ’–


Features of v6 aka Holo

  • πŸ“„ Beautiful docs
  • πŸ—„οΈ S3 Storage Support
  • πŸ“· Beautiful masonry to browse media files
  • ✨ Chunked uploads for big files
  • πŸ”— Share direct links to uploaded files
  • πŸ“‚ Albums/Folders with direct links to share
  • πŸ“ Snippets/Gists creation with direct links to share
  • πŸ—ƒοΈ File management and file tagging
  • πŸ™‹ User management and quotas
  • πŸ”— Built-in URL shortener
  • βœ‰οΈ Public or Private mode (with invite support)
  • ⬆️ ShareX support out-of-the-box to upload screenshots/screenrecordings from your desktop
  • πŸ“± iOS shortcut to upload files through the share menu
  • 🌐 Browser extension to upload content from websites easily
  • 🧩 Easily extensible
  • πŸ“– Open source
  • 🚫 No ads and no tracking (except for IP logging of requests)

Installing and running chibisafe

Whichever method you choose to install chibisafe keep in mind that the installation process creates an account named admin with the same password. Once you log in the first time make sure to change it! Also we highly recommend using docker for chibisafe.

For more guides and how to set up different aspects of the service please refer to the guides

Migrate from older versions

v5 to v6

If you come from v5 you might be used to chibisafe exposing 1 single port for you to reverse proxy into nginx/caddy/apache. Starting from v6 this is also the case (although port is now 24424) as long as you run the configuration we provide with docker. Other than configuring your reverse proxy accordingly, all you need to do to migrate is to copy both the uploads/ and database/ folders into your new instance folder. Once chibisafe starts it will apply the necessary migrations automatically.

Caution

Migrating from an older version than v5 to v6 is not possible, so we recommend setting up a new instance instead.

Screenshots

msedge_AjPLFovUHQ msedge_UH0h77QQoc msedge_BlsPiNf53x msedge_iIXnaUohh6

Author

Chibisafe Β© Pitu, Released under the MIT License.
Authored and maintained by Pitu.

About

Blazing fast file vault written in TypeScript! πŸš€

https://chibisafe.app

License:MIT License


Languages

Language:TypeScript 94.1%Language:MDX 4.3%Language:JavaScript 1.1%Language:CSS 0.4%Language:Dockerfile 0.1%