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

what can I do with google js and css? #173

Closed
xuxiangyang opened this issue Jul 13, 2015 · 8 comments
Closed

what can I do with google js and css? #173

xuxiangyang opened this issue Jul 13, 2015 · 8 comments

Comments

@xuxiangyang
Copy link

I am a Chinese, I can access google. so I need download those statics files on my server. I use your platform with docker, I do not know how to change your source file? I need rebuild docker image ???

I think you can add those static files.....

I need some help, thank you

@jwilander
Copy link
Member

Hi @xuxiangyang ,

The static files for jquery and react-with-addons have been added to the master branch where you should be able to access them. Are there other static files that you don't have access too?

@xuxiangyang
Copy link
Author

I use the image mattermost/platform:helium.

I need update that image?

@jwilander
Copy link
Member

We don't currently have a major release docker image that contains the static files (that will becoming in 2-3 weeks) but you can work off mattermost/platform:latest until then. It should have all the static files you need

@xuxiangyang
Copy link
Author

rebuilding an image dose not work?

@xuxiangyang
Copy link
Author

I rebuild on my server, but I can not access google because of GFW.....

@jwilander
Copy link
Member

Try these steps:

  1. docker stop mattermost-dev
  2. docker rm mattermost-dev
  3. docker run --name mattermost-dev -d --publish 8065:80 mattermost/platform:latest

That should get you running the latest which will have the static files for you.

@xuxiangyang
Copy link
Author

thank you,
by the way, why you do not use docker-compose?

@jwilander
Copy link
Member

We're currently just focused on building out the system itself but using stuff like docker-compose will probably come in the future as we have more time to spend on it

witjem pushed a commit to witjem/mattermost-server that referenced this issue Oct 6, 2022
Summary
- List the private channels that the user is a member of or has the permissions to list in the channel list command
- Updates the mattermost-server version in the module to point to the version with support for this feature.

Ticket Link
- https://mattermost.atlassian.net/browse/MM-23582
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants