2023-05-14 12:16:28 +02:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "chatgpt-web"
|
|
|
|
name = "chatGPT-web"
|
2023-05-14 12:19:32 +02:00
|
|
|
description.en = "ChatGPT web interface using the OpenAI API"
|
|
|
|
description.fr = "Interface Web ChatGPT utilisant l'API OpenAI"
|
2023-05-14 12:16:28 +02:00
|
|
|
|
2023-06-28 20:15:20 +02:00
|
|
|
version = "2023.06.27~ynh1"
|
2023-05-14 12:16:28 +02:00
|
|
|
|
2023-05-14 12:19:32 +02:00
|
|
|
maintainers = ["eric_G"]
|
2023-05-14 12:16:28 +02:00
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "GPL-3.0"
|
2023-05-14 13:01:49 +02:00
|
|
|
website = "https://niek.github.io/chatgpt-web/"
|
|
|
|
demo = "https://niek.github.io/chatgpt-web/"
|
2023-05-14 12:16:28 +02:00
|
|
|
code = "https://github.com/Niek/chatgpt-web"
|
|
|
|
|
|
|
|
[integration]
|
|
|
|
yunohost = ">= 11.1.19"
|
|
|
|
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]
|
2023-06-28 20:15:20 +02:00
|
|
|
url = "https://github.com/Niek/chatgpt-web/archive/5bcad814566e8b8d41beeb72a427a976612e57be.tar.gz"
|
|
|
|
sha256 = "a03947e445540ce440d79ee20d7f4810dd033ee49dd887422cb06cfdd787e101"
|
2023-05-14 12:52:49 +02:00
|
|
|
autoupdate.upstream = "https://github.com/Niek/chatgpt-web"
|
|
|
|
autoupdate.strategy = "latest_github_commit"
|
2023-05-14 12:16:28 +02:00
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
|
|
|
[resources.ports]
|
|
|
|
main.default = 5174
|