diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-07-03 18:59:50 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-07-03 20:49:50 +0300 |
| commit | 42bafb4ab90d414633a56aee00f1676de532ba20 (patch) | |
| tree | 56d5d27a58ea0ff34112a621bd9729245590a57c /auth | |
| parent | 70339834fe90513e80c6f060626a32de352e6f14 (diff) | |
units: Merge ib_authconfig and ib_config
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'auth')
| -rw-r--r-- | auth/config/donmai.zsh | 20 | ||||
| -rw-r--r-- | auth/config/moebooru.zsh | 20 | ||||
| -rw-r--r-- | auth/config/sankakucomplex.zsh | 21 |
3 files changed, 0 insertions, 61 deletions
diff --git a/auth/config/donmai.zsh b/auth/config/donmai.zsh deleted file mode 100644 index e3f5c77..0000000 --- a/auth/config/donmai.zsh +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright (C) 2024-2026 Maria Lisina -# Copyright (C) 2024-2026 Danil Lisin -# SPDX-License-Identifier: Apache-2.0 - -case "${ib_board}" in - (a) - ib_auth="https://safebooru.donmai.us" - ib_config="safebooru" - ;; - (d) - ib_auth="https://danbooru.donmai.us" - ib_config="danbooru" - ;; -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/auth/config/moebooru.zsh b/auth/config/moebooru.zsh deleted file mode 100644 index 1143298..0000000 --- a/auth/config/moebooru.zsh +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright (C) 2024-2026 Maria Lisina -# Copyright (C) 2024-2026 Danil Lisin -# SPDX-License-Identifier: Apache-2.0 - -case "${ib_board}" in - (k) - ib_auth="https://konachan.com" - ib_config="konachan" - ;; - (y) - ib_auth="https://yande.re" - ib_config="yandere" - ;; -esac - -ib_raw=0 -ib_login_file="username" -ib_key_file="api_key" -ib_login_word="username" -ib_key_word="API key" diff --git a/auth/config/sankakucomplex.zsh b/auth/config/sankakucomplex.zsh deleted file mode 100644 index 808b840..0000000 --- a/auth/config/sankakucomplex.zsh +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright (C) 2024-2026 Maria Lisina -# Copyright (C) 2024-2026 Danil Lisin -# SPDX-License-Identifier: Apache-2.0 - -case "${ib_board}" in - (i) - ib_auth="https://i.sankakuapi.com" - ib_config="idolcomplex" - ;; - (s) - ib_auth="https://sankakuapi.com" - ib_config="sankakuchannel" - ;; -esac - -ib_header="Authorization: Bearer" -ib_expire=86400 -ib_login_file="login" -ib_key_file="password" -ib_login_word="login" -ib_key_word="password" |
