feat: add new app chatpad (#322)
This commit is contained in:
parent
a5dbc5b099
commit
796b0e2123
17
apps/chatpad/config.json
Normal file
17
apps/chatpad/config.json
Normal 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": []
|
||||||
|
}
|
17
apps/chatpad/docker-compose.yml
Normal file
17
apps/chatpad/docker-compose.yml
Normal 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
|
17
apps/chatpad/metadata/description.md
Normal file
17
apps/chatpad/metadata/description.md
Normal 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.
|
BIN
apps/chatpad/metadata/logo.jpg
Normal file
BIN
apps/chatpad/metadata/logo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue
Block a user