GraphCanon updated today · GitHub synced today
1.8k
Stars
274
Forks
42
Open issues
27
Watchers
1w
Last push
TypeScript MITCreated Jun 4, 2023
Trust & integrity
Full report- Maintenance
- Archived (12d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Personal account
- As of today · Source: github_public_v1
- Security (OSV)
- No lockfile
- As of today · Source: none
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Overview
Create chatbots with ease
Capability facts
- Deploy
- Self-host
Source: dockerfile:Dockerfile · Jul 11, 2026
- Docker
- Dockerfile present
Source: dockerfile:Dockerfile · Jul 11, 2026
- CLI
- CLI entrypoint
Source: package.json:bin|scripts · Jul 11, 2026
- MCP server
- No MCP server detected
Source: repo_scan · Jul 11, 2026
- Languages
- typescript, javascript
Source: github.language+package.json · Jul 11, 2026
Categories
Tags
README
Installation 🛠️
- Clone the repository and navigate to the docker directory:
git clone https://github.com/n4ze3m/dialoqbase.git
cd dialoqbase/docker
- Edit the
.env:
- On Linux:
nano .env
or
vim .env
- On Windows:
notepad .env
Set the DB_SECRET_KEY varible.
- Run the docker-compose file:
docker-compose up -d
or
docker compose up -d
- Open your browser and go to
http://localhost:3000. - Log in using the default credentials:
username: admin
password: admin
Important: After the first login, remember to change the default credentials.