Add template validation, fix categories
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
mongo:
|
||||
image: mongo
|
||||
# volumes:
|
||||
# - ./data/runtime/db:/data/db
|
||||
# - ./data/dump:/dump
|
||||
command: mongod --smallfiles --oplogSize 128
|
||||
|
||||
rocketchat:
|
||||
image: rocketchat/rocket.chat:latest
|
||||
# volumes:
|
||||
# - ./uploads:/app/uploads
|
||||
environment:
|
||||
- PORT=3000
|
||||
- ROOT_URL=http://yourhost:3000
|
||||
- MONGO_URL=mongodb://mongo:27017/rocketchat
|
||||
links:
|
||||
- mongo:mongo
|
||||
ports:
|
||||
- 3000:3000
|
||||
|
||||
# hubot, the popular chatbot (add the bot user first and change the password before starting this image)
|
||||
hubot:
|
||||
image: rocketchat/hubot-rocketchat
|
||||
environment:
|
||||
- ROCKETCHAT_URL=rocketchat:3000
|
||||
- ROCKETCHAT_ROOM=GENERAL
|
||||
- ROCKETCHAT_USER=bot
|
||||
- ROCKETCHAT_PASSWORD=botpassword
|
||||
- BOT_NAME=bot
|
||||
# you can add more scripts as you'd like here, they need to be installable by npm
|
||||
- EXTERNAL_SCRIPTS=hubot-help,hubot-seen,hubot-links,hubot-diagnostics
|
||||
links:
|
||||
- rocketchat:rocketchat
|
||||
# this is used to expose the hubot port for notifications on the host on port 3001, e.g. for hubot-jenkins-notifier
|
||||
ports:
|
||||
- 3001:8080
|
||||
@@ -0,0 +1,10 @@
|
||||
.catalog:
|
||||
name: "RocketChat"
|
||||
version: "v0.1-educaas"
|
||||
description: "Have your own Slack like online chat, built with Meteor."
|
||||
uuid: rocketchat-0
|
||||
minimum_rancher_version: v0.51.0
|
||||
questions:
|
||||
|
||||
|
||||
rocketchat:
|
||||
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="-293 385 24 24" style="enable-background:new -293 385 24 24;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#C1272D;}
|
||||
.st1{fill:#FFFFFF;}
|
||||
.st2{fill:#CCCCCC;}
|
||||
</style>
|
||||
<path class="st0" d="M-269.9,397c0-1.1-0.3-2.2-1-3.2c-0.6-0.9-1.4-1.7-2.5-2.4c-2-1.3-4.7-2-7.6-2c-0.9,0-1.9,0.1-2.8,0.2
|
||||
c-0.6-0.5-1.2-1-1.9-1.4c-3.7-1.8-6.8,0-6.8,0s2.9,2.3,2.4,4.4c-1.3,1.3-2,2.8-2,4.4c0,0,0,0,0,0c0,0,0,0,0,0c0,1.6,0.7,3.1,2,4.4
|
||||
c0.5,2.1-2.4,4.4-2.4,4.4s3.1,1.8,6.8,0c0.7-0.4,1.4-0.8,1.9-1.4c0.9,0.2,1.8,0.2,2.8,0.2c2.8,0,5.5-0.7,7.6-2
|
||||
c1.1-0.7,1.9-1.5,2.5-2.4C-270.2,399.2-269.9,398.1-269.9,397C-269.9,397-269.9,397-269.9,397C-269.9,397-269.9,397-269.9,397z"/>
|
||||
<path class="st1" d="M-280.9,391c5.2,0,9.5,2.7,9.5,6.1c0,3.3-4.2,6.1-9.5,6.1c-1.2,0-2.3-0.1-3.3-0.4c-1,1.3-3.4,3-5.6,2.4
|
||||
c0.7-0.8,1.8-2.1,1.6-4.3c-1.3-1-2.2-2.4-2.2-3.8C-290.4,393.7-286.2,391-280.9,391"/>
|
||||
<g>
|
||||
<g>
|
||||
<circle class="st0" cx="-280.9" cy="397.2" r="1.3"/>
|
||||
</g>
|
||||
<g>
|
||||
<circle class="st0" cx="-276.5" cy="397.2" r="1.3"/>
|
||||
</g>
|
||||
<g>
|
||||
<circle class="st0" cx="-285.3" cy="397.2" r="1.3"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st2" d="M-280.9,402.3c-1.2,0-2.3-0.1-3.3-0.3c-0.9,1-2.8,2.3-4.8,2.2c-0.3,0.4-0.5,0.7-0.8,1c2.2,0.6,4.5-1.2,5.6-2.4
|
||||
c1,0.2,2.1,0.4,3.3,0.4c5.2,0,9.4-2.7,9.5-6C-271.5,400-275.7,402.3-280.9,402.3z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1,5 @@
|
||||
name: RocketChat
|
||||
description: |
|
||||
Have your own Slack like online chat, built with Meteor.
|
||||
version: v0.1-educaas
|
||||
category: Chat
|
||||
Reference in New Issue
Block a user