summaryrefslogtreecommitdiffhomepage
path: root/public/v2/apps/sinusbot.json
diff options
context:
space:
mode:
Diffstat (limited to 'public/v2/apps/sinusbot.json')
-rw-r--r--public/v2/apps/sinusbot.json102
1 files changed, 51 insertions, 51 deletions
diff --git a/public/v2/apps/sinusbot.json b/public/v2/apps/sinusbot.json
index cc6cc0d..9ae4a1a 100644
--- a/public/v2/apps/sinusbot.json
+++ b/public/v2/apps/sinusbot.json
@@ -1,52 +1,52 @@
{
- "captainVersion": "2",
- "documentation": "https://hub.docker.com/r/sinusbot/docker",
- "displayName": "SinusBot",
- "description": "Music bot for TS3 and Discord.",
- "dockerCompose": {
- "services": {
- "$$cap_appname": {
- "containerHttpPort": "8087",
- "environment": {
- "UID": "$$cap_uid",
- "GID": "$$cap_gid"
- },
- "image": "sinusbot/docker:$$cap_version",
- "restart": "always",
- "volumes": [
- "$$cap_appname-data:/opt/sinusbot/data",
- "$$cap_appname-scripts:/opt/sinusbot/scripts"
- ]
- }
- },
- "version": "2",
- "volumes": {
- "$$cap_appname-data": {},
- "$$cap_appname-scripts": {}
- }
- },
- "instructions": {
- "end": "Your instance of SinusBot is now starting up and should be ready within five minutes. Check the deployment logs for the initial password and open the web interface to set up your media library and bot connection.",
- "start": "You have to read and agree to the terms in the disclaimer: https://github.com/SinusBot/docker#disclaimer"
- },
- "variables": [
- {
- "label": "SinusBot Docker Version",
- "defaultValue": "1.0.0-beta.10-202ee4d",
- "description": "It's highly recommended that you don't use the latest tag but instead the major version you need.",
- "id": "$$cap_version"
- },
- {
- "label": "UID",
- "description": "User ID to run the service as (using root is not recommended), see https://github.com/SinusBot/docker#unprivileged-user",
- "defaultValue": "1000",
- "id": "$$cap_uid"
- },
- {
- "label": "GID",
- "description": "Group ID to run the service as (using root is not recommended), see https://github.com/SinusBot/docker#unprivileged-user",
- "defaultValue": "1000",
- "id": "$$cap_gid"
- }
- ]
-} \ No newline at end of file
+ "captainVersion": "2",
+ "documentation": "https://hub.docker.com/r/sinusbot/docker",
+ "displayName": "SinusBot",
+ "description": "Music bot for TS3 and Discord.",
+ "dockerCompose": {
+ "services": {
+ "$$cap_appname": {
+ "containerHttpPort": "8087",
+ "environment": {
+ "UID": "$$cap_uid",
+ "GID": "$$cap_gid"
+ },
+ "image": "sinusbot/docker:$$cap_version",
+ "restart": "always",
+ "volumes": [
+ "$$cap_appname-data:/opt/sinusbot/data",
+ "$$cap_appname-scripts:/opt/sinusbot/scripts"
+ ]
+ }
+ },
+ "version": "2",
+ "volumes": {
+ "$$cap_appname-data": {},
+ "$$cap_appname-scripts": {}
+ }
+ },
+ "instructions": {
+ "end": "Your instance of SinusBot is now starting up and should be ready within five minutes. Check the deployment logs for the initial password and open the web interface to set up your media library and bot connection.",
+ "start": "You have to read and agree to the terms in the disclaimer: https://github.com/SinusBot/docker#disclaimer"
+ },
+ "variables": [
+ {
+ "label": "SinusBot Docker Version",
+ "defaultValue": "1.0.0-beta.10-202ee4d",
+ "description": "It's highly recommended that you don't use the latest tag but instead the major version you need.",
+ "id": "$$cap_version"
+ },
+ {
+ "label": "UID",
+ "description": "User ID to run the service as (using root is not recommended), see https://github.com/SinusBot/docker#unprivileged-user",
+ "defaultValue": "1000",
+ "id": "$$cap_uid"
+ },
+ {
+ "label": "GID",
+ "description": "Group ID to run the service as (using root is not recommended), see https://github.com/SinusBot/docker#unprivileged-user",
+ "defaultValue": "1000",
+ "id": "$$cap_gid"
+ }
+ ]
+}