https://github.com/vegcom/cozy-pxe
🎇 PXE server for home
https://github.com/vegcom/cozy-pxe
docker docker-compose foreman ipxe pxe-server
Last synced: 4 months ago
JSON representation
🎇 PXE server for home
- Host: GitHub
- URL: https://github.com/vegcom/cozy-pxe
- Owner: vegcom
- License: mit
- Created: 2026-01-04T07:21:50.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-10T11:43:58.000Z (5 months ago)
- Last Synced: 2026-01-11T03:39:43.488Z (5 months ago)
- Topics: docker, docker-compose, foreman, ipxe, pxe-server
- Language: Dockerfile
- Homepage:
- Size: 510 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cozy-pxe
Minimal PXE server stack for home/lab provisioning.
## Services
- **dnsmasq** - DHCP + TFTP (iPXE chainload)
- **http** - nginx + PHP for dynamic boot menus
## Usage
```bash
docker compose up -d
```
Drop ISOs/images into `app/mnt/`. They'll appear in the iPXE menu automatically.
## Ports
| Service | Port |
|---------|------|
| DHCP | 67 |
| TFTP | 69 |
| HTTP | 80 |
## License
MIT