summaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
authorRonald Loyko <[email protected]>2022-09-25 20:50:35 +0300
committerGitHub <[email protected]>2022-09-25 10:50:35 -0700
commit57aac0e2e250ab94188d2c6714410d598540a136 (patch)
tree3364c1a305c2b136ba388bc466cabdf9691625f8 /public
parent1bc535c3cc9871023cdc12fc0692cbcff75b3062 (diff)
downloadcaprover-one-click-apps-57aac0e2e250ab94188d2c6714410d598540a136.tar.gz
caprover-one-click-apps-57aac0e2e250ab94188d2c6714410d598540a136.zip
feat: add homarr (#727)
* feat: add homerr * fix: rename homerr to homarr Co-authored-by: Ronald Loyko <[email protected]>
Diffstat (limited to 'public')
-rw-r--r--public/v4/apps/homarr.yml41
-rw-r--r--public/v4/logos/homarr.pngbin0 -> 9384 bytes
2 files changed, 41 insertions, 0 deletions
diff --git a/public/v4/apps/homarr.yml b/public/v4/apps/homarr.yml
new file mode 100644
index 0000000..8732e22
--- /dev/null
+++ b/public/v4/apps/homarr.yml
@@ -0,0 +1,41 @@
+captainVersion: 4
+services:
+ $$cap_appname:
+ image: ghcr.io/ajnart/homarr:$$cap_homarr_version
+ volumes:
+ - $$cap_appname-configs:/app/data/configs
+ - $$cap_appname-icons:/app/public/icons
+ environment:
+ BASE_URL: $$cap_appname.$$cap_root_domain
+ TZ: $$cap_homarr_timezone
+ PASSWORD: $$cap_homarr_password
+ hostname: $$cap_appname.$$cap_root_domain
+ caproverExtra:
+ containerHttpPort: '7575'
+caproverOneClickApp:
+ displayName: Homarr
+ description: Simple and lightweight homepage for your server, that helps you easily access all of your services in one place.
+ isOfficial: true
+ documentation: See https://github.com/ajnart/homarr
+ instructions:
+ start: |-
+ Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.
+ It integrates with the services you use to display information on the homepage (e.g. Show upcoming Sonarr/Radarr releases).
+ end: >
+ Homarr has been successfully deployed! It might take few moments before it's fully started.
+ You can access it at http://$$cap_appname.$$cap_root_domain
+ variables:
+ - id: $$cap_homarr_version
+ label: Version Tag
+ description: Check out their GitHub packages page for the valid tags https://github.com/ajnart/homarr/pkgs/container/homarr
+ defaultValue: '0.10.1'
+ validRegex: "/^([^\\s^\\/])+$/"
+ - id: $$cap_homarr_timezone
+ label: Timezone
+ description: This is the timezone for the application, find yours at https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
+ defaultValue: UTC
+ validRegex: "/^([^\\s^\\/])+$/"
+ - id: $$cap_homarr_password
+ label: Password
+ description: Password to protect the dashboard (leave empty to disable password protection)
+ defaultValue: $$cap_gen_random_hex(16)
diff --git a/public/v4/logos/homarr.png b/public/v4/logos/homarr.png
new file mode 100644
index 0000000..cb0dc44
--- /dev/null
+++ b/public/v4/logos/homarr.png
Binary files differ