From 1345c4198201ddfccef31e26a2cad41d5d2011ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 16 Nov 2023 12:50:21 +0100 Subject: [PATCH] update --- conf/parameters.yml | 2 +- manifest.toml | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/conf/parameters.yml b/conf/parameters.yml index 5b5f803..7743ee8 100644 --- a/conf/parameters.yml +++ b/conf/parameters.yml @@ -27,7 +27,7 @@ parameters: server_name: "Your wallabag instance" #mailer_dsn: smtp://user:pass@__DOMAIN__:25 - mailer_dsn: sendmail://default + mailer_dsn: smtp://__APP__:__MAIL_PWD__@__DOMAIN__:25 locale: en diff --git a/manifest.toml b/manifest.toml index dcd093c..e38c692 100644 --- a/manifest.toml +++ b/manifest.toml @@ -2,10 +2,10 @@ packaging_format = 2 id = "wallabag2" name = "Wallabag" -description.en = "Self hostable read-it-later app" -description.fr = "Application de lecture-plus-tard auto-hébergeable" +description.en = "Save and classify articles. Read them later" +description.fr = "Enregistrez et classez les articles. Lisez-les plus tard" -version = "2.6.4~ynh1" +version = "2.6.7~ynh1" maintainers = ["lapineige"] @@ -43,11 +43,12 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/wallabag/wallabag/releases/download/2.6.4/wallabag-2.6.4.tar.gz" - sha256 = "f0209d3eec80621b54a62cf31068b93103fbc56d6c0b635c55defff4e9afc1f3" + url = "https://github.com/wallabag/wallabag/releases/download/2.6.7/wallabag-2.6.7.tar.gz" + sha256 = "a6b93fb05ef6bf9ab206fd4bcffda763a2cf33ea27e7f83000c335bbdf97f310" autoupdate.strategy = "latest_github_tag" [resources.system_user] + allow_email = true [resources.install_dir] @@ -55,7 +56,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "mariadb-server php8.2-cli php8.2-mysql php8.2-gd php8.2-tidy php8.2-curl php8.2-gettext php8.2-redis php8.2-xml php8.2-mbstring php8.2-ldap php8.2-intl" + packages = "mariadb-server, php8.2-cli, php8.2-mysql, php8.2-gd, php8.2-tidy, php8.2-curl, php8.2-gettext, php8.2-redis, php8.2-xml, php8.2-mbstring, php8.2-ldap, php8.2-intl" [resources.database] type = "mysql"