mirror of
https://github.com/YunoHost-Apps/wallabag2_ynh.git
synced 2024-10-01 13:35:06 +02:00
Fix
This commit is contained in:
parent
deb64733d4
commit
aabc4bee0a
2 changed files with 3 additions and 5 deletions
|
@ -15,8 +15,6 @@
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
change_url=1
|
change_url=1
|
||||||
;;; Levels
|
|
||||||
Level 5=auto
|
|
||||||
;;; Options
|
;;; Options
|
||||||
Email=
|
Email=
|
||||||
Notification=none
|
Notification=none
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "A self hostable read-it-later app",
|
"en": "A self hostable read-it-later app",
|
||||||
"fr": "Une application de lecture-plus-tard auto-hébergeable"
|
"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",
|
"url": "https://www.wallabag.org",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
"example": "domain.org"
|
"example": "example.com"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
{
|
{
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
"type": "user",
|
"type": "user",
|
||||||
"example": "homer"
|
"example": "johndoe"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue