Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rocket.Chat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RocketChat
Rocket.Chat
Commits
1d8d7e43
Unverified
Commit
1d8d7e43
authored
7 years ago
by
Aaron Ogle
Browse files
Options
Downloads
Patches
Plain Diff
Add for edge channel as well
parent
da6c8500
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.snapcraft/edge/snapcraft.yaml
+4
-4
4 additions, 4 deletions
.snapcraft/edge/snapcraft.yaml
with
4 additions
and
4 deletions
.snapcraft/edge/snapcraft.yaml
+
4
−
4
View file @
1d8d7e43
...
@@ -13,11 +13,11 @@ description: Have your own Slack like online chat, built with Meteor. https://ro
...
@@ -13,11 +13,11 @@ description: Have your own Slack like online chat, built with Meteor. https://ro
confinement
:
strict
confinement
:
strict
apps
:
apps
:
rocketchat-server
:
rocketchat-server
:
command
:
env BABEL_CACHE_DIR=/tmp ROOT_URL=http://localhost PORT=3000 MONGO_URL=mongodb://localhost:27017/parties Accounts_AvatarStorePath=$SNAP_COMMON/uploads node $SNAP/main.js
command
:
startRocketChat
daemon
:
simple
daemon
:
simple
plugs
:
[
network
,
network-bind
]
plugs
:
[
network
,
network-bind
]
rocketchat-mongo
:
rocketchat-mongo
:
command
:
env LC_ALL=C mongod --bind_ip 127.0.0.1 --smallfiles --dbpath=$SNAP_COMMON
command
:
startmongo
daemon
:
simple
daemon
:
simple
plugs
:
[
network
,
network-bind
]
plugs
:
[
network
,
network-bind
]
rocketchat-caddy
:
rocketchat-caddy
:
...
@@ -84,10 +84,10 @@ parts:
...
@@ -84,10 +84,10 @@ parts:
organize
:
organize
:
rcbackup
:
bin/rcbackup
rcbackup
:
bin/rcbackup
startmongo
:
bin/startmongo
startmongo
:
bin/startmongo
initmongo
:
bin/initmongo
startRocketChat
:
bin/startRocketChat
initreplset.js
:
bin/initreplset.js
Caddyfile
:
bin/Caddyfile
Caddyfile
:
bin/Caddyfile
initcaddy
:
bin/initcaddy
initcaddy
:
bin/initcaddy
initmongoreplset.js
:
bin/initmongoreplset.js
snap
:
snap
:
-
bin
-
bin
caddy
:
caddy
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment