summaryrefslogtreecommitdiff
path: root/config-joey.hs
AgeCommit message (Collapse)Author
2015-10-20propellor spinJoey Hess
2015-10-20privdata propigation for Spin.controllerJoey Hess
Controlling host inherits the privdata for the host it spins, and sends it along to that host.
2015-10-17do propigate Controlling info out of containersJoey Hess
If someone wants to make a container be a controller, that should work, and it should then detect loops that loop back to the container's host.
2015-10-17use Info to detect controller loopsJoey Hess
Much less invasive than the other implementation.
2015-10-16improve ssh user key propertiesJoey Hess
* Ssh.keyImported is replaced with Ssh.userKeys. (API change) The new property only gets the private key from the privdata; the public key is provided as a parameter, and so is available as Info that other properties can use. * Ssh.keyImported' is renamed to Ssh.userKeyAt, and also changed to only import the private key from the privdata. (API change) * While Ssh.keyImported and Ssh.keyImported' avoided updating existing keys, the new Ssh.userKeys and Ssh.userKeyAt properties will always update out of date key files. * Ssh.pubKey renamed to Ssh.hostPubKey. (API change) This makes eg, setting up ssh for spin controllers work better.
2015-10-10propellor spinJoey Hess
2015-10-10propellor spinJoey Hess
2015-10-10propellor spinJoey Hess
2015-10-10propellor spinJoey Hess
2015-10-10propellor spinJoey Hess
2015-10-10propellor spinJoey Hess
2015-09-30propellor spinJoey Hess
2015-09-23propellor spinJoey Hess
2015-09-23add "ancient" git-annex autobuilder using debian stable i386Joey Hess
2015-09-20propellor spinJoey Hess
2015-09-09propellor spinJoey Hess
2015-09-09propellor spinJoey Hess
2015-09-09propellor spinJoey Hess
2015-09-09propellor spinJoey Hess
2015-09-04propellor spinJoey Hess
2015-09-03improve types for PartSpec DSLJoey Hess
2015-09-03partition setup dslJoey Hess
2015-09-02propellor spinJoey Hess
2015-09-02import unqualifiedJoey Hess
2015-09-02renameJoey Hess
2015-09-02propellor spinJoey Hess
2015-09-02propellor spinJoey Hess
2015-08-25propellor spinJoey Hess
2015-08-25propellor spinJoey Hess
2015-08-25propellor spinJoey Hess
2015-08-25propellor spinJoey Hess
2015-08-25propellor spinJoey Hess
2015-08-25propellor spinJoey Hess
2015-08-25propellor spinJoey Hess
2015-08-25propellor spinJoey Hess
2015-08-12propellor spinJoey Hess
2015-07-20Ssh.permitRootLogin type changed to allow configuring WithoutPassword and ↵Joey Hess
ForcedCommandsOnly (API change) * Ssh.permitRootLogin type changed to allow configuring WithoutPassword and ForcedCommandsOnly (API change) * setSshdConfig type changed, and setSshdConfigBool added with old type.
2015-06-16update for Docker.Image changesJoey Hess
2015-06-16Update Joey's config according to new Docker.Image definitionAntoine Eiche
2015-06-06propellor spinJoey Hess
2015-06-01cleanupJoey Hess
2015-06-01propellor spinJoey Hess
2015-06-01propellor spinJoey Hess
2015-06-01propellor spinJoey Hess
2015-06-01propellor spinJoey Hess
2015-06-01propellor spinJoey Hess
2015-06-01reorganize Port type for systemd can use itJoey Hess
2015-06-01better types for systemd port publishingJoey Hess
2015-06-01propellor spinJoey Hess
2015-06-01propellor spinJoey Hess