Commit Graph
15 Commits
Author SHA1 Message Date
Robbert Gurdeep Singh fa4aa72508 nextcloud: add preInstall and postInstall hook calls 2021-05-21 10:33:13 +02:00
Robbert Gurdeep Singh 63542dbf0a nextcloud: 21.0.1 -> 21.0.2 2021-05-21 08:33:10 +02:00
Robbert Gurdeep Singh 7242fa1cb6 matrix-appservice-slack: 1.7.0 -> 1.8.0 2021-05-06 20:36:12 +02:00
Robbert Gurdeep Singh ed85d8cdfb languagetool: add preInstall and postInstall runhooks 2021-04-25 17:01:20 +02:00
Robbert Gurdeep Singh 024b4917eb languagetool: 5.2 -> 5.3 2021-04-25 15:33:40 +02:00
Robbert Gurdeep Singh c3367cc4f7 nextcloud: 21.0.0 -> 21.0.1 2021-04-09 09:02:34 +02:00
Robbert Gurdeep SinghandSandro 4c8b69bee3 Use tag instead of sha to reference upstream pacakge.json
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-01 20:45:56 +02:00
Robbert Gurdeep Singh 8e4131e592 matrix-appservice-slack: Add beardhatcode as maintainer
Signed-off-by: Robbert Gurdeep Singh <git@beardhatcode.be>
2021-03-22 10:05:59 +01:00
Robbert Gurdeep Singh 045e01aae6 maintainers: add beardhatcode
Signed-off-by: Robbert Gurdeep Singh <git@beardhatcode.be>
2021-03-22 10:05:51 +01:00
Robbert Gurdeep Singh 88a38e21d6 matrix-appservice-slack: 1.4.0 -> 1.7.0 2021-02-13 22:14:47 +01:00
Robbert Gurdeep Singh f179c0f047 nextcloud: 20.0.5 -> 20.0.6
sha from https://download.nextcloud.com/server/releases/nextcloud-20.0.6.tar.bz2.sha256

Signed-off-by: Robbert Gurdeep Singh <git@beardhatcode.be>
2021-01-31 16:43:05 +01:00
Robbert Gurdeep Singh 6fb0c40bbf nextcloud: 20.0.4 -> 20.0.5
Signed-off-by: Robbert Gurdeep Singh <git@beardhatcode.be>
2021-01-18 09:19:22 +01:00
Robbert Gurdeep Singh caa725a6fd nixos/nextcloud: fix missing quotes arround $* in occ wrapper and replace with $@
This will allow this to work:
    nextcloud-occ config:app:set theming slogan --value="A place for testing"
2020-12-24 21:02:05 +01:00
Robbert Gurdeep Singh 29e1b41301 pass: add find and grep as dependencies
When pass is called from passff it does not have grep and find in its
path.

PATH="" /home/beardhatcode/.nix-profile/bin/pass grep lol                                             ~
/nix/store/HASH-password-store-1.7.3/bin/.pass-wrapped: line 399: find: command not found

$ PATH="/nix/store/HASH-findutils-4.7.0/bin" /home/beardhatcode/.nix-profile/bin/pass grep lol
/nix/store/HASH-password-store-1.7.3/bin/.pass-wrapped: line 403: grep: command not found
/nix/store/HASH-password-store-1.7.3/bin/.pass-wrapped: line 403: grep: command not found
2020-12-04 11:56:11 +01:00
Robbert Gurdeep Singh b4b17543c3 languagetool: 5.0 -> 5.1 2020-11-17 12:38:59 +01:00