An open API service indexing awesome lists of open source software.

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

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