mirror of
https://github.com/YunoHost-Apps/chatgpt-web_ynh.git
synced 2024-09-03 18:16:21 +02:00
96198fe62b
- `main` v2024.08.21: 4719b0dbae...078d41c37c
57 lines
1.2 KiB
TOML
57 lines
1.2 KiB
TOML
packaging_format = 2
|
|
|
|
id = "chatgpt-web"
|
|
name = "chatGPT-web"
|
|
description.en = "ChatGPT web interface using the OpenAI API"
|
|
description.fr = "Interface Web ChatGPT utilisant l'API OpenAI"
|
|
|
|
version = "2024.08.21~ynh1"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "GPL-3.0"
|
|
website = "https://niek.github.io/chatgpt-web/"
|
|
demo = "https://niek.github.io/chatgpt-web/"
|
|
code = "https://github.com/Niek/chatgpt-web"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
url = "https://github.com/Niek/chatgpt-web/archive/078d41c37c01529d3d9e6683c246a1126b29fa56.tar.gz"
|
|
sha256 = "1559cf8fe6615d33f9ac11ebe87d6a49e8f4d55fb78d152bae8bf2afe64c17c3"
|
|
autoupdate.upstream = "https://github.com/Niek/chatgpt-web"
|
|
autoupdate.strategy = "latest_github_commit"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.ports]
|
|
main.default = 5174
|