Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

exunclan/intrasudo

Repository files navigation

Intrasudo platform

Setup - Normal

  1. Install node, npm, mysql, redis.
  2. Start mysql and redis.
  3. Clone this repo -
git clone https://github.com/exunclan/intrasudo
  1. Install dependencies -
cd intrasudo && npm i
  1. While that's running go to the GCP console and get your OAuth Client ID and secret.
  2. Create a MySQL database.
  3. Copy and fill out the config files.
cp .env.example .env
cp config/config.example.json config/config.json
  1. Run migrations and seeders
npm run db:migrate
npm run db:seed
  1. Start the app!
npm run serve:dev

Setup - Docker

  1. Clone this repo
git clone https://github.com/exunclan/intrasudo
  1. Go to the GCP console and get your OAuth Client ID and secret.
  2. Copy and fill out the config files.
cp .env.example .env
cp config/config.docker.example.json config/config.json
  1. Start Docker Containers
docker-compose up
  1. Run migrations and seeders
docker ps # will return list of containers
docker-compose exec app_container_id node run db:migrate
docker-compose exec app_container_id node run seed

Run this only during the first time

TODO

  • Unique Username (didn't work - 2021)
  • Disqualify in Bot !dq
    1. Allow in all servers
    2. Allow only by admins
  • Change Finished page from v1.0 to v3.0
  • Dockerize
  • IP logging and banning
  • Make navbar responsive
  • Test account photo change
  • Time restriction
  • Timer on instructions page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published