mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-11-01 00:42:13 +08:00 
			
		
		
		
	* fix: fix docker compose file Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> * feat: add options about helm deploy Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> * feat: add openim server test about openim web Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> * feat: add openim server test about openim web Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> * feat: add openim server test about openim web Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> * feat: add openim test: Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> * feat: add openim test: Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> * fix: fix env api url Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> * fix: fix openim server deployment Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> * fix: fix openim server deployment Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> * feat: add openim task list Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> * feat: remove openim config Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> * feat: remote tools imctl * feat: add tools imctl * feat: add tools imctl * feat: add config * feat: add config * feat: add openim config * feat: add openim config --------- Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
		
			
				
	
	
		
			65 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			65 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Copyright © 2023 OpenIMSDK.
 | |
| #
 | |
| # Licensed under the Apache License, Version 2.0 (the "License");
 | |
| # you may not use this file except in compliance with the License.
 | |
| # You may obtain a copy of the License at
 | |
| #
 | |
| #     http://www.apache.org/licenses/LICENSE-2.0
 | |
| #
 | |
| # Unless required by applicable law or agreed to in writing, software
 | |
| # distributed under the License is distributed on an "AS IS" BASIS,
 | |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 | |
| # See the License for the specific language governing permissions and
 | |
| # limitations under the License.
 | |
| 
 | |
| # ==============================================================================
 | |
| # For the entire design of.gitignore, ignore git commits and ignore files
 | |
| #===============================================================================
 | |
| #
 | |
| 
 | |
| ### OpenIM developer supplement ###
 | |
| logs
 | |
| .devcontainer
 | |
| components
 | |
| out-test
 | |
| Dockerfile.cross
 | |
| 
 | |
| ### Makefile ###
 | |
| tmp/
 | |
| bin/
 | |
| output/
 | |
| _output/
 | |
| 
 | |
| ### OpenIM Config ###
 | |
| config/config.yaml
 | |
| ./config/config.yaml
 | |
| .env
 | |
| ./.env
 | |
| 
 | |
| ### OpenIM deploy ###
 | |
| deploy/openim_demo
 | |
| deploy/openim-api
 | |
| deploy/openim-rpc-msg_gateway
 | |
| deploy/openim-msgtransfer
 | |
| deploy/openim-push
 | |
| deploy/openim_timer_task
 | |
| deploy/openim-rpc-user
 | |
| deploy/openim-rpc-friend
 | |
| deploy/openim-rpc-group
 | |
| deploy/openim-rpc-msg
 | |
| deploy/openim-rpc-auth
 | |
| deploy/Open-IM-SDK-Core
 | |
| 
 | |
| # files used by the developer
 | |
| .idea.md
 | |
| .todo.md
 | |
| .note.md
 | |
| 
 | |
| # ==============================================================================
 | |
| # Created by https://www.toptal.com/developers/gitignore/api/go,git,vim,tags,test,emacs,backup,jetbrains
 | |
| # Edit at https://www.toptal.com/developers/gitignore?templates=go,git,vim,tags,test,emacs,backup,jetbrains
 | |
| 
 | |
| cmd/
 | |
| internal/
 | |
| pkg/
 |