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
|
|
|
|
2024-06-25 03:31:28 +02:00
|
|
|
version = "2024.06.24~ynh1"
|
2023-05-14 12:16:28 +02:00
|
|
|
|
2024-02-14 11:09:37 +01:00
|
|
|
maintainers = []
|
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]
|
2023-09-12 10:07:59 +02:00
|
|
|
yunohost = ">= 11.2"
|
2023-05-14 12:16:28 +02:00
|
|
|
architectures = "all"
|
|
|
|
multi_instance = true
|
2023-12-02 14:44:39 +01:00
|
|
|
|
2023-05-14 12:16:28 +02:00
|
|
|
ldap = false
|
2023-12-02 14:44:39 +01:00
|
|
|
|
2023-05-14 12:16:28 +02:00
|
|
|
sso = false
|
2023-12-02 14:44:39 +01:00
|
|
|
|
2023-05-14 12:16:28 +02:00
|
|
|
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]
|
2024-06-25 03:31:28 +02:00
|
|
|
url = "https://github.com/Niek/chatgpt-web/archive/4a369599ad3a591c68db84dd7052234b0a2adea0.tar.gz"
|
|
|
|
sha256 = "6a983f988f11b67fd02487a58005356cf1e39a8f77210e8031a21a6136786522"
|
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
|