{"id":13992345,"url":"https://github.com/robur-coop/unikernels","last_synced_at":"2025-05-16T05:13:13.058Z","repository":{"id":45046743,"uuid":"157594242","full_name":"robur-coop/unikernels","owner":"robur-coop","description":"MirageOS unikernels","archived":false,"fork":false,"pushed_at":"2021-10-09T14:45:16.000Z","size":160,"stargazers_count":52,"open_issues_count":0,"forks_count":6,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-05-12T05:58:24.112Z","etag":null,"topics":["dns","letsencrypt","mirageos","unikernel"],"latest_commit_sha":null,"homepage":null,"language":"OCaml","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/robur-coop.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}},"created_at":"2018-11-14T18:40:51.000Z","updated_at":"2025-04-03T10:03:42.000Z","dependencies_parsed_at":"2022-09-22T16:42:24.988Z","dependency_job_id":null,"html_url":"https://github.com/robur-coop/unikernels","commit_stats":null,"previous_names":["robur-coop/unikernels"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robur-coop%2Funikernels","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robur-coop%2Funikernels/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robur-coop%2Funikernels/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robur-coop%2Funikernels/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robur-coop","download_url":"https://codeload.github.com/robur-coop/unikernels/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254470975,"owners_count":22076587,"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":["dns","letsencrypt","mirageos","unikernel"],"created_at":"2024-08-09T14:01:56.995Z","updated_at":"2025-05-16T05:13:13.038Z","avatar_url":"https://github.com/robur-coop.png","language":"OCaml","funding_links":[],"categories":["OCaml"],"sub_categories":[],"readme":"# Unikernels\n\n[![Build Status](https://travis-ci.org/roburio/unikernels.svg?branch=master)](https://travis-ci.org/roburio/unikernels)\n\nA MirageOS unikernel repository\n\nAll source code in this repository was developed from scratch by the specific authors. This code is put in the public domain.\n\nIf you want to use them in a corporate environment, and avoid any legal issues, you can buy a license, please contact https://robur.io\n\n## Installation\n\n### Dependencies\n\nFollow the [MirageOS installation instructions](https://mirage.io/wiki/install)\nunless you already have OCaml (at least 4.08.0), opam (at least 2.0.0), and the\n`mirage` command line utility (at least 3.7.7 from May 2020) installed.\n\nIn any of the subdirectories, run `mirage configure` (see `mirage help\nconfigure` for options), followed by `make depend` and `make` (read more\ninformation [Hello MirageOS world](https://mirage.io/wiki/hello-world)).\n\nDepending on the target, the name and type of the resulting binary varies. In\nthe default target, `unix`, its name is `./main.native`, and which may require\nsuperuser privileges to listen on privileged ports\n(use `doas (or sudo) ./main.native -l \\*:debug`).\n\nIf you want to compile for Linux KVM, FreeBSD BHyve, OpenBSD VMM (by using\n[solo5](https://github.com/solo5/solo5)), run `mirage configure -t hvt` (or\n`-t virtio` for Google Compute Engine).\n\nAll unikernels use the default stack implementation, and thus will listen on\n10.0.0.2/24, their gateway being 10.0.0.1.\n\n## Primary authoritative nameservers\n\nThe [`primary`](primary/) subdirectory contains an unikernel with the hardcoded\nzone (in its [unikernel.ml](primary/unikernel.ml)) named `mirage` and some\nresource records.  It also configures several TSIG keys, one for the secondary,\none for update operations and another one for transfer operations.\n\nThe [`primary-with-zone`](primary-with-zone/) contains no hardcoded\nconfiguration, but serves [`data/zone`](primary-with-zone/data/zone) instead.\n\n## Let's encrypt certification unikernel\n\nThe [`certificate`](certificate/) subdirectory contains an unikernel which\nreceives a key seed, and looks in DNS for a let's encrypt certificate.  If none\nis found, a certificate signing request (`TLSA` record, type private (255)) is\nput into DNS, and DNS is polled until a certificate occurs.\n\n## Caching resolvers\n\nThe [`resolver`](resolver/) subdirectory contains an iterative resolver.\n\nThe [`stub-resolver`](stub-resolver/) subdirectory contains a stub resolver,\nwhich forwards all requests to `141.1.1.1`.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobur-coop%2Funikernels","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobur-coop%2Funikernels","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobur-coop%2Funikernels/lists"}