• Joined on 2024-07-24
marlon created branch shorter-secret in coop-cloud/baserow 2025-05-07 17:29:31 +00:00
marlon pushed to shorter-secret at coop-cloud/baserow 2025-05-07 17:29:31 +00:00
marlon deleted branch argon2-doc from coop-cloud/vaultwarden 2025-05-06 00:58:16 +00:00
marlon created pull request moritz/migrabrator#1 2025-05-04 02:51:21 +00:00
added documentation and error messages
marlon pushed to main at MIR/migrabrator 2025-05-04 02:50:22 +00:00
2ab7c3e7f2 added documentation and error messages
marlon created repository MIR/migrabrator 2025-05-03 22:32:51 +00:00
marlon pushed to main at coop-cloud/jitsi 2025-05-03 22:05:00 +00:00
80951f42b0 update readme
marlon created branch main in coop-cloud/jitsi 2025-05-03 22:03:47 +00:00
marlon pushed to main at coop-cloud/jitsi 2025-05-03 22:03:47 +00:00
cb1a889059 add traefik udp forwarding labels
d3dd84ab4a send XMPP_SERVER env to jvb container
e5375c65fe add LOCAL_ADDRESS env to jvb config
01cc3c94ac add PVB_ADVERTISE_IPS env var to the jvb config
762628dbc2 initial
Compare 10 commits »
marlon created repository coop-cloud/jitsi 2025-05-03 22:01:32 +00:00
marlon commented on issue coop-cloud/vaultwarden#10 2025-05-03 21:20:29 +00:00
insert_vaultwarden_admin_token command fails

documented in this PR coop-cloud/vaultwarden#11

marlon closed issue coop-cloud/vaultwarden#10 2025-05-03 21:20:29 +00:00
insert_vaultwarden_admin_token command fails
marlon created pull request coop-cloud/vaultwarden#11 2025-05-03 21:20:03 +00:00
add solution to missing argon2 error message
marlon pushed to argon2-doc at coop-cloud/vaultwarden 2025-05-03 21:19:38 +00:00
3b2f17908f add solution to missing argon2 error message
marlon created branch argon2-doc in coop-cloud/vaultwarden 2025-05-03 21:11:14 +00:00
marlon pushed to argon2-doc at coop-cloud/vaultwarden 2025-05-03 21:11:14 +00:00
marlon commented on issue toolshed/abra#553 2025-05-03 06:41:29 +00:00
Improve autocomplete migration documentation

Yes, seems the problem was that I had this pre v0.10.x line in my .zshrc file: source /etc/zsh/completion.d/abra

Removing that line fixed the error.

marlon commented on issue toolshed/abra#553 2025-05-02 16:06:40 +00:00
Improve autocomplete migration documentation

Yes, I should have clarified I'm running zsh 5.9 and I ran the following commands per the migration docs:

echo "autoload -U compinit; compinit" >> ~/.zshrc
abra autocomplete zsh >…
marlon opened issue coop-cloud/vaultwarden#10 2025-05-01 22:43:47 +00:00
insert_vaultwarden_admin_token command fails
marlon opened issue toolshed/abra#553 2025-05-01 22:34:44 +00:00
Autocomplete fails: "unknown flag: --generate-bash-completion"