Code Monkey home page Code Monkey logo

bliss's Introduction

Features

  • Invite only registration or disable registration completely.
  • Upload files, images, and videos.
  • Manage users role.
  • Limit user quota.
  • Discord Embed customizer.
  • Download and delete files from the dashboard.
  • Downloadable upload config for ShareX, Flameshot.
  • A view page for each file.
  • S3 support (AWS, DigitalOcean, etc.).
  • Easy installation with docker.
  • Easy to use admin panel.
  • Email verification.
  • Chunked upload for uploading big files.

Installing

This guide assumes you have a domain name and a server and have basic knowledge of how to use linux.

Expand for docker installation steps

Requirements

  • docker and docker compose installed

Copy and paste the following into your terminal:

wget https://cdn.amog-us.club/docker-compose.yml

Fill in the docker-compose.yml environment with the appropriate values.

docker compose up -d

To get the initial root account, run the following command:

docker exec api cat /app/initial_root_account.txt

Now you can login with the root account with owner permissions.

Updating

To update the application, run the following command:

docker compose pull && docker compose up -d
Expand for manual installation steps

Requirements

  • node version 16.16.0 or higher
  • pm2 globally installed
  • yarn globally installed
  • caddy installed
  • ffmpeg installed

Backend Installation

Copy and paste the following into your terminal:

git clone https://github.com/renzynx/bliss.git

cd bliss/api

cp .env.example .env

Fill in the .env file with the appropriate values.

yarn install

yarn prisma migrate deploy

yarn build

pm2 start "yarn start:prod" --name "bliss-api"

Frontend Installation

Copy and paste the following into your terminal:

cd ../web

cp .env.example .env

Fill in the .env file with the appropriate values.

yarn install

yarn build

pm2 start "yarn start" --name "bliss-web"

Updating

To update the application, run the following command:

git pull

Then go through the installation steps again.


Domain name and SSL configuration

If you don't have caddy installed already
Click Here

Copy and paste the following into your terminal:

You need to replace the placeholder with your actual domain name and port.

sudo caddy reverse-proxy --from https://yourdomain.com --to localhost:frontend-port
sudo caddy reverse-proxy --from https://api.yourdomain.com --to localhost:backend-port

Caddy will automatically generate a certificate for you.


Screenshots

image image image image image

bliss's People

Contributors

dependabot[bot] avatar renzynx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bliss's Issues

Dependency Dashboard

This issue provides visibility into Renovate updates and their statuses. Learn more

Rate Limited

These updates are currently rate limited. Click on a checkbox below to force their creation now.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

  • Pin dependencies (@graphql-codegen/cli, @next/bundle-analyzer, @sapphire/ts-config, @swc/core, @types/apollo-upload-client, @types/connect-redis, @types/cors, @types/express, @types/express-session, @types/file-saver, @types/graphql-upload, @types/ioredis, @types/multer, @types/node, @types/nprogress, ansi-regex, argon2, autoprefixer, axios, class-validator, colorette, connect-redis, cors, daisyui, dotenv-cra, express, express-session, file-saver, formik, graphql, ioredis, multer, next-with-apollo, nprogress, postcss, react-dropzone, react-icons, react-spinners, reflect-metadata, sharp, swr, tailwindcss, tsup, type-graphql, typescript, yup)
  • Update dependency @types/react to v18
  • Update react monorepo to v18 (major) (react, react-dom)

  • Check this box to trigger a request for Renovate to run again on this repository

Permission denied running script

Getting permission denied running
./scripts/docker-linux.sh
Running as root on Proxmox in docker.
-bash: ./scripts/docker-linux.sh: Permission denied

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.