Fixed audiobookshelf

This commit is contained in:
Kasra Bigdeli 2023-02-08 06:20:18 -08:00
parent f9f851cb35
commit d0d0a717d4
1 changed files with 5 additions and 1 deletions

View File

@ -19,16 +19,20 @@ caproverOneClickApp:
- id: $$cap_path_to_audiobooks - id: $$cap_path_to_audiobooks
label: Location of audiobooks directory label: Location of audiobooks directory
label: Audiobookshelf Version
defaultValue: 'audiobooks-volume-placeholder'
description: full path to the directory where the audiobooks are stored. Path on host MUST exist for the app to start! description: full path to the directory where the audiobooks are stored. Path on host MUST exist for the app to start!
validRegex: /\/[^\s-][a-zA-Z0-9_\/-]*[^\/][^\s-]/ validRegex: /\/[^\s-][a-zA-Z0-9_\/-]*[^\/][^\s-]/
- id: $$cap_path_to_podcasts - id: $$cap_path_to_podcasts
label: Location of podcasts directory label: Location of podcasts directory
defaultValue: 'podcasts-volume-placeholder'
description: full path to the directory where the podcasts are stored. Path on host MUST exist for the app to start! description: full path to the directory where the podcasts are stored. Path on host MUST exist for the app to start!
validRegex: /\/[^\s-][a-zA-Z0-9_\/-]*[^\/][^\s-]/ validRegex: /\/[^\s-][a-zA-Z0-9_\/-]*[^\/][^\s-]/
- id: $$cap_path_to_metadata - id: $$cap_path_to_metadata
label: Location of metadata directory label: Location of metadata directory
defaultValue: 'metadata-volume-placeholder'
description: full path to the directory where the metadata is stored. Path on host MUST exist for the app to start! description: full path to the directory where the metadata is stored. Path on host MUST exist for the app to start!
validRegex: /\/[^\s-][a-zA-Z0-9_\/-]*[^\/][^\s-]/ validRegex: /\/[^\s-][a-zA-Z0-9_\/-]*[^\/][^\s-]/
@ -37,7 +41,7 @@ caproverOneClickApp:
Audiobookshelf is a self-hosted audiobook and podcast server. Official Docker image. Audiobookshelf is a self-hosted audiobook and podcast server. Official Docker image.
end: |- end: |-
Audiobookshelf has been succesfully deployed! Audiobookshelf has been succesfully deployed!
It is available at http://$$cap_appname.$$cap_root_domain or at 123.123.123.123:13378 It is available at http://$$cap_appname.$$cap_root_domain
displayName: Audiobookshelf displayName: Audiobookshelf
isOfficial: true isOfficial: true