From 923933a54e469da24022d588a1e29cc0203970c4 Mon Sep 17 00:00:00 2001 From: Brad Date: Mon, 10 Oct 2022 22:04:44 -0500 Subject: [PATCH] more updates --- .bash_aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/.bash_aliases b/.bash_aliases index b64488a..44d254f 100755 --- a/.bash_aliases +++ b/.bash_aliases @@ -49,3 +49,4 @@ alias sysdn='sudo systemctl disable --now' notica() { curl --data "d:$*" "https://noti.toad.city/?VFvu53" ; } pb () { curl --form-string "token=azvux186smiqcg4v3zzpzmu1xz7z2y" --form-string "user=P12LJMVt9iJNID7qjDh9G2zCzLO49j" --form-string "message=$*" -s https://api.pushover.net/1/messages.json>/dev/null; } +alias archbox='docker exec -it --user archivebox archivebox_archivebox_1 archivebox'