{"id":38493353,"url":"https://github.com/niki-on-github/netboot-xyz","last_synced_at":"2026-01-17T05:46:38.698Z","repository":{"id":134077694,"uuid":"596236070","full_name":"niki-on-github/netboot-xyz","owner":"niki-on-github","description":"netboot.xyz container","archived":false,"fork":false,"pushed_at":"2025-11-21T01:06:32.000Z","size":23,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-21T03:12:35.844Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/niki-on-github.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-02-01T18:53:09.000Z","updated_at":"2025-11-21T01:06:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"7ccc04a2-9413-4acb-b3b8-f94f044dadd0","html_url":"https://github.com/niki-on-github/netboot-xyz","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/niki-on-github/netboot-xyz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niki-on-github%2Fnetboot-xyz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niki-on-github%2Fnetboot-xyz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niki-on-github%2Fnetboot-xyz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niki-on-github%2Fnetboot-xyz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niki-on-github","download_url":"https://codeload.github.com/niki-on-github/netboot-xyz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niki-on-github%2Fnetboot-xyz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28501318,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T04:31:57.058Z","status":"ssl_error","status_checked_at":"2026-01-17T04:31:45.816Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-17T05:46:38.603Z","updated_at":"2026-01-17T05:46:38.681Z","avatar_url":"https://github.com/niki-on-github.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# netbooz.xyz Container\n\nnetboot.xyz enables you to PXE boot many Operating System installers and utilities over network.\n\n## Troubleshoot\n\nThe libvirt `default` network block by default the port `67` with an `dnsmasq` instance and this container ends in `CrashLoopBackOff`.\n\n## Deployment Example\n\n### docker-compose\n\n```yaml\nversion: \"3.7\"\n\nservices:\n  pxe_server:\n    image: ghcr.io/niki-on-github/netboot-xyz:latest\n    container_name: pxe-server\n    restart: unless-stopped\n    network_mode: \"host\"\n    cap_add:\n      - NET_ADMIN\n    environment:\n      NETWORK_IP: \"{{ network_ip }}\"\n```\n\nThe `NETWORK_IP` for an `192.168.1.0/24` Network is `192.168.1.0`.\n\n## helm-release\n\nUsing the `app-template` from [ bjw-s Helm charts](https://github.com/bjw-s/helm-charts) for the deployment:\n\n```yaml\napiVersion: helm.toolkit.fluxcd.io/v2beta1\nkind: HelmRelease\nmetadata:\n  name: \u0026app netboot\n  namespace: apps\nspec:\n  interval: 15m\n  chart:\n    spec:\n      chart: app-template\n      version: 1.2.1\n      interval: 1h\n      sourceRef:\n        kind: HelmRepository\n        name: bjw-s-charts\n        namespace: flux-system\n\n  install:\n    remediation:\n      retries: -1\n\n  upgrade:\n    remediation:\n      retries: 5\n\n  values:\n    global:\n      nameOverride: *app\n\n    image:\n      repository: ghcr.io/niki-on-github/netboot-xyz\n      tag: v1.0.2\n\n    service:\n      main:\n        enabled: false\n\n    hostNetwork: true\n    dnsPolicy: ClusterFirstWithHostNet\n    securityContext:\n      capabilities:\n        add: [\"NET_ADMIN\"]\n      privileged: true\n\n    env:\n      NETWORK_IP: \"${NETWORK_IP}\"\n\n    affinity:\n      nodeAffinity:\n        requiredDuringSchedulingIgnoredDuringExecution:\n          nodeSelectorTerms:\n            - matchExpressions:\n                - key: kubernetes.io/hostname\n                  operator: In\n                  values:\n                    - \"${NETBOOT_SERVER_AFFINITY_HOSTNAME}\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniki-on-github%2Fnetboot-xyz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniki-on-github%2Fnetboot-xyz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniki-on-github%2Fnetboot-xyz/lists"}