diff options
| author | Kasra Bigdeli <[email protected]> | 2023-02-08 06:20:18 -0800 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2023-02-08 06:20:18 -0800 |
| commit | d0d0a717d4036c6ef6c79618e4c8b4006d4b646f (patch) | |
| tree | 11ef4fd6a786b376973bdd00aa2c69eaf4b8958c | |
| parent | f9f851cb357ab21fc1d8d1b2671ff27d44f6ffa4 (diff) | |
| download | caprover-one-click-apps-d0d0a717d4036c6ef6c79618e4c8b4006d4b646f.tar.gz caprover-one-click-apps-d0d0a717d4036c6ef6c79618e4c8b4006d4b646f.zip | |
Fixed audiobookshelf
| -rw-r--r-- | public/v4/apps/audiobookshelf.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/public/v4/apps/audiobookshelf.yml b/public/v4/apps/audiobookshelf.yml index 97935f8..c25ef6b 100644 --- a/public/v4/apps/audiobookshelf.yml +++ b/public/v4/apps/audiobookshelf.yml @@ -19,16 +19,20 @@ caproverOneClickApp: - id: $$cap_path_to_audiobooks 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! validRegex: /\/[^\s-][a-zA-Z0-9_\/-]*[^\/][^\s-]/ - id: $$cap_path_to_podcasts 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! validRegex: /\/[^\s-][a-zA-Z0-9_\/-]*[^\/][^\s-]/ - id: $$cap_path_to_metadata 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! validRegex: /\/[^\s-][a-zA-Z0-9_\/-]*[^\/][^\s-]/ @@ -37,7 +41,7 @@ caproverOneClickApp: Audiobookshelf is a self-hosted audiobook and podcast server. Official Docker image. end: |- 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 isOfficial: true |
