Go to file
2022-08-24 14:44:47 +02:00
dto Created signup form 2022-08-23 22:15:01 +02:00
frontend Created signup form 2022-08-23 22:15:01 +02:00
src Added database info for 2fa 2022-08-24 14:44:47 +02:00
tools Initial commit 2022-08-17 21:59:51 +02:00
.eslintrc.js Initial commit 2022-08-17 21:59:51 +02:00
.gitignore Initial commit 2022-08-17 21:59:51 +02:00
.gitlab-ci.yml Optimized cache for CI 2022-08-24 10:06:18 +02:00
.prettierrc Initial commit 2022-08-17 21:59:51 +02:00
nest-cli.json Fixed nest cli 2022-08-23 21:49:36 +02:00
package.json Added qrcode library for totp qrcode generation 2022-08-24 14:44:41 +02:00
README.md Initial commit 2022-08-17 21:59:51 +02:00
requests.http Initial commit 2022-08-17 21:59:51 +02:00
tsconfig.json Fixed CI for real now 2022-08-23 11:30:27 +02:00
webpack.config.ts Fixed CI 2022-08-22 18:10:41 +02:00
yarn.lock Added qrcode library for totp qrcode generation 2022-08-24 14:44:41 +02:00

Mutzi's fileserver

Description

The most crackhead fileserver you will find on the market

Installation

npm install
cd frontend && npm install

Running the app

npm run start:dev

Run in parallel for building the frontend:

cd frontend && npm run serve