{"id":18908870,"url":"https://github.com/riesinger/preseeder","last_synced_at":"2026-03-06T20:30:19.853Z","repository":{"id":138969649,"uuid":"300890734","full_name":"riesinger/preseeder","owner":"riesinger","description":null,"archived":false,"fork":false,"pushed_at":"2020-10-03T14:07:06.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-31T12:26:56.059Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/riesinger.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}},"created_at":"2020-10-03T13:48:00.000Z","updated_at":"2020-10-03T14:07:09.000Z","dependencies_parsed_at":"2024-06-19T04:16:09.546Z","dependency_job_id":"96312de3-067a-452c-b50e-19127c459f0d","html_url":"https://github.com/riesinger/preseeder","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/riesinger%2Fpreseeder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riesinger%2Fpreseeder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riesinger%2Fpreseeder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riesinger%2Fpreseeder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/riesinger","download_url":"https://codeload.github.com/riesinger/preseeder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239896180,"owners_count":19714982,"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":[],"created_at":"2024-11-08T09:29:10.137Z","updated_at":"2026-03-06T20:30:19.731Z","avatar_url":"https://github.com/riesinger.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# preseeder\n\npreseeder is a simple service serving [Debian Preseed\nfiles](//https://wiki.debian.org/DebianInstaller/Preseed) for use when setting\nup your home lab, cloud infrastructure, personal machine or local VM.\n\nIt features a simple templating mechanism, so you can serve customized preseeds\nvia a single HTTP endpoint.\n\n## Installation\n\nSince preseeder is written in Go, you can do a simple `go get\ngithub.com/riesinger/preseeder/cmd/preseeder` to install it locally.\nAlternatively, you're able to `git clone` this repository and run `go build\n./cmd/preseeder`.\n\nFurthermore, a `Dockerfile` is provided, so you could also build preseeder via\nDocker.\n\n## Usage\n\nAfter starting preseeder, it will listen to HTTP requests on Port `3000`.\n\nYou can now request preseeds via a call to `127.0.0.1:3000/preseed/\u003chostname\u003e`.\n\nThe hostname of the machine is the primary means of differentiating between\npreseed templates. By default, a preseed template called `_default_` will be\nserved from `./preseeds`. If a template with the same name as `hostname` is\npresent, it will be served instead of the default preseed.\n\nSince the templates use the power of [Go\nTemplates](https://golang.org/pkg/text/template/), you can already configure a\nlot of different things using the hostname for differentiation.\n\n### Docker\n\nThe Docker container reads preseed templates from the `/data` directory, so you\ncould use the container something like this:\n\n```sh\ndocker run --name preseeder -v $(pwd)/preseeds:/data -p 3000:3000 \u003cyou docker tag\u003e\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friesinger%2Fpreseeder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friesinger%2Fpreseeder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friesinger%2Fpreseeder/lists"}