1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00
This commit is contained in:
Éric Gaspar 2024-07-20 15:06:12 +02:00
parent 63e51e0737
commit d6634c7561
2 changed files with 4 additions and 10 deletions

View file

@ -26,13 +26,7 @@ parameters:
domain_name: https://__DOMAIN____PATH__
server_name: "Your wallabag instance"
mailer_transport: smtp
mailer_user: __APP__
mailer_password: __MAIL_PWD__
mailer_host: 127.0.0.1
mailer_port: 25
mailer_encryption: ~
mailer_auth_mode: ~
mailer_dsn: smtp://__APP__:__MAIL_PWD__@__DOMAIN__:25
locale: en

View file

@ -7,7 +7,7 @@ name = "Wallabag"
description.en = "Save and classify articles. Read them later"
description.fr = "Enregistrez et classez les articles. Lisez-les plus tard"
version = "2.5.4~ynh4"
version = "2.6.1~ynh1"
maintainers = ["lapineige"]
@ -47,8 +47,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
url = "https://github.com/wallabag/wallabag/releases/download/2.5.4/wallabag-2.5.4.tar.gz"
sha256 = "c953105e3181f18bf592541a1c46c318c6663ad00d4687052676b02a7d74c618"
url = "https://github.com/wallabag/wallabag/releases/download/2.6.1/wallabag-2.6.1.tar.gz"
sha256 = "7efb39adfa9ac0393817d96ae4432ed420d501aaba7b4116138fca2a40593ced"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = ".*\\.tar\\.gz"