Kevin Cox
6efae3d6a9
Merge pull request #118093 from stuebinm/nextcloud-secrets
...
nixos/nextcloud: add extraOptions and secretFile options
2022-07-25 11:29:11 -04:00
Maximilian Bosch
f923f5b9aa
Merge pull request #182456 from mayflower/crowd-secrets
...
nixos/crowd: store openid password securely
2022-07-25 12:02:57 +02:00
Sandro Jäckel
98f180b0e3
nixos/hedgedoc: set good default for ldap.tlsca
2022-07-24 04:08:18 +02:00
Sandro Jäckel
1a7f6b4070
nixos/hedgedoc: do not require to set searchAttributes when ldap login is used
2022-07-24 04:08:18 +02:00
Sandro
8455ba6d64
Merge pull request #181258 from SuperSandro2000/onlyoffice
2022-07-22 16:28:13 +02:00
pennae
e4d4b3cd64
Merge pull request #182441 from leungbk/lemmy-whitespace
...
services/web-apps/lemmy.nix: Remove space that causes a type error
2022-07-22 14:30:23 +02:00
Maximilian Bosch
ee2413c326
nixos/crowd: store openid password securely
2022-07-22 13:13:12 +02:00
Ilan Joselevich
d0617a58e2
services/web-apps/lemmy.nix: Remove space that causes a type error
2022-07-22 01:19:28 -07:00
Maximilian Bosch
258060c37d
nixos/confluence: store crowd SSO password securely
...
Basically the same as the JIRA change[1], but I figured that we can
actually implement that in a backwards compatible manner.
[1] https://github.com/NixOS/nixpkgs/pull/181715
2022-07-20 23:11:53 +02:00
Sandro Jäckel
5e297d07aa
nixos/onlyoffice: init
2022-07-16 23:32:07 +02:00
Maximilian Bosch
765cc35042
nixos/atlassian-jira: allow to store SSO password for crowd outside of the Nix store
...
The option `services.jira.sso.applicationPassword` has been replaced by
`applicationPasswordFile` that needs to be readable by the `jira`-user
or group.
The new `crowd.properties` is created on startup in `~jira` and the
secret is injected into it using `replace-secret`.
2022-07-16 13:01:29 +02:00
Emery Hemingway
429fc9aaf7
nixos/hedgedoc: convert to settings-style configuration
...
Replace "services.hedgedoc.configuration" with ".settings" to be
consistent with RFC0042. This allows control of settings not
declared in the module.
2022-07-10 08:07:14 -05:00
Sandro
de9a1f4e81
Merge pull request #180039 from astro/openwebrx
2022-07-07 14:48:48 +02:00
Astro
10565fccde
m17-cxx-demod: init at 2.3, add to nixos/openwebrx
2022-07-07 00:41:30 +02:00
ajs124
2837f807c9
Merge pull request #180066 from helsinki-systems/rem/nodejs-12_x
...
nodejs-12_x: remove
2022-07-06 23:09:28 +02:00
stuebinm
3fbc2a433d
services/nextcloud: impossible error message
2022-07-06 11:57:44 +02:00
stuebinm
5f4d5fcfa4
services/nextcloud: apply suggestions
2022-07-06 00:16:04 +02:00
stuebinm
dd9200c0a4
services/nextcloud: fix a bug
2022-07-06 00:05:31 +02:00
Martin Weinelt
9082cc6ba0
Merge pull request #174219 from PhilippWoelfel/fix/nixos/calibre-web
...
nixos/calibre-web: Add quotes to test for calibre library
2022-07-05 12:07:47 +02:00
ajs124
1c0cc017b5
nixos/cryptpad: remove
2022-07-04 15:33:59 +02:00
Astro
242090860a
nixos/openwebrx: add codec2, js8call
2022-07-04 15:06:10 +02:00
stuebinm
c3e03d1199
Merge branch 'master' into nextcloud-secrets
2022-06-30 22:24:44 +02:00
stuebinm
ef75aab612
services/nextcloud: more consistent code
2022-06-30 22:21:43 +02:00
ckie
a8c2879f43
Merge pull request #179425 from McSinyx/phylactery
...
phylactery: init at 0.1.1
2022-06-30 18:29:19 +03:00
Nguyễn Gia Phong
f5f338c846
nixos/phylactery: init
2022-06-30 22:50:08 +09:00
Sandro
a59be4f6c8
Merge pull request #175919 from phaer/phaer-healthchecks
...
healthchecks: init at 2.2.1
2022-06-29 23:15:35 +02:00
ajs124
aea940da63
nixos/jitsi-meet: move prosodyctl calls into prosody preStart
2022-06-29 00:19:57 +02:00
phaer
12d45dc313
healthchecks: init at 2.2.1
2022-06-28 10:28:46 +02:00
Astro
9123ed5f36
openwebrx: 1.1.0 -> 1.2.0
2022-06-28 00:46:32 +02:00
Winter
d6f59779c6
nixos/nextcloud: remove extraneous nginx config directive
2022-06-26 14:30:59 -04:00
Winter
e54ddddd2a
nixos/nextcloud: make all services run after nextcloud-setup
2022-06-26 14:29:59 -04:00
Winter
6be3ce36b6
nixos/nextcloud: use mkOption.default for datadir
2022-06-26 14:27:03 -04:00
Yaya
57617daaff
Revert "nixos/hedgedoc: Do not set StateDirectory to an absolute path"
2022-06-26 12:06:36 +02:00
ajs124
5c39c81260
Merge pull request #176702 from Mic92/tt-rss
...
tt-rss: downgrade to php 8.0
2022-06-25 00:29:11 +02:00
M. A
becff58579
nixos/hedgedoc: Do not set StateDirectory to an absolute path
...
Commit 8109d8a
set the `StateDirectory=` option of the systemd service
configuration to the value of `cfg.workDir` which is wrong, according
to dasJ [1]. This commit resolves this issue by stripping the
`/var/lib/` prefix from `cfg.workDir`.
[1] https://github.com/NixOS/nixpkgs/pull/172824#issuecomment-1130350412
2022-06-15 08:58:52 +00:00
Elis Hirwing
da19e4ae97
nixos/snipe-it: Upgrade to PHP 8.1
...
They state that they support PHP 8.1:
https://snipe-it.readme.io/docs/requirements
2022-06-08 18:09:15 +02:00
Elis Hirwing
d7f000b98b
nixos/moodle: Upgrade to PHP 8.1
2022-06-08 18:09:11 +02:00
Elis Hirwing
d0862b0ed9
nixos/nextcloud: Upgrade to PHP 8.0
2022-06-08 18:09:07 +02:00
Elis Hirwing
a69ba21a29
nixos/invoiceplan: Upgrade to PHP 8.1
...
They seem to be working to get PHP 8.1 support:
https://github.com/InvoicePlane/InvoicePlane/issues/798
2022-06-08 18:09:03 +02:00
Elis Hirwing
f822b894c5
nixos/dokuwiki: Upgrade to PHP 8.1
...
They seem to run tests against 8.1 since this commit:
7aee97ee81
2022-06-08 18:08:59 +02:00
Elis Hirwing
4580a63bc4
nixos/grocy: Upgrade to PHP 8.0
2022-06-08 18:08:52 +02:00
Daniel Poelzleithner
e78c2d05da
hedgedoc: ensure upload directory exists
...
Upload directory is not created when uploading, but will fail silently.
Ensure the upload directory is created.
2022-06-07 09:06:56 -05:00
Jörg Thalheim
70b31373b4
tt-rss: downgrade to php 8.0
2022-06-07 14:24:07 +02:00
Lassulus
8cea5e2fa1
Merge pull request #173664 from Izorkin/peertube-redis-server
...
nixos/peertube: use redis.servers
2022-06-02 20:26:29 +02:00
Aleksandar Topuzović
fd86efb8c2
nixos/nextcloud: Fix broken config file
2022-05-28 19:14:12 +01:00
Sandro
23ec1c06c0
Merge pull request #173126 from NULLx76/update-hedgedoc-module
...
nixos/hedgedoc: fix and add config options
2022-05-27 16:03:22 +02:00
Maximilian Bosch
57a8966d03
Merge pull request #171227 from aidalgol/nextcloud-setup-script-fix
...
nixos/nextcloud: Fix broken error suppression in setup script
2022-05-27 13:23:10 +02:00
Jörg Thalheim
9ae4a910e4
nixos/timetagger: drop non-evaluating service files
...
The file was not included in the module list and also does not evaluate.
2022-05-25 21:24:48 +02:00
Philipp Woelfel
81ed7d8861
nixos/calibre-web: Add quotes to test for calibre library
2022-05-23 20:03:28 -06:00
Antoine Martin
f3f0b60006
nixos/nextcloud: use PHP 8 avoiding broken 2FA app
2022-05-23 18:39:39 +02:00