mirror of
https://github.com/YunoHost-Apps/wallabag2_ynh.git
synced 2024-10-01 13:35:06 +02:00
Merge branch 'version-2' into version-2.6
This commit is contained in:
commit
148834b50c
3 changed files with 3 additions and 32 deletions
|
@ -1,30 +0,0 @@
|
||||||
;; Test complet
|
|
||||||
; Manifest
|
|
||||||
domain="domain.tld"
|
|
||||||
path="/path"
|
|
||||||
admin="john"
|
|
||||||
; Checks
|
|
||||||
pkg_linter=1
|
|
||||||
setup_sub_dir=1
|
|
||||||
setup_root=1
|
|
||||||
setup_nourl=0
|
|
||||||
setup_private=0
|
|
||||||
setup_public=0
|
|
||||||
upgrade=1
|
|
||||||
# 2.2.3
|
|
||||||
upgrade=1 from_commit=f75d58cb32c51a0981333ea88974dc3199324e65
|
|
||||||
# 2.3.8~ynh3
|
|
||||||
upgrade=1 from_commit=2e20b8f9a6b791e059b806fcfc2253f88d1aeaf2
|
|
||||||
# 2.3.8~ynh4
|
|
||||||
upgrade=1 from_commit=4da53256350d7e4d63812ed3244e945346a5d9b7
|
|
||||||
backup_restore=1
|
|
||||||
multi_instance=1
|
|
||||||
port_already_use=0
|
|
||||||
change_url=1
|
|
||||||
;;; Options
|
|
||||||
Email=
|
|
||||||
Notification=none
|
|
||||||
;;; Upgrade options
|
|
||||||
; commit=f75d58cb32c51a0981333ea88974dc3199324e65
|
|
||||||
name= Previous package version
|
|
||||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&
|
|
|
@ -26,7 +26,8 @@ parameters:
|
||||||
domain_name: https://__DOMAIN____PATH__
|
domain_name: https://__DOMAIN____PATH__
|
||||||
server_name: "Your wallabag instance"
|
server_name: "Your wallabag instance"
|
||||||
|
|
||||||
mailer_dsn: smtp://~:~@127.0.0.1
|
#mailer_dsn: smtp://user:pass@__DOMAIN__:25
|
||||||
|
mailer_dsn: sendmail://default
|
||||||
|
|
||||||
locale: en
|
locale: en
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ admindoc = "https://doc.wallabag.org/en/"
|
||||||
code = "https://github.com/wallabag/wallabag"
|
code = "https://github.com/wallabag/wallabag"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.19"
|
yunohost = ">= 11.1.21"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = true
|
ldap = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue