fix(ubooquity): fix admin portal button (#2485)

This commit is contained in:
Stavros Kois 2022-04-13 22:23:01 +03:00 committed by GitHub
parent 2bdf20e7c2
commit eaa5532733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: ubooquity
version: 2.0.11
version: 2.0.12
appVersion: "2.1.2"
description: Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks.
type: application

View File

@ -15,7 +15,7 @@ portals:
- "$kubernetes-resource_configmap_portal_host"
ports:
- "$variable-service.admin.ports.admin.port"
path: "/admin"
path: "/ubooquity/admin"
questions:
- variable: portal
group: "Container Image"