aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites
Commit message (Collapse)AuthorAgeFilesLines
* 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-1310-18/+18
|
* Update roundcubeIsmaël Bouya2019-04-113-8/+128
|
* 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-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
* Migrate yarn2nix to external repositoryIsmaël Bouya2019-04-022-7/+11
|
* 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 to latest nixpkgsIsmaël Bouya2019-03-265-15/+9
|
* Migrate packageOverrides to overlaysIsmaël Bouya2019-03-234-17/+17
|
* Migrate capitaines.frIsmaël Bouya2019-03-071-3/+16
|
* Add bouya.org and outils.immae.eu domainsIsmaël Bouya2019-03-072-0/+37
|
* Add "pub" userIsmaël Bouya2019-03-011-1/+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
|
* Add cron background job for nextcloudIsmaël Bouya2019-02-111-0/+9
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=120
* Move nextcloud configuration to var dirIsmaël Bouya2019-02-112-3/+7
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=96
* Allow all vhosts to read wwwIsmaël Bouya2019-02-111-0/+4
|
* Adjust journald configuration and limit some verbose appsIsmaël Bouya2019-02-111-0/+2
|
* Add mpd and make adjustmentsIsmaël Bouya2019-02-113-2/+32
|
* Add php ldapIsmaël Bouya2019-02-097-1/+264
| | | | Related issue: https://git.immae.eu/mantisbt/view.php?id=78
* Add other toolsIsmaël Bouya2019-02-091-2/+28
|
* Add dokuwikiIsmaël Bouya2019-02-085-1/+152
|
* Remove naemon local ruleIsmaël Bouya2019-02-082-2/+0
|
* Add shaarli websiteIsmaël Bouya2019-02-074-1/+515
|