{"id":13799504,"url":"https://github.com/nixcloud/nixcloud-webservices","last_synced_at":"2026-01-20T08:34:41.661Z","repository":{"id":26897014,"uuid":"111159022","full_name":"nixcloud/nixcloud-webservices","owner":"nixcloud","description":"This nixpkgs extension, called nixcloud-webservices, focuses on ease of deployment of web-related technologies.","archived":false,"fork":false,"pushed_at":"2024-10-18T11:02:38.000Z","size":2906,"stargazers_count":181,"open_issues_count":18,"forks_count":26,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-11-18T14:58:49.864Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://nixcloud.io","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nixcloud.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}},"created_at":"2017-11-17T23:06:20.000Z","updated_at":"2024-11-10T18:28:25.000Z","dependencies_parsed_at":"2024-01-08T08:12:55.399Z","dependency_job_id":null,"html_url":"https://github.com/nixcloud/nixcloud-webservices","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/nixcloud%2Fnixcloud-webservices","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nixcloud%2Fnixcloud-webservices/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nixcloud%2Fnixcloud-webservices/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nixcloud%2Fnixcloud-webservices/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nixcloud","download_url":"https://codeload.github.com/nixcloud/nixcloud-webservices/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253903733,"owners_count":21981742,"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-08-04T00:01:03.419Z","updated_at":"2026-01-20T08:34:41.645Z","avatar_url":"https://github.com/nixcloud.png","language":"Nix","funding_links":[],"categories":["NixOS Modules","Nix","Deployment Tools"],"sub_categories":["Zig"],"readme":"\n![Unmaintained](https://img.shields.io/badge/status-unmaintained-red)\n\n# ⚠️ This project is currently unmaintained\n\nIf there is interest / funding, we can continue with this. Please contact js@lastlog.de for more.\n\n# nixcloud-webservices\n\nThis [nixpkgs](https://github.com/NixOS/nixpkgs) extension, called [nixcloud-webservices](https://github.com/nixcloud/nixcloud-webservices), focuses on ease of deployment of web-related technologies. \n\nYou should continue to read one of these documentations:\n\n* [nixcloud.webservices](documentation/nixcloud.webservices.md)\n* [nixcloud.reverse-proxy](documentation/nixcloud.reverse-proxy.md)\n* [nixcloud.email](documentation/nixcloud.email.md)\n* [nixcloud.TLS](documentation/nixcloud.TLS.md)\n* [nixcloud.container](https://github.com/nixcloud/nixcloud-container)\n\n\nIt features the development stack we use at [https://nixcloud.io](https://nixcloud.io). \n\nContinuous integration at \u003chttps://hydra.nixcloud.io/project/nixcloud-webservices\u003e\n\n# Get the source\n\nAlternatively if you want to hack on nixcloud-webservices, you can also Git\nclone it with:\n\n```sh-session\n$ git clone https://github.com/nixcloud/nixcloud-webservices\n```\n\nNote: We no longer support pre-compiled binaries so you have to use the 'Get the source' workflow instead of using 'nix-channel'\n\n# CI hydra build\n\nhttps://headcounter.org/hydra/project/nixcloud-webservices\n\n# Importing\n\n## Option A: Importing modules in your local system\n\nYou import modules into your local system by adding the path to your `configuration.nix` to the `imports` list. Like this:\n\n```nix\n{\n  imports = [\n    ./hardware-configuration.nix\n    /path/to/nixcloud-webservices\n  ];\n  # ... other options ...\n}\n```\n\n## Option B: Building a (KVM) VM\n\nIf you don't want to clutter your local system you can use a VM:\n\n    nix-build '\u003cnixpkgs/nixos\u003e' --arg configuration '{ imports = [ ./modules ./config.nix ]; services.mingetty.autologinUser = \"root\"; }' -A vm\n\nNote: You have to create `config.nix` manually, it contains basically the lines we put in `/etc/nixos/configuration.nix` in previous examples.\n\nNote: This is for advanced users who know how VMs on NixOS work.\n    \n# License\n\nThe license can be found in [LICENSE](LICENSE).\n\nFor inquiries, please contact:\n\n * Joachim Schiele \u003cjs@lastlog.de\u003e\n * Paul Seitz \u003cpaul.m.seitz@gmail.com\u003e\n\n# Thanks\n\nMany thanks to:\n\n- [https://www.internetsociety.org/](https://www.internetsociety.org/) (Sponsor)\n- [ISOC.nl](https://ISOC.nl) (Sponsor)\n- [Internet hardening fund](https://nlnet.nl/internethardening/) (Sponsor)\n- [profpatsch](https://github.com/Profpatsch) (Early prototyping)\n- [aszlig](https://github.com/aszlig) (NixOS module system)\n- [uwap](https://github.com/uwap) (Email abstraction)\n- [griff](https://github.com/griff) (Email abstraction)\n- [elias](https://github.com/eliasp) (nixcloud.TLS, email abstraction)\n- [clever](https://github.com/cleverca22) (Helping with hydra.nixcloud.io)\n- [brauner](https://github.com/brauner) (Help with LXC)\n- [leenaars](https://github.com/leenaars) (Requirements, testing, review)\n- [seitz](https://github.com/seitz)\n- [qknight](https://github.com/qknight)\n\nAmong all who didn't make it into this list! Thanks for helping with writing this!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnixcloud%2Fnixcloud-webservices","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnixcloud%2Fnixcloud-webservices","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnixcloud%2Fnixcloud-webservices/lists"}