skiffer-git
skiffer-git
In release-v3.7 To configure the system, simply update the MINIO_EXTERNAL_ADDRESS variable to "http://your_external_ip:10005" in the .env file. After making this change, restart your Docker environment by running docker compose down...
To modify the configuration by setting environment variables, follow these rules: 1. **For modifying the openim-serve configuration file**: Set the environment variable using the pattern `IMENV_filename_variable=${value}`. Ensure to replace any...
openim-server: image: ${OPENIM_SERVER_IMAGE} container_name: openim-server ports: - "${OPENIM_MSG_GATEWAY_PORT}:10001" - "${OPENIM_API_PORT}:10002" healthcheck: test: [ "CMD", "sh", "-c", "mage check" ] interval: 5s timeout: 60s retries: 10 environment: - IMENV_MONGODB_ADDRESS=${MONGO_ADDRESS} - IMENV_MONGODB_USERNAME=${MONGO_USERNAME}...
Reference for configuration files: https://github.com/openimsdk/open-im-server/tree/main/config https://github.com/openimsdk/chat/tree/main/config
First, delete the openim/openim-admin-front image. Then, update the image and start the container by running docker compose up -d.
OpenIM was created by former wechat technology experts https://github.com/OpenIMSDK/Open-IM-Server
The group owner cannot be removed from a group chat. You must first transfer ownership of the group before attempting to remove the current owner.
Could you confirm whether the API allows for the removal of a group owner from a group chat? @icey-yu
Compilation aborted. failed to compile openim-cmdutils for linux_amd64: running "go build -o /home/runner/work/open-im-server/open-im-server/_output/bin/platforms/linux/amd64/openim-cmdutils /home/runner/work/open-im-server/open-im-server/cmd/openim-cmdutils/main.go" failed with exit code 1
Has the webhook URL been set up, and is the API functioning properly?