- Notifications
You must be signed in to change notification settings - Fork25
This nixpkgs extension, called nixcloud-webservices, focuses on ease of deployment of web-related technologies.
License
nixcloud/nixcloud-webservices
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Thisnixpkgs extension, callednixcloud-webservices, focuses on ease of deployment of web-related technologies.
You should continue to read one of these documentations:
It features the development stack we use athttps://nixcloud.io.
Continuous integration athttps://hydra.nixcloud.io/project/nixcloud-webservices
Alternatively if you want to hack on nixcloud-webservices, you can also Gitclone it with:
$git clone https://github.com/nixcloud/nixcloud-webservicesNote: We no longer support pre-compiled binaries so you have to use the 'Get the source' workflow instead of using 'nix-channel'
https://headcounter.org/hydra/project/nixcloud-webservices
You import modules into your local system by adding the path to yourconfiguration.nix to theimports list. Like this:
{imports=[./hardware-configuration.nix/path/to/nixcloud-webservices];# ... other options ...}
If you don't want to clutter your local system you can use a VM:
nix-build '<nixpkgs/nixos>' --arg configuration '{ imports = [ ./modules ./config.nix ]; services.mingetty.autologinUser = "root"; }' -A vmNote: You have to createconfig.nix manually, it contains basically the lines we put in/etc/nixos/configuration.nix in previous examples.
Note: This is for advanced users who know how VMs on NixOS work.
The license can be found inLICENSE.
For inquiries, please contact:
- Joachim Schielejs@lastlog.de
- Paul Seitzpaul.m.seitz@gmail.com
Many thanks to:
- https://www.internetsociety.org/ (Sponsor)
- ISOC.nl (Sponsor)
- Internet hardening fund (Sponsor)
- profpatsch (Early prototyping)
- aszlig (NixOS module system)
- uwap (Email abstraction)
- griff (Email abstraction)
- elias (nixcloud.TLS, email abstraction)
- clever (Helping with hydra.nixcloud.io)
- brauner (Help with LXC)
- leenaars (Requirements, testing, review)
- seitz
- qknight
Among all who didn't make it into this list! Thanks for helping with writing this!
About
This nixpkgs extension, called nixcloud-webservices, focuses on ease of deployment of web-related technologies.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors14
Uh oh!
There was an error while loading.Please reload this page.