diff options
Diffstat (limited to 'public/v4/apps/ubooquity.yml')
| -rw-r--r-- | public/v4/apps/ubooquity.yml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/public/v4/apps/ubooquity.yml b/public/v4/apps/ubooquity.yml new file mode 100644 index 0000000..165dc44 --- /dev/null +++ b/public/v4/apps/ubooquity.yml @@ -0,0 +1,47 @@ +captainVersion: 4 +services: + $$cap_appname: + image: lscr.io/linuxserver/ubooquity:$$cap_ubooquity_version + environment: + PUID: '1000' + PGID: '1000' + TZ: $$cap_tz + MAXMEM: '' #optional + hostname: $$cap_appname.$$cap_root_domain + ports: + - $$cap_admin_port:2203 + volumes: + - $$cap_appname-config:/config + - $$cap_appname-books:/books + - $$cap_appname-comics:/comics + - $$cap_appname-files:/files + caproverExtra: + containerHttpPort: '2202' +caproverOneClickApp: + variables: + - id: $$cap_ubooquity_version + label: Ubooquity Version + defaultValue: 2.1.2 + description: Check out their Docker page for the valid tags https://hub.docker.com/r/linuxserver/ubooquity/tags + validRegex: /^([^\s^\/])+$/ + - id: $$cap_tz + label: Time Zone + defaultValue: Europe/Paris + description: Get yours from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones + validRegex: /.{1,}/ + - id: $$cap_admin_port + label: Administration Panel Port + defaultValue: 2203 + description: The port on which to run the administration panel page. + validRegex: /\d{1,}/ + instructions: + start: |- + Ubooquity is small content server that you can use on any device. + Once installed, it runs in the background and makes all the comics and books you chose to share available through a web page. + end: |- + Ubooquity is deployed and available as $$cap_appname.$$cap_root_domain/ubooquity. + To access the administration pannel, go to $$cap_appname.$$cap_root_domain:$$cap_admin_port/ubooquity/admin. + displayName: Ubooquity + isOfficial: false + description: Ubooquity is an online cross-platform content server for reading e-books + documentation: Taken from https://hub.docker.com/r/linuxserver/ubooquity |
