{"id":18493765,"url":"https://github.com/mechazawa/cc-netboot","last_synced_at":"2025-05-14T02:14:09.903Z","repository":{"id":151433028,"uuid":"593725659","full_name":"Mechazawa/cc-netboot","owner":"Mechazawa","description":"Boot computercraft machines from a network source","archived":false,"fork":false,"pushed_at":"2023-02-05T00:29:38.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-25T16:29:35.307Z","etag":null,"topics":["computercraft","computercraft-scripts"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mechazawa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-01-26T17:46:27.000Z","updated_at":"2023-01-26T17:48:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"262c3293-831b-427e-b824-39efc148464f","html_url":"https://github.com/Mechazawa/cc-netboot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mechazawa%2Fcc-netboot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mechazawa%2Fcc-netboot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mechazawa%2Fcc-netboot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mechazawa%2Fcc-netboot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mechazawa","download_url":"https://codeload.github.com/Mechazawa/cc-netboot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239208876,"owners_count":19600221,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["computercraft","computercraft-scripts"],"created_at":"2024-11-06T13:15:58.525Z","updated_at":"2025-02-16T23:23:05.133Z","avatar_url":"https://github.com/Mechazawa.png","language":"Lua","readme":"ComputerCraft Netboot\n---------------------\nUtillity for booting computercraft computers using a network source.\n\nThis script was quickly put together so I could more easilly develop my own applications. \n\n## Usage\nThe script downloads files from a HTTP server so you'll need to set one up and place a `listing.txt` in the same directory as your source files. The listing file contains all the relative file paths that need to be downloaded before the device boots.\n\nAfter that a startup script needs to be made that points to the base url where the `listing.txt` file is located.\n\n```lua\nrequire(\"netboot\")(\n  \"boot\" -- Where the downloaded files should be placed\n  \"http://172.16.0.123:8000/\", -- Base url where the files are located\n  {}, -- Optional HTTP headers used during the requests, usefull for authentication etc\n  true, -- If the download directory should be purged before downloading scripts, defaults to false\n)\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmechazawa%2Fcc-netboot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmechazawa%2Fcc-netboot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmechazawa%2Fcc-netboot/lists"}