From 425a6c01d68c24aae39482e8a59334c82b4729cf Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Mon, 21 Apr 2025 13:29:57 -0400 Subject: [PATCH] cleanup --- .../CloudronManifest.json | 43 +++++++++++++++++++ .../docker-compose.yml | 1 - .../input-files/info | 1 - .../output-files/info | 1 - .../vendor-files/info | 1 - 5 files changed, 43 insertions(+), 4 deletions(-) create mode 100644 Techops/reviewboard.knownelement.com/CloudronManifest.json delete mode 100644 Techops/reviewboard.knownelement.com/docker-compose.yml delete mode 100644 Techops/reviewboard.knownelement.com/input-files/info delete mode 100644 Techops/reviewboard.knownelement.com/output-files/info delete mode 100644 Techops/reviewboard.knownelement.com/vendor-files/info diff --git a/Techops/reviewboard.knownelement.com/CloudronManifest.json b/Techops/reviewboard.knownelement.com/CloudronManifest.json new file mode 100644 index 0000000..861f710 --- /dev/null +++ b/Techops/reviewboard.knownelement.com/CloudronManifest.json @@ -0,0 +1,43 @@ +{ + "id": "org.reviewboard.cloudron", + "title": "ReviewBoard", + "author": "Beanbag, Inc.", + "description": "ReviewBoard is a web-based code review tool that helps projects and companies keep their code quality high and their bug count low.", + "tagline": "A powerful web-based code review tool", + "version": "1.0.0", + "healthCheckPath": "/", + "httpPort": 8000, + "manifestVersion": 2, + "website": "https://www.reviewboard.org", + "documentationUrl": "https://www.reviewboard.org/docs/", + "contactEmail": "support@cloudron.io", + "icon": "file://logo.png", + "tags": [ + "developer", + "code-review", + "collaboration" + ], + "memoryLimit": 768, + "addons": { + "localstorage": {}, + "postgresql": { + "version": "14" + }, + "oidc": { + "loginRedirectUri": "/api/v1/session/callback", + "logoutRedirectUri": "/home", + "tokenSignatureAlgorithm": "RS256" + } + }, + "minBoxVersion": "7.0.0", + "postInstallMessage": "The initial admin account is created automatically using your Cloudron credentials. Please open the app to complete the setup process.", + "installationProgress": { + "message": "Installing ReviewBoard. This might take a few minutes...", + "steps": [ + { "id": "download", "title": "Downloading" }, + { "id": "install", "title": "Installing Dependencies" }, + { "id": "setup", "title": "Setting up ReviewBoard" }, + { "id": "configure", "title": "Configuring for Cloudron" } + ] + } +} \ No newline at end of file diff --git a/Techops/reviewboard.knownelement.com/docker-compose.yml b/Techops/reviewboard.knownelement.com/docker-compose.yml deleted file mode 100644 index 77a2827..0000000 --- a/Techops/reviewboard.knownelement.com/docker-compose.yml +++ /dev/null @@ -1 +0,0 @@ -#reviewboard docker compose for tsys \ No newline at end of file diff --git a/Techops/reviewboard.knownelement.com/input-files/info b/Techops/reviewboard.knownelement.com/input-files/info deleted file mode 100644 index bc15867..0000000 --- a/Techops/reviewboard.knownelement.com/input-files/info +++ /dev/null @@ -1 +0,0 @@ -This directory contains template files for the application at FQDN indidicated by the parent directory. They will be processed using mo (bash mustache). diff --git a/Techops/reviewboard.knownelement.com/output-files/info b/Techops/reviewboard.knownelement.com/output-files/info deleted file mode 100644 index fe6b01e..0000000 --- a/Techops/reviewboard.knownelement.com/output-files/info +++ /dev/null @@ -1 +0,0 @@ -This directory contains final docker compose files for the application at FQDN indidicated by the parent directory. diff --git a/Techops/reviewboard.knownelement.com/vendor-files/info b/Techops/reviewboard.knownelement.com/vendor-files/info deleted file mode 100644 index 110d921..0000000 --- a/Techops/reviewboard.knownelement.com/vendor-files/info +++ /dev/null @@ -1 +0,0 @@ -This directory contains files from the vendor unmodified. They serve as a base for the input-files sibling directory