dependabot[bot] dbb2ae303f chore(deps): bump golang.org/x/net from 0.27.0 to 0.33.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.27.0 to 0.33.0.
- [Commits](https://github.com/golang/net/compare/v0.27.0...v0.33.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-20 06:58:24 +00:00
2024-07-24 03:00:54 +05:30
2024-10-25 15:05:40 +05:30
2025-02-13 00:49:22 +05:30
2025-02-20 12:26:32 +05:30

Libredesk

Fully open-source, self-hosted customer support desk. Single binary app.

This project is currently in alpha. Features and APIs may change and are not yet fully tested.

Developer Setup

Prerequisites

  • go
  • pnpm
  • PostgreSQL >= 13
  • Redis
  1. Clone the repository:

    git clone https://github.com/abhinavxd/libredesk.git
    cd libredesk
    
  2. Configure the Application:

    • Copy the sample configuration file config.toml.sample to config.toml:

      cp config.toml.sample config.toml
      
    • Edit the config.toml file to configure your database and Redis connection settings.

  3. Run in Development Mode:

    • Backend: make run-backend
    • Frontend: make run-frontend

Visit libredesk.io for more info.

S
Description
Open-source, self-hosted customer support desk in a single binary. Email and live chat. A lightweight alternative to Intercom, Zendesk, Chatwoot.
Readme AGPL-3.0 33 MiB
Languages
Go 41.9%
Vue 29.8%
JavaScript 23.9%
HTML 1.6%
CSS 1.3%
Other 1.3%