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:
ericgaspar 2021-06-24 11:39:29 +02:00
parent deb64733d4
commit aabc4bee0a
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 3 additions and 5 deletions

View file

@ -15,8 +15,6 @@
backup_restore=1
multi_instance=1
change_url=1
;;; Levels
Level 5=auto
;;; Options
Email=
Notification=none

View file

@ -6,7 +6,7 @@
"en": "A self hostable read-it-later app",
"fr": "Une application de lecture-plus-tard auto-hébergeable"
},
"version": "2.4.2~ynh1",
"version": "2.4.2~ynh2",
"url": "https://www.wallabag.org",
"upstream": {
"license": "MIT",
@ -35,7 +35,7 @@
{
"name": "domain",
"type": "domain",
"example": "domain.org"
"example": "example.com"
},
{
"name": "path",
@ -46,7 +46,7 @@
{
"name": "admin",
"type": "user",
"example": "homer"
"example": "johndoe"
}
]
}