Matthieu Coudron
20bbfc39e4
services.nextcloud: add logLevel ( #56400 )
...
a vlaue between 0 and 4 to help debug problems
2019-02-26 09:18:08 +01:00
Symphorien Gibol
a915b33315
nixos: add preferLocalBuild=true; on derivations for config files
2019-02-22 20:11:27 +01:00
Robert Irelan
7ae4b4897a
tt-rss: Fix syntax error in config.php DB_PASS field
...
Empty password case would write `define('DB_PASS', )` instead of `define('DB_PASS', '')`.
2019-02-19 16:24:17 -08:00
Ryan Mulligan
c3f9fdbf42
Merge pull request #55957 from dasJ/icingaweb2-module
...
nixos/icingaweb2: Init the module
2019-02-17 11:12:23 -08:00
Janne Heß
1caa886f6c
nixos/icingaweb2: Init the module
...
The module is indeed very large but allows configuring every aspect of
icingaweb2. The built-in monitoring module is in an own file because
there are actually more (third-party) modules and this structure means
every module can get an own file.
2019-02-17 19:08:47 +01:00
Torsten Schmits
97bb693927
nixos/tt-rss: fix syntax error in pre-start script
2019-02-17 10:50:24 +01:00
Graham Christensen
a1525c5d48
docs: give matomo an ID
2019-02-15 17:51:00 -05:00
Silvan Mosberger
8a5925b7eb
Merge pull request #55301 from telotortium/tt-rss_disable_automatic_updates
...
Remove option config.services.tt-rss.checkForUpdates (forced to false)
2019-02-14 21:15:30 +01:00
Silvan Mosberger
3df95cfd9a
Merge pull request #55540 from florianjacob/matomo
...
Security: Matomo 3.7.0 -> 3.8.1
2019-02-14 21:13:57 +01:00
Silvan Mosberger
c84488329b
Merge pull request #47747 from florianjacob/matomo-archive-processing-service
...
Matomo archive processing service
2019-02-14 21:05:16 +01:00
Francesco Zanini
ab912cf744
atlassian services: allow overriding package ( #55685 )
2019-02-13 08:08:13 +00:00
Florian Jacob
faac33bc77
nixos/matomo: 3.8.0 introduces matomo.{php,js} files
2019-02-11 17:33:44 +01:00
Jörg Thalheim
f636bb2016
tt-rss: read listen socket from pool
...
This allows to use a different socket.
The configuration was tested on my server.
2019-02-08 07:08:13 +00:00
Jörg Thalheim
367b1e10cb
tt-rss: add database.passwordFile option
2019-02-08 07:08:10 +00:00
Robert Irelan
eab69d998b
Remove option config.services.tt-rss.checkForUpdates (forced to false)
...
Force this option to false. Leaving this as true (currently the default)
is dangerous. If the TT-RSS installation upgrades itself to a newer
version requiring a schema update, the installation will break the next
time the TT-RSS systemd service is restarted.
Ideally, the installation itself should be immutable (see
https://github.com/NixOS/nixpkgs/issues/55300 ).
2019-02-05 23:05:23 -08:00
Andrew Childs
a7d9dcab7e
nixos/nextcloud: use matching nginx package when configuring nginx
...
NixOS currently defaults services.nginx.package to
nginxStable. Including configuration files from nginxMainline could
potentially cause incompatible configuration.
2019-02-05 02:59:42 +09:00
Robin Gloster
89d24aca93
atlassian-crowd: 3.2.5 -> 3.3.3
2019-01-07 21:54:23 +01:00
Franz Pletz
b60f8fc6e2
atlassian modules: don't chown home recursively
...
This can take a long time and should not be necassary anyway.
2019-01-07 21:54:20 +01:00
Florian Klink
34d45007e2
Merge pull request #51053 from Ma27/draft-nextcloud-module-docs
...
nixos/nextcloud: add basic module documentation and warn about current upgrading issues
2018-12-16 12:16:47 +01:00
Florian Jacob
959ba6f055
nixos/matomo: rename matomo_setup_update to matomo-setup-update
...
to make it consistent with other NixOS systemd services and `matomo-archive-processing.service`.
Also, consistently spell Matomo with capital M.
2018-12-09 14:42:27 +01:00
Florian Jacob
ed6a60de1e
nixos/matomo: add automatic archive processing
2018-12-09 14:42:27 +01:00
Jörg Thalheim
40c8969b4c
quassel-webserver: remove
...
Package is broken and the original maintainer does not respond.
Unless someone wants to pick it up, I propose the removal.
fixes #51614
2018-12-07 16:46:36 +00:00
Maximilian Bosch
216a954540
nixos/nextcloud: add basic module documentation and warn about current upgrading issues
...
Part of #49783 . NextCloud tracks in its `config.php` the application's
state which makes it hard for the module to modify configurations during
upgrades.
It will take time until the issue is properly fixed, therefore we
decided to warn about this in the manual.
This PR addresses two things:
* Adding a basic example for nextcloud. I figured it to be helpful to
add some basic usage instructions when adding a new manual entry.
Advanced documentation may follow later.
For now this document actively links to the service options, so users
are guided to the remaining options that can be helpful in certain
cases.
* Add a warning about upgrades and manual changes in
`/var/lib/nextcloud`. This will be fixed in the future, but it's
definetely helpful to document the current issues in the manual (as
proposed in https://github.com/NixOS/nixpkgs/issues/49783#issuecomment-439691127 ).
2018-11-29 11:59:54 +01:00
Rafael García Gallego
8bf4fe85f1
selfoss (service): fix port in service config ( #50411 )
2018-11-15 19:22:20 +00:00
Léo Gaspard
221e0fae38
nextcloud module: document process for using with pgsql unix auth
2018-11-10 12:30:54 +09:00
Marwan Aljubeh
8ddefe857d
nixos/nextcloud: fix a typo
...
The NextCloud `adminpass` option sets the admin password, not the database password.
2018-10-25 18:04:36 +02:00
Victor SENE
2a164f598c
nixos/nextcloud: extend documentation for nginx configuration
...
Co-authored-by: Robin Gloster <mail@glob.in>
2018-10-22 19:50:37 +02:00
Yegor Timoshenko
6e4d0c4a8a
Merge pull request #47691 from florianjacob/matomo-choose-package
...
nixos/matomo: introduce services.matomo.package option
2018-10-13 15:27:00 +00:00
Florian Jacob
a1825aecfc
nixos/matomo: introduce services.matomo.package option
2018-10-13 15:25:12 +00:00
Victor SENE
2dcd512e74
nixos/nextcloud: add poolConfig option ( #48094 )
2018-10-11 14:13:23 +00:00
Matthew Bauer
ef7d2215a5
Merge pull request #46856 from dasJ/tt_rss_uid
...
nixos/tt_rss: Give a proper UID
2018-10-05 22:41:27 -05:00
Franz Pletz
ebd38185c8
nixos/nextcloud: init
...
Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de>
Co-authored-by: Robin Gloster <mail@glob.in>
Co-authored-by: Janne Heß <janne@hess.ooo>
Co-authored-by: Florian Klink <flokli@flokli.de>
2018-10-01 02:07:43 +09:30
Graham Christensen
8413f22bb3
docs: format
2018-09-29 20:51:11 -04:00
WilliButz
3961cab52f
codimd: remove unneeded defaults
2018-09-18 23:15:34 +02:00
WilliButz
fc93264f59
codimd: fix option configuration.saml.idpCert
2018-09-18 23:15:34 +02:00
Janne Heß
be6e995085
nixos/tt_rss: Give a proper UID
2018-09-18 21:46:52 +02:00
WilliButz
db846a88a8
nixos/codimd: add module
2018-09-17 15:18:52 +02:00
Graham Christensen
34d2ec7c09
nixos docs: give IDs to things
2018-09-01 16:20:49 -04:00
Yorick van Pelt
369cc995d1
youtrack: 2018.1.41051 -> 2018.2.44329
2018-08-09 21:46:21 +03:00
volth
2e979e8ceb
[bot] nixos/*: remove unused arguments in lambdas
2018-07-20 20:56:59 +00:00
volth
87f5930c3f
[bot]: remove unreferenced code
2018-07-20 18:48:37 +00:00
volth
29f0525679
nixos/nexus: fix evaluation
2018-07-09 04:48:15 +00:00
volth
e9ec28f068
nixos/matomo: fix evaluation
2018-07-09 04:45:52 +00:00
Florian Klink
fff5923686
nixos/modules: users.(extraUsers|extraGroup->users|group)
2018-06-30 03:02:58 +02:00
Matthew Bauer
76d1e13b7a
Merge pull request #41444 from dasJ/tt-rss
...
nixos/tt-rss: Support plugins and themes
2018-06-28 20:40:09 -04:00
Franz Pletz
2ef3ae5590
virtlyst service: init
2018-06-26 01:18:30 +02:00
Franz Pletz
8f4f748810
Merge pull request #42306 from ryantm/mattermost
...
mattermost: 4.10.0 -> 5.0.0
2018-06-20 20:52:04 +00:00
Jörg Thalheim
36600b2a50
Merge pull request #42287 from ryantm/mattermost-joinsnamespaceof
...
nixos/mattermost: fix JoinsNamespaceOf config location
2018-06-20 09:57:16 +01:00
Ryan Mulligan
b83152c135
mattermost: 4.10.0 -> 5.0.0
2018-06-19 17:12:13 -07:00
Allan Espinosa
783eb8438a
nixos/nexus: allow overriding the package
...
Useful when pulling nixos-unstable in a stable NixOS installation.
2018-06-13 08:02:17 -04:00