Add Anse project and format tag arrays consistently (#340)

This commit is contained in:
Jainil Prajapati
2025-09-07 02:34:34 +05:30
committed by GitHub
parent 368427ba71
commit 6df943e55f
4 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
version: "3.8"
services:
anse-demo:
image: ddiu8081/anse:latest
restart: always
expose:
- 3000
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY}
- OPENAI_API_BASE_URL=${OPENAI_API_BASE_URL}
- HEAD_SCRIPTS=${HEAD_SCRIPTS}
- SECRET_KEY=${SECRET_KEY}
- SITE_PASSWORD=${SITE_PASSWORD}
- OPENAI_API_MODEL=${OPENAI_API_MODEL}

BIN
blueprints/anse/image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@@ -0,0 +1,18 @@
[variables]
main_domain = "${domain}"
secret_key = "${password:32}"
site_password = "${password:16}"
[config]
[[config.domains]]
serviceName = "anse-demo"
port = 3000
host = "${main_domain}"
[config.env]
OPENAI_API_KEY = ""
OPENAI_API_BASE_URL = "https://api.openai.com"
HEAD_SCRIPTS = ""
SECRET_KEY = "${secret_key}"
SITE_PASSWORD = "${site_password}"
OPENAI_API_MODEL = "gpt-4o-mini"

View File

@@ -208,6 +208,24 @@
"privacy"
]
},
{
"id": "anse",
"name": "Anse",
"version": "latest",
"description": "Anse is an open-source alternative to ChatGPT web UI, supporting OpenAI-compatible APIs.",
"logo": "image.png",
"links": {
"github": "https://github.com/ddiu8081/anse",
"website": "https://anse.app/",
"docs": "https://github.com/ddiu8081/anse#readme"
},
"tags": [
"ai",
"chatbot",
"openai",
"ui"
]
},
{
"id": "answer",
"name": "Answer",