about summary refs log tree commit diff
path: root/nixos/modules/services/misc/docker-registry.nix
AgeCommit message (Expand)AuthorFilesLines
2024-04-18nixos/dockerRegistry: add `configFile` optionChristina Sørensen1-2/+12
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-12/+12
2024-03-01nixos/dockerRegistry: add `openFirewall` optionChristina Sørensen1-0/+10
2023-11-27treewide: use `mkPackageOption`h7x41-6/+2
2023-06-25treewide: use optionalAttrs instead of 'else {}'Felix Buehler1-7/+3
2023-05-31nixos/dockerRegistry: add package optionYaya1-2/+10
2022-08-31nixos/*: automatically convert option descriptionspennae1-3/+3
2022-08-06nixos/*: automatically convert option docspennae1-2/+2
2022-08-05nixos/*: normalize manpage references to single-line formpennae1-2/+1
2022-07-30treewide: automatically md-convert option descriptionspennae1-7/+7
2021-09-12nixos: define the primary group of users where neededGuillaume Girol1-0/+2
2021-06-18nixos/dockerRegistry: use `port` typeDaniel Nagy1-1/+1
2020-05-21nixos/docker-registry: always run systemctl of the currently running systemdFlorian Klink1-1/+1
2019-10-12treewide: Switch to system usersJanne Heß1-2/+4
2019-03-23nixos/docker-registry: Allow use of non-filesystem storageBen Gamari1-8/+15
2019-02-08nixos/docker-registry: fix listenAddressPaul Tötterman1-1/+1
2018-08-06docker-registry: Revert "[bot]: remove unreferenced code"Robin Gloster1-0/+37
2018-07-20[bot]: remove unreferenced codevolth1-37/+0
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink1-1/+1
2018-06-06nixos/docker-registry: allow running on ports < 1024Mathijs Kwik1-0/+1
2018-06-05nixos/docker-registry: allow nested config optionsMathijs Kwik1-2/+2
2018-05-01nixos/docker-registry: Add support for garbage collector to docker registryMichele Catalano1-8/+33
2018-05-01nixos/docker-registry: cleanup module definition & enhance testcaseMaximilian Bosch1-39/+18
2018-05-01nixos/docker-registry: add more configuration options for docker-registryMichele Catalano1-1/+78
2016-10-12dockerRegistry module: re-init with new underlying softwareRobin Gloster1-0/+66
2016-09-09Remove docker-registry as it's deprecated #18209Domen Kožar1-81/+0
2016-01-19Merge branch 'staging' into closure-sizeVladimír Čunát1-3/+3
2015-12-24nixos/docker-registry: rename 'host' to 'listenAddress'Bjørn Forsman1-3/+3
2015-10-13curl: split into multiple outputsVladimír Čunát1-1/+1
2015-04-25nixos/docker-registry: docker independant docker registryJaka Hudoklin1-8/+7
2015-04-09nixos: typo in docker option descriptionVladimír Čunát1-1/+1
2014-11-22nixos: add docker-registry moduleJaka Hudoklin1-0/+82