summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-06-14 23:18:19 -0400
committerrealtradam <[email protected]>2024-06-14 23:18:19 -0400
commit5db6f0b85ddea01633f18804b66156db21fe6b71 (patch)
treeeed99893a1c7638ac1f8d2c46e1721857cf49bb1
parentf579398e6b49c03c6e9c9492d2179cdf4bd66220 (diff)
downloadcaprover-one-click-apps-5db6f0b85ddea01633f18804b66156db21fe6b71.tar.gz
caprover-one-click-apps-5db6f0b85ddea01633f18804b66156db21fe6b71.zip
initial rct2
-rw-r--r--public/v4/apps/rct2.yml32
-rw-r--r--public/v4/logos/rct2.pngbin0 -> 6460 bytes
2 files changed, 32 insertions, 0 deletions
diff --git a/public/v4/apps/rct2.yml b/public/v4/apps/rct2.yml
new file mode 100644
index 0000000..2565eee
--- /dev/null
+++ b/public/v4/apps/rct2.yml
@@ -0,0 +1,32 @@
+captainVersion: 4
+services:
+ '$$cap_appname':
+ image: openrct2/openrct2-cli:$$cap_version
+ environment:
+ TZ: '$$cap_tz'
+ PHP_TZ: '$$cap_tz'
+ volumes:
+ - '$$cap_appname-data:/home/openrct2/.config/OpenRCT2'
+ caproverExtra:
+ containerHttpPort: '11753'
+caproverOneClickApp:
+ variables:
+ - id: '$$cap_version'
+ label: OpenRCT2 Version
+ defaultValue: '0.4.11'
+ description: Check out their Docker page for the valid tags https://hub.docker.com/r/openrct2/openrct2-cli/tags
+ validRegex: "/^([^\\s^\\/])+$/"
+ - id: '$$cap_tz'
+ label: Time Zone
+ defaultValue: America/New_York
+ description: Get yours from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
+ validRegex: '/.{1,}/'
+ instructions:
+ start: |-
+ Server for hosting OpenRCT2 games.
+ end: |-
+ OpenRCT2 has been successfully deployed!
+ displayName: OpenRCT2
+ isOfficial: true
+ description: Open source reimplementation of OpenRCT2, hosts multiplayer games.
+ documentation: See https://github.com/OpenRCT2/openrct2-docker
diff --git a/public/v4/logos/rct2.png b/public/v4/logos/rct2.png
new file mode 100644
index 0000000..743fcdd
--- /dev/null
+++ b/public/v4/logos/rct2.png
Binary files differ