feat: add audiobookshelf argo app
This commit is contained in:
parent
c9fcd56bda
commit
eb0a8d135e
5 changed files with 158 additions and 18 deletions
|
|
@ -132,3 +132,8 @@ resource "adguard_rewrite" "ldap" {
|
|||
domain = "ldap.fuku"
|
||||
answer = "192.168.1.12"
|
||||
}
|
||||
|
||||
resource "adguard_rewrite" "audiobooks" {
|
||||
domain = "audiobooks.fuku"
|
||||
answer = "192.168.1.12"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue