{"id":18756893,"url":"https://github.com/aiursoftweb/kahla","last_synced_at":"2025-05-15T20:05:34.307Z","repository":{"id":26011444,"uuid":"107093851","full_name":"AiursoftWeb/Kahla","owner":"AiursoftWeb","description":"Kahla is a cross-platform business messaging app. Mirror of https://gitlab.aiursoft.cn/aiursoft/kahla","archived":false,"fork":false,"pushed_at":"2025-05-02T06:35:35.000Z","size":14391,"stargazers_count":418,"open_issues_count":27,"forks_count":83,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-05-15T20:05:22.413Z","etag":null,"topics":["angular","business","cross-platform","desktop","docker","kahla","messaging","pwa"],"latest_commit_sha":null,"homepage":"https://kahla.aiursoft.cn","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AiursoftWeb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-10-16T07:37:51.000Z","updated_at":"2025-05-02T06:35:38.000Z","dependencies_parsed_at":"2023-11-24T05:24:30.423Z","dependency_job_id":"2efe5722-ec04-44e1-9cd0-e4aef6f4818f","html_url":"https://github.com/AiursoftWeb/Kahla","commit_stats":{"total_commits":1671,"total_committers":14,"mean_commits":"119.35714285714286","dds":0.6391382405745063,"last_synced_commit":"57be500b515400a08532b7d0f9a6790160015268"},"previous_names":["aiursoftweb/kahla","aiursoftweb/kahla.app"],"tags_count":55,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AiursoftWeb%2FKahla","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AiursoftWeb%2FKahla/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AiursoftWeb%2FKahla/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AiursoftWeb%2FKahla/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AiursoftWeb","download_url":"https://codeload.github.com/AiursoftWeb/Kahla/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254414499,"owners_count":22067272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","business","cross-platform","desktop","docker","kahla","messaging","pwa"],"created_at":"2024-11-07T17:38:38.325Z","updated_at":"2025-05-15T20:05:28.922Z","avatar_url":"https://github.com/AiursoftWeb.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kahla\n\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitlab.aiursoft.cn/aiursoft/kahla/-/blob/master/LICENSE)\n[![Pipeline stat](https://gitlab.aiursoft.cn/aiursoft/kahla/badges/master/pipeline.svg)](https://gitlab.aiursoft.cn/aiursoft/kahla/-/pipelines)\n[![Test Coverage](https://gitlab.aiursoft.cn/aiursoft/kahla/badges/master/coverage.svg)](https://gitlab.aiursoft.cn/aiursoft/kahla/-/pipelines)\n[![NuGet version (Aiursoft.Kahla.Sdk)](https://img.shields.io/nuget/v/Aiursoft.Kahla.Sdk.svg)](https://www.nuget.org/packages/Aiursoft.Kahla.Sdk/)\n[![ManHours](https://manhours.aiursoft.cn/r/gitlab.aiursoft.cn/aiursoft/kahla.svg)](https://gitlab.aiursoft.cn/aiursoft/kahla/-/commits/master?ref_type=heads)\n[![Website](https://img.shields.io/website?url=https%3A%2F%2Fkahla.aiursoft.cn%2F)](https://kahla.aiursoft.cn)\n[![Docker](https://img.shields.io/docker/pulls/aiursoft/kahla.svg)](https://hub.docker.com/r/aiursoft/kahla)\n\nKahla is a cross-platform business chat application. It is written in C# and TypeScript. It uses ASP.NET Core and Angular. It is a part of the Aiursoft project.\n\n![overview](./screenshot.png)\n\n\n## Try\n\nTry a running Kahla [here](https://kahla.aiursoft.cn).\n\n## Run manually\n\nRequirements about how to run\n\n1. Install [.NET 9 SDK](http://dot.net/) and [Node.js](https://nodejs.org/).\n2. Execute `yarn install \u0026\u0026 yarn run build` at `./src/Aiursoft.Kahla.Frontend/` folder to install the dependencies.\n3. Copy the `dist` content to `./src/Aiursoft.Kahla.Server/wwwroot/`.\n4. Execute `dotnet run` to run the app.\n5. Use your browser to view [http://localhost:5000](http://localhost:5000).\n\n## Run in Microsoft Visual Studio\n\n1. Open the `.sln` file in the project path.\n2. Press `F5` to run the app.\n\n## Run in Docker\n\nFirst, install Docker [here](https://docs.docker.com/get-docker/).\n\nThen run the following commands in a Linux shell:\n\n```bash\nimage=aiursoft/kahla\nappName=kahla\ndocker pull $image\ndocker run -d --name $appName --restart unless-stopped -p 5000:5000 -v /var/www/$appName:/data $image\n```\n\nThat will start a web server at `http://localhost:5000` and you can test the app.\n\nThe docker image has the following context:\n\n| Properties  | Value                           |\n|-------------|---------------------------------|\n| Image       | aiursoft/kahla                  |\n| Ports       | 5000                            |\n| Binary path | /app                            |\n| Data path   | /data                           |\n| Config path | /data/appsettings.json          |\n\n## How to contribute\n\nThere are many ways to contribute to the project: logging bugs, submitting pull requests, reporting issues, and creating suggestions.\n\nEven if you with push rights on the repository, you should create a personal fork and create feature branches there when you need them. This keeps the main repository clean and your workflow cruft out of sight.\n\nWe're also interested in your feedback on the future of this project. You can submit a suggestion or feature request through the issue tracker. To make this process more effective, we're asking that these include more information to help define them more clearly.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faiursoftweb%2Fkahla","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faiursoftweb%2Fkahla","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faiursoftweb%2Fkahla/lists"}