Go to file
Mutzi 98acfa2e33 Merge branch 'gitlab-auth' into 'main'
Gitlab authentication

See merge request root/fileserver!3
2022-08-24 19:49:01 +00:00
dto Added totp/mail otp, split up dto and api into multiple files 2022-08-24 16:15:33 +02:00
frontend Added frontend set_token 2022-08-24 21:26:31 +02:00
src Added gitlab authentication 2022-08-24 21:27:04 +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 Add axios for gitlab authentication 2022-08-24 20:06:22 +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 Add axios for gitlab authentication 2022-08-24 20:06:22 +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