Go to file
Pitu ec2f9e0d98 Rebrand 2020-12-25 20:45:22 +09:00
.vscode Cleanup 2020-12-25 02:08:54 +09:00
docs Rebrand 2020-12-25 20:45:22 +09:00
src Rebrand 2020-12-25 20:45:22 +09:00
.editorconfig More stuff 2019-02-19 00:06:55 +09:00
.gitattributes More stuff 2019-02-19 00:06:55 +09:00
.gitignore Rebrand 2020-12-25 20:45:22 +09:00
README.md Rebrand 2020-12-25 20:45:22 +09:00
TODO chore: update buefy to 0.9 2020-11-12 22:58:34 +02:00
knexfile.js fix: database location 2020-12-25 04:10:52 +09:00
nuxt.config.js Remove flexsearch 2020-12-24 23:52:26 +09:00
package.json Rebrand 2020-12-25 20:45:22 +09:00
pm2.json Rebrand 2020-12-25 20:45:22 +09:00
yarn.lock Update ESLint 2020-12-25 20:08:38 +09:00

README.md

GitHub license Chat / Support Support me Support me

Attention

If you are upgrading from v3 to v4 (current release) and you want to keep your files and relations please read the migration guide.

What is this?

Chibisafe is a file uploader service written in node that aims to to be easy to use and easy to set up. It's mainly intended for images and videos, but it accepts anything you throw at it.

  • You can run it in public or private mode, making it so only people with user accounts can upload files as well as controlling if user signup is enabled or not.
  • Out of the box support for ShareX configuration letting you upload screenshots and screencaptures directly to your chibisafe instance.
  • Browser extension to be able to right click any image/video and upload it directly to your chibisafe instance.
  • Chunk uploads enabled by default to be able to handle big boi files.
  • API Key support so you can integrate the service with whatever you desire.
  • Albums, tags and Discord-like search function
  • User list and control panel

Pre-requisites

This guide asumes a lot of things, including that you know your way around linux, nginx and internet in general.

  • Decently updated version of linux
  • node version 12+
  • build-essential package installed to build dependencies
  • ffmpeg package installed if you want video thumbnails
  • yarn package installed. If you'd like to use npm instead change package.json accordingly
  • pm2 globally installed (npm i -g pm2) to keep the service alive at all times.
  • A database, postgresql preferably. You can also fall back to sqlite3 which ships by default.

Installing

  1. Clone the repository and cd into it
  2. Run yarn install
  3. Run yarn setup

Chibisafe is now installed, configured and ready. Now you need to serve it to the public by using a domain name.

  1. Check the nginx file for a sample configuration that has every step to run chibisafe securely on production.

After you finish setting up nginx, you need to start chibisafe by using pm2. If you want to use something else like forever, ensure that the process spawned from npm run start never dies.

  1. Run pm2 start pm2.json:
  2. Profit

Author

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

chibisafe.moe · GitHub @Pitu