aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/tellesflorian
Commit message (Collapse)AuthorAgeFilesLines
* Move personal websites to modulesIsmaël Bouya2019-05-182-194/+0
|
* Add certificate creation and handling to websitesIsmaël Bouya2019-05-171-1/+1
|
* Start moving websites configuration to modulesIsmaël Bouya2019-05-141-2/+2
|
* Refactor a bit httpd/webapps configuration:Ismaël Bouya2019-05-121-1/+1
| | | | | - alias private to pkgs - move default apache vhost to pkgs
* Remove unneeded dependencies in modulesIsmaël Bouya2019-05-121-1/+1
|
* Add Tellesflorian website to pkgsIsmaël Bouya2019-05-114-570/+146
|
* Move secrets module outside of nixopsIsmaël Bouya2019-05-101-1/+1
|
* Move websites to new secretsIsmaël Bouya2019-04-252-29/+27
|
* Move cache clearing of php applications to preStart systemdIsmaël Bouya2019-04-212-7/+13
|
* Fix secret permissionsIsmaël Bouya2019-04-161-2/+2
|
* Add missing service dependenciesIsmaël Bouya2019-04-162-0/+6
|
* Move Ludivine Piedsjaloux and Florian's websites passwords to a secure locationIsmaël Bouya2019-04-162-7/+19
| | | | Related issue: https://git.immae.eu/mantisbt/view.php?id=122
* Remove useless relative symlinksIsmaël Bouya2019-02-211-1/+1
|
* Move integration websites to use stable web directoryIsmaël Bouya2019-02-162-4/+10
| | | | | This permits to avoir having to restart httpd at each application deployment
* Unconfigure e-mail for symfony websitesIsmaël Bouya2019-01-271-1/+1
|
* Fix the SSL state for databases connectionsIsmaël Bouya2019-01-261-2/+2
| | | | | | | | | | | | | | 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-254-0/+590
Fixes https://git.immae.eu/mantisbt/view.php?id=82