Skip to content
 
 

Latest commit

 

History

36 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic run example:

docker run -d \
  -e PUID=1000 \
  -e PGID=1000 \
  -v <path to menu/config>:/config \
  -v <path to mirrored assets>:/assets `#optional` \
  -p 69:69/udp \
  -p 8080:80 \
  -p 3000:3000 \
  -p 8000:8000  \
  ghcr.io/netbootxyz/webapp-dev
  • Port 8000- Development interface
  • Port 3000- Web Application
  • Port 8080- NGINX Webserver for local asset hosting
  • Port 69- TFTP server for menus/kpxe files

About

NodeJS helper Application for managing local Deployments

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages