diff --git a/README.md b/README.md index 6b8e83e..acb188b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ ChatGPT-web is a simple one-page web interface to the OpenAI ChatGPT API. To use - Code: ChatGPT-web recognizes and highlights code blocks and allows you to copy them with one click. -**Shipped version:** 2023.11.27~ynh1 +**Shipped version:** 2023.12.22~ynh1 **Demo:** https://niek.github.io/chatgpt-web/ diff --git a/README_fr.md b/README_fr.md index 3bc0582..c6823b4 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po ChatGPT-web est une simple interface Web d'une page pour l'API OpenAI ChatGPT. Pour l'utiliser, vous devez d'abord vous inscrire à une clé API OpenAI. Tous les messages sont stockés dans le stockage local de votre navigateur, donc tout est privé. Vous pouvez également fermer l'onglet du navigateur et revenir plus tard pour poursuivre la conversation. -**Version incluse :** 2023.11.27~ynh1 +**Version incluse :** 2023.12.22~ynh1 **Démo :** https://niek.github.io/chatgpt-web/ diff --git a/manifest.toml b/manifest.toml index 2d9d193..683d40d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "chatGPT-web" description.en = "ChatGPT web interface using the OpenAI API" description.fr = "Interface Web ChatGPT utilisant l'API OpenAI" -version = "2023.11.27~ynh1" +version = "2023.12.22~ynh1" maintainers = ["eric_G"] @@ -19,8 +19,11 @@ code = "https://github.com/Niek/chatgpt-web" yunohost = ">= 11.2" architectures = "all" multi_instance = true + ldap = false + sso = false + disk = "50M" ram.build = "50M" ram.runtime = "50M" @@ -38,8 +41,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/Niek/chatgpt-web/archive/ee044f6f2221ee865eecfb694fb20a257e304cd1.tar.gz" - sha256 = "77793698706149f7091a8b44246d9c9e4019c6fc4befc5dbc6064b52335e76ae" + url = "https://github.com/Niek/chatgpt-web/archive/4b5439e3df5517d9c1607ff3c0b20ba84d89e206.tar.gz" + sha256 = "5f88bf7b829ecb32789649dea7011a361fc9b93ef59eb7de365d3a92f7dfe186" autoupdate.upstream = "https://github.com/Niek/chatgpt-web" autoupdate.strategy = "latest_github_commit" diff --git a/scripts/install b/scripts/install index e8cf7d2..1f9d445 100755 --- a/scripts/install +++ b/scripts/install @@ -43,7 +43,7 @@ ynh_add_nginx_config #================================================= ynh_script_progression --message="Adding a configuration file..." --weight=1 -ynh_add_config --template="../conf/.env" --destination="$install_dir/.env" +ynh_add_config --template=".env" --destination="$install_dir/.env" chmod 400 "$install_dir/.env" chown $app:$app "$install_dir/.env"