aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Configure mailer spool for nextcloudIsmaël Bouya2019-01-261-5/+5
|
* Add mailer spoolIsmaël Bouya2019-01-262-0/+11
|
* Use global configuration for tools usersIsmaël Bouya2019-01-263-6/+6
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=95
* Fix the SSL state for databases connectionsIsmaël Bouya2019-01-2613-35/+83
| | | | | | | | | | | | | | 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
* Add startTLS when using ldapsearchIsmaël Bouya2019-01-252-2/+2
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=98
* Rename virtual folder to nixopsIsmaël Bouya2019-01-25124-0/+0
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=82
* Add romprIsmaël Bouya2019-01-255-11/+119
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=70
* Add yourlsIsmaël Bouya2019-01-254-1/+141
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=68
* Add etherpad lite toolIsmaël Bouya2019-01-255-0/+300
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=72
* Add SSL for pam ldap connectionIsmaël Bouya2019-01-241-12/+14
|
* Put some database variables to environmentIsmaël Bouya2019-01-244-11/+11
|
* Make redis connections abstractIsmaël Bouya2019-01-246-20/+15
|
* Add imagick for connexionswingIsmaël Bouya2019-01-242-1/+6
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=108
* Remove useless /assets in wallabag after migrationIsmaël Bouya2019-01-241-1/+2
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=112
* Purify mediagoblin websiteIsmaël Bouya2019-01-243-1/+17
| | | | | | | This was the last known step to purify the install. Fixes https://git.immae.eu/mantisbt/view.php?id=79 Fixes https://git.immae.eu/mantisbt/view.php?id=114
* Purify wallabag's websiteIsmaël Bouya2019-01-243-33/+220
|
* Finish purification of mastodon: yarnIsmaël Bouya2019-01-242-9/+12205
|
* Start purifying mastodon: bundlerIsmaël Bouya2019-01-243-27/+2915
|
* Remove unused dependencies for diasporaIsmaël Bouya2019-01-242-12/+2
|
* Upgrade wallabagIsmaël Bouya2019-01-231-3/+4
|
* Purify aten's websiteIsmaël Bouya2019-01-234-30/+789
|
* Purify Ludivine's websiteIsmaël Bouya2019-01-233-28/+891
|
* Purify piedsjaloux websiteIsmaël Bouya2019-01-234-30/+1038
|
* Purify Florian's websiteIsmaël Bouya2019-01-232-23/+406
|
* Purify diaspora buildingIsmaël Bouya2019-01-231-1/+1
|
* Purify connexionswing websiteIsmaël Bouya2019-01-235-27/+897
|
* Change Chloe spip versionIsmaël Bouya2019-01-231-3/+3
|
* Remove use of environment variablesIsmaël Bouya2019-01-2233-239/+189
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=113
* Fix deprecation for networking addresses in hetznerIsmaël Bouya2019-01-221-0/+20
|
* Merge common functions in websitesIsmaël Bouya2019-01-221-6/+8
|
* Move all fixmes to mantisbt issue trackingIsmaël Bouya2019-01-2124-101/+11
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=111
* Add fixme about purityIsmaël Bouya2019-01-211-0/+4
|
* Fix some errors (service timouts and mastodon missing paths) after first rebootIsmaël Bouya2019-01-213-3/+5
|
* Add wallabagIsmaël Bouya2019-01-214-1/+704
|
* Add diaspora servicesIsmaël Bouya2019-01-1910-0/+4837
|
* Fix chloe dev websiteIsmaël Bouya2019-01-188-2/+21
|
* Fix missing file package for mastodonIsmaël Bouya2019-01-181-3/+3
|
* Add mediagoblinIsmaël Bouya2019-01-188-0/+575
|
* Fix ludivine's websiteIsmaël Bouya2019-01-182-3/+4
|
* Add some generic paths to http serviceIsmaël Bouya2019-01-181-1/+21
|
* Add httpdTools serviceIsmaël Bouya2019-01-186-16/+733
| | | | | This adds httpTools service, similar to integration and prod services, and removes the unneeded allGranted statement to /nix/store
* Add highlight for gitwebIsmaël Bouya2019-01-151-1/+2
|
* Fix ocsms app in nextcloudIsmaël Bouya2019-01-151-0/+5
|
* Add Florian's websiteIsmaël Bouya2019-01-135-1/+219
|
* Add mastodon serviceIsmaël Bouya2019-01-136-20/+310
|
* Refactor websites.Ismaël Bouya2019-01-1245-295/+261
| | | | This commit refactors websites into module per "vhost".
* Move httpd service to moduleIsmaël Bouya2019-01-128-146/+119
|
* Make mysqli a shared extension, and load it where necessaryIsmaël Bouya2019-01-122-1/+7
|
* Refactor a bit the php-fpm moduleIsmaël Bouya2019-01-1210-22/+257
| | | | | | | | | | | This commit adds a new phpfpm service with a new option that permits to specify pool-specific php configuration (caveat: now each pool has distinct php ini file, even if they have the same content) Make sure that the same php package is used everywhere Build pdo_mysql using mysql c-connector. Would be good to have the same with mysqli but it seems not to work
* Improve postgresql: allow replication from backup-1, change root toIsmaël Bouya2019-01-115-11/+68
| | | | /run/postgres