[go: up one dir, main page]

Skip to content
/ webapp Public
forked from netbootxyz/webapp

NodeJS helper Application for managing local Deployments

License

Notifications You must be signed in to change notification settings

antonym/webapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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  \
  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

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • EJS 63.9%
  • JavaScript 34.1%
  • Dockerfile 2.0%