1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/chatgpt-web_ynh.git synced 2024-09-03 18:16:21 +02:00
chatgpt-web_ynh/manifest.toml

55 lines
1.2 KiB
TOML
Raw Normal View History

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-10-30 17:15:28 +01:00
version = "2023.10.30~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]
2023-09-12 10:07:59 +02:00
yunohost = ">= 11.2"
2023-05-14 12:16:28 +02:00
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-10-30 17:15:28 +01:00
url = "https://github.com/Niek/chatgpt-web/archive/e53c01bb7b0de8e2f754a504c3fb76e3c3a043ae.tar.gz"
sha256 = "8e34f2cfb4c3491166d5dca974a902fc312b2ebed7779213cc558b470fb8bebd"
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