mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
Update manifest.json
This commit is contained in:
parent
38aa8c0c1d
commit
f1622e5461
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx",
|
||||||
"php8.0-fpm",
|
"php8.0-fpm",
|
||||||
"mysql"
|
"postgresql"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install" : [
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"example": "/ttrss",
|
"example": "/ttrss",
|
||||||
"default": "/ttrss"
|
"default": "/ttrss"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|
Loading…
Add table
Reference in a new issue