mirror of
https://github.com/Dokploy/templates.git
synced 2026-04-27 18:48:29 -05:00
Add Anse project and format tag arrays consistently (#340)
This commit is contained in:
15
blueprints/anse/docker-compose.yml
Normal file
15
blueprints/anse/docker-compose.yml
Normal 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
BIN
blueprints/anse/image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
18
blueprints/anse/template.toml
Normal file
18
blueprints/anse/template.toml
Normal 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"
|
||||
18
meta.json
18
meta.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user