I would rather be playing Hell Divers 2.

This commit is contained in:
coolnsx
2025-02-03 17:15:30 +05:30
parent 014f28a2ce
commit 3b7b76130c
19 changed files with 317 additions and 150 deletions

View File

@@ -12,16 +12,6 @@ ntfy_creds() {
NTFY_TOPIC=
}
jellyfin_creds() {
# unload
[ "$1" = "unload" ] && unset JF_TOKEN JF_BASE_URL JF_USER_ID && return 0
# load
JF_TOKEN=
JF_BASE_URL=
JF_USER_ID=
}
nextcloud_creds() {
# unload
[ "$1" = "unload" ] && unset NC_URL NC_USER NC_TOKEN NC_SHARE_PATH NC_FOLDER_ID && return 0