mirror of
https://github.com/YunoHost-Apps/miniflux_ynh.git
synced 2024-09-03 19:45:58 +02:00
commit
aaee25fd68
4 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Minimalist and opinionated RSS feed reader
|
Minimalist and opinionated RSS feed reader
|
||||||
|
|
||||||
**Shipped version:** 2.0.31~ynh1
|
**Shipped version:** 2.0.31~ynh2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
Agrégateur de flux RSS minimaliste
|
Agrégateur de flux RSS minimaliste
|
||||||
|
|
||||||
**Version incluse :** 2.0.31~ynh1
|
**Version incluse :** 2.0.31~ynh2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
BASE_URL=http://__DOMAIN____PATH__
|
BASE_URL=https://__DOMAIN____PATH__
|
||||||
LISTEN_ADDR=127.0.0.1:__PORT__
|
LISTEN_ADDR=127.0.0.1:__PORT__
|
||||||
DATABASE_URL=postgres://__DB_NAME__:__DB_PWD__@localhost/__DB_NAME__?sslmode=disable
|
DATABASE_URL=postgres://__DB_NAME__:__DB_PWD__@localhost/__DB_NAME__?sslmode=disable
|
||||||
RUN_MIGRATIONS=1
|
RUN_MIGRATIONS=1
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Minimalist and opinionated RSS feed reader",
|
"en": "Minimalist and opinionated RSS feed reader",
|
||||||
"fr": "Agrégateur de flux RSS minimaliste"
|
"fr": "Agrégateur de flux RSS minimaliste"
|
||||||
},
|
},
|
||||||
"version": "2.0.31~ynh1",
|
"version": "2.0.31~ynh2",
|
||||||
"url": "https://miniflux.app/",
|
"url": "https://miniflux.app/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue