Janik
946c3f8c51
Merge pull request #214063 from michaelshmitty/anuko-timetracker
2023-06-27 13:19:44 +02:00
Michael Smith
7532dbaa32
nixos/anuko-time-tracker: init
2023-06-27 12:30:33 +02:00
NotAShelf
b5fcbad5fb
nixos/lemmy: handle database creation better
2023-06-27 17:46:19 +08:00
Janik
23a11416b9
Merge pull request #238307 from pacien/pixelfed-update
2023-06-27 09:55:06 +02:00
Ryan Lahfa
269144b67b
Merge pull request #239937 from Tom-Hubrecht/pixelfed
2023-06-26 18:00:26 +02:00
Tom Hubrecht
9075cd9e11
nixos/pixelfed: Fix missing php modules for pixelfed-horizon
2023-06-26 15:53:20 +02:00
Felix Buehler
933a41a73f
treewide: use optional instead of 'then []'
2023-06-25 09:11:40 -03:00
pennae
50a780ce5c
Merge pull request #237824 from drupol/add-guacamole-server-and-client
...
{guacamole-server,guacamole-client}: init at 1.5.2
2023-06-23 15:41:50 +02:00
Pol Dellaiera
6cc1b175d3
nixos/guacamole-server: init
2023-06-21 22:11:44 +02:00
Thomas Gerbet
84c0cb1471
php: drop PHP 8.0
...
Closes #224505
2023-06-21 22:09:16 +02:00
Pol Dellaiera
a950888024
nixos/guacamole-client: init
2023-06-21 20:47:31 +02:00
Peder Bergebakken Sundt
53077eb1be
code-server: add vscode-with-extensions compatibility
2023-06-17 23:14:50 +02:00
pacien
d99dd867fb
nixos/pixelfed: fix code cache cleanup
...
The "bootstrap" directory only exists within the app's package.
The cached code is placed at the root of the runtime directory
instead.
2023-06-17 19:57:29 +02:00
Maximilian Bosch
3df3a89892
nixos/nextcloud: fix declarative cache configuration
...
It's supposed to be `memcache.distributed`, not an associative PHP array
named `memcache` with a key `distributed`.
This was probably never caught because the initial `grep -q` check in
the test was invalid: `redis-cli` prints nothing if no keys can be found
when not writing to a tty apparently.
2023-06-16 14:11:38 +02:00
Maximilian Bosch
5a2769d981
nextcloud27: init
...
Fixes #237560
2023-06-16 14:11:38 +02:00
Charles Hall
370f3e4883
nixos/lemmy: remove option removed upstream
2023-06-16 05:59:32 -04:00
Ryan Lahfa
a056d3567c
Merge pull request #236279 from minijackson/netbox-3.5.3
2023-06-16 11:49:13 +02:00
Raito Bezarius
db230657fc
nixos/pixelfed: cleanup package cache at the very start
2023-06-16 00:50:10 +02:00
Charles Hall
af585658b8
nixos/lemmy: reduce moving parts
2023-06-15 06:56:56 -04:00
Charles Hall
fa9306c041
nixos/lemmy: allow overriding packages
2023-06-15 06:56:56 -04:00
Charles Hall
b1853ecfcd
nixos/lemmy: only use env var when instructed
...
Lemmy checks the environment variable before the configuration file;
i.e. if the file is used to configure the database but the environment
variable is set to anything, the connection will fail because it'll
ignore the file. This was the previous behavior.
Now, the environment variable will be unset unless the user explicitly
chooses to set it, which makes the file-based configuration function
correctly. It's also possible to manually set the environment variable,
which has the major advantage of working around [this issue][0], which
prevents certain setups from working.
[0]: https://github.com/LemmyNet/lemmy/issues/2945
2023-06-15 06:56:56 -04:00
Charles Hall
dd0b5a7e08
nixos/lemmy: warn for option removed upstream
...
Also hide it since it shouldn't be used.
2023-06-15 06:56:56 -04:00
Gaetan Lepage
2e582d4edc
nixos/invidious: add automaticRestart option
2023-06-14 16:19:40 +02:00
Maximilian Bosch
d7ac3423d3
Merge pull request #235387 from doronbehar/nixos/nextcloud.adminpassFile
...
nixos/nextcloud: Mention that adminpassFile is only used on startup
2023-06-14 12:41:35 +02:00
Pol Dellaiera
7907dd9d6b
Merge pull request #235924 from Stunkymonkey/remove-then-{}
...
treewide: use lib.optionalAttrs instead of 'then {}'
2023-06-13 20:14:58 +02:00
Pol Dellaiera
9ce1accb88
nixos/modules/openvscode-server: fix options
2023-06-13 15:08:56 +02:00
Sandro
9183a72d11
Merge pull request #232862 from misuzu/gotosocial-init
2023-06-13 11:36:46 +02:00
Colin
bd77d4ae46
nixos/lemmy: support nginx
2023-06-12 09:59:11 -04:00
Ryan Lahfa
3897d52760
Merge pull request #236134 from Tom-Hubrecht/pixelfed
...
nixos/pixelfed: Fix missing permissions for nginx serving files
2023-06-12 11:59:31 +02:00
Martin Weinelt
5715d6b452
Merge pull request #236471 from Mic92/mediawiki-fixes
...
mediawiki: fix group used when apache2 is used
2023-06-08 03:13:35 +02:00
Jörg Thalheim
d3036bb608
mediawiki: fix group used when apache2 is used
2023-06-07 17:31:44 +02:00
Felix Buehler
ed3b102d1e
treewide: use use lib.optionalAttrs instead of 'then {}'
2023-06-06 22:54:31 +02:00
Minijackson
a46c5ee816
nixos/netbox: make systemd units more consistent with upstream
2023-06-06 14:53:08 +02:00
Pol Dellaiera
cc47c2189f
Merge pull request #220068 from h7x4/hedgedoc-allow-nullable-client-secret
...
nixos/hedgedoc: allow `clientSecret` to be null
2023-06-05 21:54:02 +02:00
Tom Hubrecht
953ee5df82
nixos/pixelfed: Fix missing permissions for nginx serving files
...
Also fixes the service `pixelfed-cron` StateDirectory and uses the nginx user instead of group to define nginx appartenance to pixelfed's group
2023-06-05 20:49:16 +02:00
misuzu
45ffb33514
nixos/gotosocial: init
...
Co-authored-by: Peder Bergebakken Sundt <pbsds@hotmail.com>
2023-06-05 09:07:34 +03:00
Ryan Lahfa
4a4238a840
Merge pull request #235143 from wlcx/patch-1
...
nixos/pixelfed: fix broken try_files
2023-06-02 17:12:14 +02:00
Doron Behar
5b6c95c4cb
nixos/nextcloud: Mention that adminpassFile is only used on startup
2023-06-01 15:43:51 +03:00
Sam W
6ad72aa37e
nixos/pixelfed: fix broken try_files
...
Add missing $ to try files directive. This fixes pixelfed federation and search, amongst presumably many other things!
2023-05-31 15:19:23 +08:00
Pol Dellaiera
2c95ebadf3
nixos/code-server: add more command line options
2023-05-26 09:51:33 +02:00
Yaya
f63f781063
nixos/sftpgo: init
...
A fully featured and highly configurable SFTP server with optional
HTTP/S, FTP/S and WebDAV support.
https://github.com/drakkan/sftpgo
2023-05-25 22:46:15 +02:00
Alexander Sieg
74bc42615c
outline: 0.68.1 -> 0.69.2
2023-05-23 10:44:02 +02:00
Maximilian Bosch
c0bbecef87
Merge pull request #232276 from LeSuisse/broken-php80-packages
...
grocy, limesurvey: mark as broken due to lack of PHP 8.1 compatibility
2023-05-23 07:19:17 +02:00
Ryan Lahfa
0e662e669a
Merge pull request #227642 from Flakebi/powerdns-admin2
...
powerdns-admin: 0.3.0 -> 0.4.1
2023-05-22 09:30:24 +02:00
Flakebi
1a13b4c0f9
powerdns-admin: 0.3.0 -> 0.4.1
...
- Fix with flask-migrate 4+
- Update to 0.4.1
- Improve the test to check that using the database works
2023-05-22 00:39:58 +02:00
figsoda
701bcdbead
nixos: fix typos
2023-05-19 22:31:04 -04:00
Thomas Gerbet
bc48fa8f5e
limesurvey: mark as broken
...
limesurvey is not yet compatible with PHP 8.1.
2023-05-16 19:18:22 +02:00
Thomas Gerbet
314c64c409
grocy: mark as broken
...
grocy is not yet compatible with PHP 8.1
2023-05-16 19:13:00 +02:00
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