aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/auth/donmai.zsh18
-rw-r--r--config/auth/gelbooru.zsh9
-rw-r--r--config/auth/idolcomplex.zsh11
-rw-r--r--config/auth/moebooru.zsh17
-rw-r--r--config/auth/sankakuchannel.zsh11
5 files changed, 0 insertions, 66 deletions
diff --git a/config/auth/donmai.zsh b/config/auth/donmai.zsh
deleted file mode 100644
index dfd3581..0000000
--- a/config/auth/donmai.zsh
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright (C) 2024-2025 Maria Lisina
-# Copyright (C) 2024-2025 Danil Lisin
-# SPDX-License-Identifier: Apache-2.0
-
-case "${ib_board}" in
- (a)
- ib_auth="https://safebooru.donmai.us"
- ;;
- (d)
- ib_auth="https://danbooru.donmai.us"
- ;;
-esac
-
-ib_header="Authorization: Baisc"
-ib_login_file="login"
-ib_key_file="api_key"
-ib_login_word="login"
-ib_key_word="API key"
diff --git a/config/auth/gelbooru.zsh b/config/auth/gelbooru.zsh
deleted file mode 100644
index 9638211..0000000
--- a/config/auth/gelbooru.zsh
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright (C) 2024-2025 Maria Lisina
-# Copyright (C) 2024-2025 Danil Lisin
-# SPDX-License-Identifier: Apache-2.0
-
-ib_auth=0
-ib_login_file="user_id"
-ib_key_file="api_key"
-ib_login_word="user ID"
-ib_key_word="API key"
diff --git a/config/auth/idolcomplex.zsh b/config/auth/idolcomplex.zsh
deleted file mode 100644
index c4a89cb..0000000
--- a/config/auth/idolcomplex.zsh
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright (C) 2024-2025 Maria Lisina
-# Copyright (C) 2024-2025 Danil Lisin
-# SPDX-License-Identifier: Apache-2.0
-
-ib_auth="https://idol.sankakucomplex.com"
-ib_cookie="_idolcomplex_session"
-ib_expire=86400
-ib_login_file="username"
-ib_key_file="password"
-ib_login_word="email or username"
-ib_key_word="password"
diff --git a/config/auth/moebooru.zsh b/config/auth/moebooru.zsh
deleted file mode 100644
index b1e70e9..0000000
--- a/config/auth/moebooru.zsh
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright (C) 2024-2025 Maria Lisina
-# Copyright (C) 2024-2025 Danil Lisin
-# SPDX-License-Identifier: Apache-2.0
-
-case "${ib_board}" in
- (k)
- ib_auth="https://konachan.com"
- ;;
- (y)
- ib_auth="https://yande.re"
- ;;
-esac
-
-ib_login_file="username"
-ib_key_file="api_key"
-ib_login_word="username"
-ib_key_word="API key"
diff --git a/config/auth/sankakuchannel.zsh b/config/auth/sankakuchannel.zsh
deleted file mode 100644
index 196538f..0000000
--- a/config/auth/sankakuchannel.zsh
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright (C) 2024-2025 Maria Lisina
-# Copyright (C) 2024-2025 Danil Lisin
-# SPDX-License-Identifier: Apache-2.0
-
-ib_auth="https://sankakuapi.com"
-ib_header="Authorization: Bearer"
-ib_expire=86400
-ib_login_file="login"
-ib_key_file="password"
-ib_login_word="login"
-ib_key_word="password"