mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
feat(indexers): new IRC auth mechanism for RocketHD (#2085)
* chore(indexers): new IRC auth mechanism for RocketHD * linting * chore(indexers): remove NickServ fields from settings * chore(indexers): database migrations * chore(indexers): only do irc_channel migrations when password is not NULL * feat(indexers): only bump schema once * feat(indexers): add migrations for postgres
This commit is contained in:
parent
38b09ea4d5
commit
a8b4ca69a2
3 changed files with 38 additions and 16 deletions
|
@ -17,7 +17,7 @@ settings:
|
|||
type: secret
|
||||
required: true
|
||||
label: RSS key (RID)
|
||||
help: "Go to My Settings > RSS Key, and copy your RSS Key"
|
||||
help: "Your profile > Settings > RSS Key"
|
||||
|
||||
irc:
|
||||
network: RocketNET
|
||||
|
@ -35,23 +35,11 @@ irc:
|
|||
label: Nick
|
||||
help: Bot nick. Eg. user-bot
|
||||
|
||||
- name: auth.account
|
||||
type: text
|
||||
required: true
|
||||
label: NickServ Account
|
||||
help: NickServ account. Make sure to group your user and bot.
|
||||
|
||||
- name: auth.password
|
||||
- name: pass
|
||||
type: secret
|
||||
required: true
|
||||
label: NickServ Password
|
||||
help: NickServ password
|
||||
|
||||
- name: channels.password
|
||||
type: secret
|
||||
required: true
|
||||
label: Channel Password
|
||||
help: Channel password
|
||||
label: Network password
|
||||
help: Your profile > Settings > IRC Key
|
||||
|
||||
parse:
|
||||
type: single
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue