aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/databases
Commit message (Collapse)AuthorAgeFilesLines
* Use systemd RuntimeDirectory and StateDirectory entries to ensure runtime ↵Ismaël Bouya2019-05-121-5/+3
| | | | directory existence in apps
* Use systemd RuntimeDirectory for postgresqlIsmaël Bouya2019-05-121-4/+1
|
* Remove unneeded dependencies in modulesIsmaël Bouya2019-05-125-5/+5
|
* Move secrets module outside of nixopsIsmaël Bouya2019-05-103-3/+3
|
* Adapt postgresql overlayIsmaël Bouya2019-05-021-0/+4
| | | | Many packages depend on postgresql but are not tied to custom version
* Move some overlays to parent directoryIsmaël Bouya2019-05-023-32/+0
|
* Move databases config to new secretsIsmaël Bouya2019-04-253-33/+33
|
* Move database credentials to secure locationIsmaël Bouya2019-04-203-40/+86
| | | | Related issue: https://git.immae.eu/mantisbt/view.php?id=122
* Remove verbose message from ldap dumpIsmaël Bouya2019-03-271-1/+1
|
* Upgrade to latest nixpkgsIsmaël Bouya2019-03-262-26/+10
|
* Upgrade mysql and postgresqlIsmaël Bouya2019-03-242-16/+27
|
* Migrate packageOverrides to overlaysIsmaël Bouya2019-03-232-9/+9
|
* Backup mysql cronIsmaël Bouya2019-03-141-0/+15
|
* Move databases configurations to separate filesIsmaël Bouya2019-03-144-199/+239
|
* Add cron backup for LDAPIsmaël Bouya2019-03-142-67/+91
|
* Add task serverIsmaël Bouya2019-03-041-2/+14
| | | | Related issue: https://git.immae.eu/mantisbt/view.php?id=67
* Add ldapIsmaël Bouya2019-02-222-1/+223
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=78
* Allow old host to access databaseIsmaël Bouya2019-02-121-2/+3
|
* Add users for redis and nullmailerIsmaël Bouya2019-02-111-0/+4
|
* Migrate discourse to postgresqlIsmaël Bouya2019-02-061-1/+3
|
* Fix the SSL state for databases connectionsIsmaël Bouya2019-01-261-10/+39
| | | | | | | | | | | | | | Whenever possible, we use a socket connexion (all postgresql connections, and a few mysql ones) When remote (only mysql), we require SSL in the users database (cannot be enforced globally) Also, put pam configurations in a correct state Fixes https://git.immae.eu/mantisbt/view.php?id=89 Fixes https://git.immae.eu/mantisbt/view.php?id=90 Fixes https://git.immae.eu/mantisbt/view.php?id=88
* Rename virtual folder to nixopsIsmaël Bouya2019-01-252-0/+182
Fixes https://git.immae.eu/mantisbt/view.php?id=82