Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to configure snap installation #6844

Open
scoopex opened this issue Apr 30, 2017 · 7 comments
Open

Possibility to configure snap installation #6844

scoopex opened this issue Apr 30, 2017 · 7 comments
Assignees

Comments

@scoopex
Copy link

scoopex commented Apr 30, 2017

SNAP packages seem to be a neat possibility to run rocketchat in a uncomplicated way.

I am missing the possibility to configure things like:
(things like https://github.com/RocketChat/Rocket.Chat.Docs/blob/master/5.%20Administrator%20Guides/Create%20the%20first%20admin.md)

  • mongodb access credentials
  • mongodb listen port/address
  • rocket chat listen port/address
  • rocket chat mongo url
  • admin access: login, password, mailaddress

Does ubuntu snap provide a possibility to make permanent settings for services?

Probably these possibilities already exist - detailed configuration would be nice:
https://rocket.chat/docs/installation/manual-installation/ubuntu/snaps/

@bstone108
Copy link

don't know access credientials, as for admin account, it's the first account created on a fresh rocketchat install automatically. rocketchat port is 3000 by default, if you want it on another port then configure caddy or use another webserver that supports transparrent proxy. the url is whatever url you point at your ip. again, admin details are the first account you create on rocketchat, it's automatically made admin.

@geekgonecrazy
Copy link
Contributor

With snaps it is possible and it's for sure planned! 👍

@scoopex
Copy link
Author

scoopex commented May 1, 2017

Great, my main motivation for this is issue was to change the rocketchat listen interface to "127.0.0.1"

@geekgonecrazy
Copy link
Contributor

@scoopex absolutely just need to finish out the code to allow configure and reboot Rocket.Chat after the configuration is changed

@alexweissman
Copy link

Will this allow us to run mongo queries in a snap as well? I'm worried that I'll run into something like #6588 on a snap installation, and be unable to get in under the hood to fix the problem.

@geekgonecrazy
Copy link
Contributor

You actually can already do this. Mongo shell should be accessible via: rocketchat-server.mongo

@geekgonecrazy
Copy link
Contributor

Will be mostly solved by: #12351

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants