aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules
Commit message (Collapse)AuthorAgeFilesLines
* Add rainloop in devtoolsIsmaël Bouya2019-04-072-0/+79
| | | | Related issue: https://git.immae.eu/mantisbt/view.php?id=126
* Add kanboard toolIsmaël Bouya2019-04-073-1/+111
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=127
* Add ipv6 to websitesIsmaël Bouya2019-04-071-27/+16
| | | | | | | This adds ipv6 to websites, and moves the ip address handling to environment. Fixes https://git.immae.eu/mantisbt/view.php?id=103
* Add some e-mail related records to DNSIsmaël Bouya2019-04-071-2/+9
|
* Add DNS resolverIsmaël Bouya2019-04-071-0/+122
|
* Move ssh to its own moduleIsmaël Bouya2019-04-032-0/+180
|
* Migrate yarn2nix to external repositoryIsmaël Bouya2019-04-023-8/+14
|
* Upgrade mastodon to 2.7.4Ismaël Bouya2019-04-025-4235/+3931
|
* Temporarily fix mastodon packageIsmaël Bouya2019-04-012-8/+9
| | | | | | | | | Upgrade from 18.09 to 19.03 broke because of change at https://github.com/NixOS/nixpkgs/pull/51842 This partially reverts the change, which permits to build again mastodon using the latest pkgs version. Related issue: https://git.immae.eu/mantisbt/view.php?id=131
* Temporarily fix diaspora packageIsmaël Bouya2019-04-012-3/+6
| | | | | | | | | Upgrade from 18.09 to 19.03 broke because of change at https://github.com/NixOS/nixpkgs/pull/51842 This partially reverts the change, which permits to build again diaspora using the latest pkgs version. Related issue: https://git.immae.eu/mantisbt/view.php?id=131
* Upgrade diaspora to latest versionIsmaël Bouya2019-03-295-1244/+34
| | | | | Remove Gemfile and Gemfile.lock and use instead the ones from the repository
* Fix path in mastodonIsmaël Bouya2019-03-291-1/+1
|
* Upgrade taskwarrior webIsmaël Bouya2019-03-292-6/+6
|
* Fix partial application in buildbotIsmaël Bouya2019-03-271-4/+3
|
* Remove verbose message from ldap dumpIsmaël Bouya2019-03-271-1/+1
|
* Add xmpp push notifications to buildbot and gitoliteIsmaël Bouya2019-03-276-2/+123
|
* Add deploy webhookIsmaël Bouya2019-03-263-1/+83
|
* Upgrade to latest nixpkgsIsmaël Bouya2019-03-2610-59/+22
|
* Upgrade mysql and postgresqlIsmaël Bouya2019-03-243-35/+48
|
* Migrate packageOverrides to overlaysIsmaël Bouya2019-03-239-36/+36
|
* Add caldance buildbot and optimize a bit the drivationsIsmaël Bouya2019-03-237-24/+456
| | | | | | | - Add caldance derivation - Move buildbot_common inside the repository - Avoid rebuilding all buildbot instances when modifying one project - Prepare for non-local workers
* Add buildbotIsmaël Bouya2019-03-237-0/+5953
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=74
* Revert personnal nix pathIsmaël Bouya2019-03-171-4/+0
|
* Add some "commons" fileIsmaël Bouya2019-03-171-1/+4
|
* Backup mysql cronIsmaël Bouya2019-03-141-0/+15
|
* Move databases configurations to separate filesIsmaël Bouya2019-03-144-199/+239
|
* Bind /nix to user-specific pathIsmaël Bouya2019-03-141-1/+6
|
* Add cron backup for LDAPIsmaël Bouya2019-03-142-67/+91
|
* Expand 24 chars limitation of bitlbeeIsmaël Bouya2019-03-112-0/+62
|
* Add bitlbee serverIsmaël Bouya2019-03-101-0/+99
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=69
* Use Let’s encrypt for taskwarriorIsmaël Bouya2019-03-092-2/+76
|
* Migrate capitaines.frIsmaël Bouya2019-03-071-3/+16
|
* Add bouya.org and outils.immae.eu domainsIsmaël Bouya2019-03-072-0/+37
|
* Add taskwarrior-webIsmaël Bouya2019-03-067-43/+1005
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=67
* Add task serverIsmaël Bouya2019-03-043-2/+280
| | | | Related issue: https://git.immae.eu/mantisbt/view.php?id=67
* Fix finch and timezone for pub userIsmaël Bouya2019-03-022-1/+10
|
* Add "pub" userIsmaël Bouya2019-03-014-1/+147
|
* Add ldapIsmaël Bouya2019-02-222-1/+223
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=78
* Add ftp.immae.euIsmaël Bouya2019-02-211-0/+1
|
* Remove useless relative symlinksIsmaël Bouya2019-02-2115-24/+24
|
* Change home directories outside of the storeIsmaël Bouya2019-02-163-3/+3
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=123
* Move tools websites to stable web directoriesIsmaël Bouya2019-02-1619-53/+112
|
* Move production websites to use stable web directoriesIsmaël Bouya2019-02-1615-28/+53
|
* Move integration websites to use stable web directoryIsmaël Bouya2019-02-1612-21/+77
| | | | | This permits to avoir having to restart httpd at each application deployment
* Disable opcache for nextcloud (it is enabled by default)Ismaël Bouya2019-02-161-1/+2
|
* Add explicit build dependency for yarnIsmaël Bouya2019-02-161-1/+1
|
* Do stats computation sequentiallyIsmaël Bouya2019-02-151-1/+8
| | | | | | | | | | | We do it now sequentially rather than relying on the previous job taking less than one minute to finish (which is unlikely as the size of the logs grow) Goaccess doesn’t like to be started twice concurrently, so sequential is needed Fixes https://git.immae.eu/mantisbt/view.php?id=110
* Add peertube toolIsmaël Bouya2019-02-149-0/+12757
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=118
* Upgrade nextcloud and appsIsmaël Bouya2019-02-121-15/+32
|
* Allow old host to access databaseIsmaël Bouya2019-02-121-2/+3
|