[go: nahoru, domu]

Skip to content

0xffsec/honbu-dojo

Repository files navigation

Honbu Dojo

Introduction

This webapp is ment to be used within the WebDojo.

Requirements

Docker API Socket (/var/run/docker.sock) must be mounted.

Run it!

docker run -d -p 80:8080 -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/0xffsec/honbu-dojo
0xffsec-honbu-dojo :
  image: ghcr.io/0xffsec/honbu-dojo
  ports:
    - "80:8080"
  volumes:
    - /var/run/docker.sock:/var/run/docker.sock

Development

  • Install dependencies.
npm install

Development

npm run start:dev

Production

In production. Both, client and server, will be bundled and server by the Node application.

npm run start:prod