aboutsummaryrefslogtreecommitdiff
path: root/nixops
Commit message (Collapse)AuthorAgeFilesLines
* Move ympd password to secure locationIsmaël Bouya2019-04-204-6/+42
| | | | Related issue: https://git.immae.eu/mantisbt/view.php?id=122
* Move missing passwords in etherpad to secure locationIsmaël Bouya2019-04-202-104/+116
| | | | Related issue: https://git.immae.eu/mantisbt/view.php?id=122
* Refresh environment before using it in setupIsmaël Bouya2019-04-201-0/+3
|
* Add GPG keys importing from password storeIsmaël Bouya2019-04-201-1/+26
|
* Add sandbox warning in setup scriptIsmaël Bouya2019-04-192-0/+14
|
* Improve the setup script a bitIsmaël Bouya2019-04-191-4/+18
|
* Add protection for setup scriptIsmaël Bouya2019-04-191-0/+2
|
* Move password store to neutral nameIsmaël Bouya2019-04-191-1/+1
|
* Add devtools directoryIsmaël Bouya2019-04-181-1/+30
|
* Cleanup php session directoriesIsmaël Bouya2019-04-177-6/+12
|
* Move buildbot secrets to a secure locationIsmaël Bouya2019-04-161-22/+64
| | | | Related issue: https://git.immae.eu/mantisbt/view.php?id=122
* Move chloe's website keys to secure locationIsmaël Bouya2019-04-162-13/+28
| | | | Related issue: https://git.immae.eu/mantisbt/view.php?id=122
* Move mastodon secret to secure locationIsmaël Bouya2019-04-162-39/+47
| | | | Related issue: https://git.immae.eu/mantisbt/view.php?id=122
* Move etherpad and mediagoblin keys to secure locationIsmaël Bouya2019-04-164-147/+163
| | | | Related issue: https://git.immae.eu/mantisbt/view.php?id=122
* Change dmarc and disable mx-1 until readyIsmaël Bouya2019-04-161-2/+2
|
* Fix secret permissionsIsmaël Bouya2019-04-1618-20/+21
|
* Move diaspora and mantisbt passwords to a secure locationIsmaël Bouya2019-04-164-47/+87
| | | | Related issue: https://git.immae.eu/mantisbt/view.php?id=122
* Add missing service dependenciesIsmaël Bouya2019-04-1610-0/+18
|
* Move davical and Jerome's website passwords to secure locationIsmaël Bouya2019-04-163-9/+22
| | | | Related issue: https://git.immae.eu/mantisbt/view.php?id=122
* Move Ludivine Piedsjaloux and Florian's websites passwords to a secure locationIsmaël Bouya2019-04-166-15/+49
| | | | Related issue: https://git.immae.eu/mantisbt/view.php?id=122
* Move Aten and Connexionswing secrets to secure locationIsmaël Bouya2019-04-164-9/+25
| | | | Related issue: https://git.immae.eu/mantisbt/view.php?id=122
* Fix apache certificate chain containing the cert in doubleIsmaël Bouya2019-04-161-1/+1
|
* Move ldap keys to secure locationIsmaël Bouya2019-04-151-10/+19
| | | | Related issue: https://git.immae.eu/mantisbt/view.php?id=122
* Improve shaarli keys handlingIsmaël Bouya2019-04-152-12/+7
| | | | Related issue: https://git.immae.eu/mantisbt/view.php?id=122
* Move peertube configuration to secure locationIsmaël Bouya2019-04-152-130/+138
| | | | Related issue: https://git.immae.eu/mantisbt/view.php?id=122
* Move shaarli passwords to secure locationIsmaël Bouya2019-04-153-6/+35
| | | | Related issue: https://git.immae.eu/mantisbt/view.php?id=122
* Move ttrss, wallabag, ldap and roundcubemail passwords to secure locationIsmaël Bouya2019-04-158-179/+232
| | | | Related issue: https://git.immae.eu/mantisbt/view.php?id=122
* Move kanboard passwords to secure locationIsmaël Bouya2019-04-144-24/+49
| | | | Related issue: https://git.immae.eu/mantisbt/view.php?id=122
* Fix wallabag activation scriptIsmaël Bouya2019-04-141-0/+1
|
* Update http modulesIsmaël Bouya2019-04-143-9/+54
|
* Upgrade roundcube and add pluginsIsmaël Bouya2019-04-131-41/+21
|
* Cleanup e-mails from immae.eu domainsIsmaël Bouya2019-04-1311-21/+21
|
* Update roundcubeIsmaël Bouya2019-04-113-8/+128
|
* Add iftop toolIsmaël Bouya2019-04-101-0/+1
|
* Add eldiron MX infoIsmaël Bouya2019-04-101-0/+3
|
* Add skins for roundcubeIsmaël Bouya2019-04-102-3/+11
|
* Add Leila’s websiteIsmaël Bouya2019-04-104-0/+304
|
* 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-072-34/+28
| | | | | | | 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-072-0/+123
|
* Upgrade to latest 19.03Ismaël Bouya2019-04-041-6/+2
|
* Move ssh to its own moduleIsmaël Bouya2019-04-033-31/+32
|
* 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-013-12/+13
| | | | | | | | | 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
|