Sandro
efb55108b3
Merge pull request #231435 from drupol/openvscode-server/systemd-service
2023-05-16 14:14:29 +02:00
Sandro
bcd46a36a7
Merge pull request #227338 from erictapen/mastodon
2023-05-16 13:52:28 +02:00
Pol Dellaiera
1d37fe1526
nixos/openvscode-server: init
2023-05-15 21:48:08 +02:00
Sandro
5bb17df552
Merge pull request #231705 from ambroisie/add-vikunja-port
2023-05-15 15:27:31 +02:00
Ryan Lahfa
fa06a3b646
Merge pull request #230888 from Misterio77/nextcloud-createlocally-optin
...
nixos/nextcloud: default createLocally to false
2023-05-15 09:28:15 +02:00
Jörg Thalheim
fc8c839fe8
Merge pull request #231841 from Ma27/wikijs-node18
...
wiki-js: use nodejs18
2023-05-14 16:22:56 +01:00
Gabriel Fontes
f9f76529cd
nixos/nextcloud: default createLocally to false
2023-05-14 12:09:50 -03:00
Ryan Lahfa
8ef486b60e
Merge pull request #207194 from RaitoBezarius/pixelfed-module
...
pixelfed: init at 0.11.5, module, tests
2023-05-14 17:09:19 +02:00
Maximilian Bosch
577ffe768c
wiki-js: use nodejs18
...
Part of #229910 .
Unfortunately this is a little hacky because upstream doesn't intend to
support it for 2.5, but only for 3.0 which isn't out yet, however nodejs-16
will get out of maintenance during the support-span of NixOS 23.05[1].
The only breaking change is that `extract-files` uses a deprecated way
of exposing modules, I went through the list of other breaking
changes in v17 and v18[2][3] and couldn't spot any usage of removed
features, also local testing didn't reveal further issues.
Unfortunately fixing that breakage turned out to be non-trivial.
Currently, `extract-files@9.0.0` is used with the problematic portions
in its `package.json`, however it's only a transitive dependency of
`@graphql-tools/url-loader` & `apollo-upload-client`. Unfortunately, the
versions of that in use require v9 and don't work with a newer version of
`extract-files` with the problem fixed[4]. Also, upgrading the
dependencies in question is not a feasible option because `graphql-tools`
was split up into multiple smaller packages in v8 and also some of the
APIs in use in `wiki.js` were dropped there[5], so this would also be
very time-consuming and non-trivial to fix.
Since this was the only issue, I decided to go down the hacky route and
patch the problem in `package.json` of `extract-files` manually during
our `patchPhase`.
[1] https://github.com/requarks/wiki/discussions/6388
[2] https://nodejs.org/en/blog/release/v17.0.0
[3] https://nodejs.org/en/blog/release/v18.0.0
[4] Upon local testing, this broke with the following error:
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './public/extractFiles' is not defined by "exports" in /wiki/node_modules/extract-files/package.json
[5] For instance `SchemaDirectiveVisitor` in
`server/graph/directives/auth`.
2023-05-14 14:25:33 +02:00
Jonas Heinrich
9241cee3c4
Merge pull request #224274 from SuperSandro2000/nixos/nextcloud-notify_push
...
nixos/nextcloud: add configureRedis option; nixos/nextcloud-notify_push: add bendDomainToLocalhost
2023-05-14 10:35:57 +02:00
Bruno BELANYI
f3f709af74
nixos/vikunja: add 'port' option
2023-05-13 18:01:36 +01:00
Martin Weinelt
557f89f5d1
Merge pull request #228492 from LeSuisse/tt-rss-2023-04-13-php81
...
tt-rss: unstable-2022-10-15 -> unstable-2023-04-13, module use PHP 8.1
2023-05-13 02:17:24 +02:00
asonix
cb2941db79
pict-rs: 0.3.0-alpha.37 -> 0.3.3
2023-05-09 15:24:54 -04:00
Weijia Wang
419d7f9c8d
Merge pull request #230753 from fetsorn/typos
...
several typos
2023-05-09 19:16:12 +03:00
fetsorn
f035683f55
nixos/matomo: fix typo
...
"suported" -> "supported"
2023-05-09 18:02:17 +04:00
Martin Weinelt
35a73717df
Merge pull request #218599 from Izorkin/update-peertube
...
peertube: 5.0.0 -> 5.1.0
2023-05-09 14:37:44 +02:00
Izorkin
1afcb4c6ef
nixos/peertube: update nginx configuration
2023-05-08 23:49:03 +03:00
Izorkin
8d76c0b6fb
peertube: 5.0.0 -> 5.1.0
2023-05-08 23:48:32 +03:00
Bernardo Meurer
4804f7a09b
nixos/mainsail: init
2023-05-07 01:41:03 -04:00
Gabriel Fontes
16b3b0c53b
nixos/tests/kavita: init
2023-05-06 13:57:53 -03:00
Gabriel Fontes
e2854d332d
nixos/kavita: init
2023-05-06 13:57:53 -03:00
Sandro Jäckel
da15c5054e
nixos/nextcloud-notify_push: add bendDomainToLocalhost
2023-05-03 22:41:23 +02:00
Sandro Jäckel
546d4d4b76
nixos/nextcloud: add configureRedis option
2023-05-03 22:40:41 +02:00
Martin Weinelt
826418fc35
Merge pull request #227990 from Mic92/mediawiki-webserver
...
nixos/mediawiki: make apache2 optional
2023-05-02 12:39:10 +02:00
Sandro
7b02d16807
Merge pull request #227973 from tensor5/nixos/nextcloud--fix-notify_push-configuration-parse-error
2023-05-02 01:05:02 +02:00
Jörg Thalheim
077e950f7a
nixos/mediawiki: also test fcgi socket
2023-05-01 20:51:11 +02:00
Jörg Thalheim
d309952a5d
nixos/mediawiki: make apache optional
2023-05-01 20:51:11 +02:00
Jonas Heinrich
fcf6662fb5
Merge pull request #229159 from Misterio77/refactor-nextcloud-createlocally
...
nixos/nextcloud: refactor database.createLocally
2023-05-01 20:04:20 +02:00
Gabriel Fontes
fddf531c6f
nixos/nextcloud: refactor database.createLocally
...
Fixes https://github.com/NixOS/nixpkgs/issues/228971
2023-05-01 12:20:40 -03:00
IndeedNotJames
f88be46556
discourse: 3.1.0.beta2 -> 3.1.0.beta4
...
https://meta.discourse.org/t/3-1-0-beta4-new-notifications-menu-chat-and-sidebar-improvements-security-fixes-and-more/262044
https://meta.discourse.org/t/3-1-0-beta3-search-optimizations-resizable-chat-drawer-new-api-scopes-and-more/258274
diff: https://github.com/discourse/discourse/compare/v3.1.0.beta2..v3.1.0.beta4
2023-04-28 12:14:58 +02:00
Thomas Gerbet
796121dc9b
tt-rss: unstable-2022-10-15 -> unstable-2023-04-13, module use PHP 8.1
...
Upstream Docker images also uses PHP 8.1.
Diff:
https://git.tt-rss.org/fox/tt-rss.git/diff/?id=0578bf802571781a0a7e3debbbec66437a7d28b4&id2=602e8684258062937d7f554ab7889e8e02318c96
2023-04-27 11:46:38 +02:00
Colin
855cff92e0
nixos/lemmy: fix documentation links
2023-04-26 18:29:53 -04:00
Jonas Heinrich
8ab44af90f
Merge pull request #226141 from e1mo/dokuwiki-23-05
...
nixos/dokuwiki: Finally remove extraConfig
2023-04-26 22:23:12 +02:00
Sandro Jäckel
aad577bd30
nodejs*: normalise names to better fit other packages
...
Versioned package attributes are usually named like $pname_$version
eg: nodejs-14_x -> nodejs_14
2023-04-25 11:28:17 +02:00
Nicola Squartini
3b758d4aab
nixos/nextcloud: fix notify_push configuration parse error
...
notify_push is unable to parse functions in PHP configuration, so we
avoid loading the `override.config.php` file.
2023-04-24 17:45:44 +02:00
Jörg Thalheim
c129c9fac0
nixos/mediawiki: drop $wgEmergencyContact setting
2023-04-24 14:25:00 +02:00
Jörg Thalheim
1d2a96eda3
nixos/mediawiki: move virtualHost to httpd.virtualHost
...
This is a preparation to also allow nginx as a http server.
2023-04-24 14:24:52 +02:00
bezmuth
51c5aae874
nixos/pixelfed: init module
2023-04-21 17:39:24 +02:00
Maximilian Bosch
636e9f7418
Merge pull request #227235 from Ma27/bump-nextcloud
...
nextcloud: 25.0.5 -> 25.0.6, 26.0.0 -> 26.0.1, remove nc24
2023-04-21 11:14:29 +02:00
Kerstin Humm
aff288424f
nixos/mastodon: fixup sidekiq jobClasses assertion
...
See https://github.com/NixOS/nixpkgs/pull/225005#issuecomment-1516677321
2023-04-20 22:58:34 +02:00
Artturi
b83db86a9e
Merge pull request #222080 from Stunkymonkey/nixos-optionalString
2023-04-20 16:07:30 +03:00
Maximilian Bosch
0abc5bcc7e
nixos/nextcloud: for nc26 it's not necessary anymore to set enableBrokenCiphersForSSE
to false
2023-04-20 12:20:52 +02:00
Maximilian Bosch
430f1dcdbd
nextcloud: remove nextcloud24, 25.0.5 -> 25.0.6, 26.0.0 -> 26.0.1
2023-04-20 11:34:54 +02:00
Ryan Lahfa
8ef336e870
Merge pull request #224491 from LeSuisse/moodle-php-81
...
nixos/moodle: use PHP 8.1
2023-04-19 08:35:32 +02:00
Sandro
349ec9c376
Merge pull request #226689 from tyxieblub/plausible
2023-04-19 01:26:22 +02:00
Sandro
4f6b51d99c
Merge pull request #224212 from Guekka/monica
...
monica: init at 4.0.0 & nixos-module
2023-04-18 16:58:42 +02:00
tyxieblub
efde50d9f5
nixos/plausible: add package option
2023-04-17 21:20:03 +02:00
Guillaume Girol
3cc8b4477e
python3.pkgs.ihatemoney: remove
...
sqlalchemy and flask releases break ihatemoney faster than upstream
updates, so the maintenance burden increases over time.
2023-04-16 16:04:35 +02:00
Edgar B
33a7f368b4
nixos/monica: init
2023-04-16 11:24:00 +02:00
Moritz 'e1mo' Fromm
cc55cd6ab7
nixos/dokuwiki: Mark last descriptions as md
2023-04-14 18:12:48 +02:00