feat: add new app chatpad (#322)

This commit is contained in:
Nicolas Meienberger 2023-04-13 23:15:11 +02:00 committed by GitHub
parent a5dbc5b099
commit 796b0e2123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 51 additions and 0 deletions

17
apps/chatpad/config.json Normal file
View File

@ -0,0 +1,17 @@
{
"$schema": "../schema.json",
"name": "Chatpad.ai",
"available": true,
"exposable": true,
"port": 8179,
"id": "chatpad",
"tipi_version": 1,
"version": "latest",
"categories": ["utilities"],
"description": "Not just another ChatGPT user-interface!",
"short_desc": "Not just another ChatGPT user-interface!",
"author": "Andrei Canta",
"source": "https://github.com/deiucanta/chatpad",
"website": "https://chatpad.ai/",
"form_fields": []
}

View File

@ -0,0 +1,17 @@
version: '3.7'
services:
chatpad:
image: ghcr.io/deiucanta/chatpad:latest
container_name: chatpad
ports:
- ${APP_PORT}:80
restart: unless-stopped
networks:
- tipi_main_network
labels:
traefik.enable: ${APP_EXPOSED}
traefik.http.routers.chatpad.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.chatpad.entrypoints: websecure
traefik.http.routers.chatpad.service: chatpad
traefik.http.routers.chatpad.tls.certresolver: myresolver
traefik.http.services.chatpad.loadbalancer.server.port: 80

View File

@ -0,0 +1,17 @@
![Chatpad AI](https://raw.githubusercontent.com/deiucanta/chatpad/main/banner.png)
## Premium quality UI for ChatGPT
Recently, there has been a surge of UIs for ChatGPT, making it the new "to-do app" that everyone wants to try their hand at. Chatpad sets itself apart with a broader vision - to become the ultimate interface for ChatGPT users.
### ⚡️ Free and open source
This app is provided for free and the source code is available on GitHub.
### 🔒 Privacy focused
No tracking, no cookies, no bullshit. All your data is stored locally.
### ✨ Best experience
Crafted with love and care to provide the best experience possible.

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB