mirror of
https://github.com/YunoHost-Apps/aeneria_ynh.git
synced 2024-09-03 18:06:15 +02:00
Bump to aeneria 1.1.1
This commit is contained in:
parent
a64f946383
commit
f8d8ec01fb
6 changed files with 5 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
||||||
# æneria for YunoHost
|
# æneria for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/aeneria)  
|
[](https://dash.yunohost.org/appci/app/aeneria)  
|
||||||
[](https://install-app.yunohost.org/?app=aeneria)
|
[](https://install-app.yunohost.org/?app=aeneria)
|
||||||
|
|
||||||
> *This package allows you to install æeneria quickly and simply on a YunoHost server.
|
> *This package allows you to install æeneria quickly and simply on a YunoHost server.
|
||||||
|
@ -12,7 +12,7 @@ The idea of [æneria](https://gitlab.com/aeneria/aeneria-app) is to display ener
|
||||||
* Better understand our own energy consumption
|
* Better understand our own energy consumption
|
||||||
* Analyse energy consumption throw weather data
|
* Analyse energy consumption throw weather data
|
||||||
|
|
||||||
**Shipped version:** 1.1.0
|
**Shipped version:** 1.1.1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -14,10 +14,6 @@ APP_SECRET=app_secret
|
||||||
DATABASE_URL=pgsql://database_user:database_password@localhost:5432/database_name
|
DATABASE_URL=pgsql://database_user:database_password@localhost:5432/database_name
|
||||||
###< doctrine/doctrine-bundle ###
|
###< doctrine/doctrine-bundle ###
|
||||||
|
|
||||||
# Use this variable if your application live
|
|
||||||
# in subfolder
|
|
||||||
BASE_PATH=base_path
|
|
||||||
|
|
||||||
### aeneria features ###
|
### aeneria features ###
|
||||||
# Number of places a user can create
|
# Number of places a user can create
|
||||||
AENERIA_USER_MAX_PLACES=-1
|
AENERIA_USER_MAX_PLACES=-1
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://statics.aeneria.com/aeneria-app-1.1.0.tar.gz
|
SOURCE_URL=https://statics.aeneria.com/aeneria-app-1.1.1.tar.gz
|
||||||
SOURCE_SUM=5902cc47a1f80ed560ea8f4bee37035d420b7f6bcd24151df417ecae6e4ebbf5
|
SOURCE_SUM=f4450586b54b797adae06bf89739c6748cd411b064875830e49d42e861fac305
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "A little dashboard to analyse your energy consumption data from Linky & weather",
|
"en": "A little dashboard to analyse your energy consumption data from Linky & weather",
|
||||||
"fr": "Un petit tableau de bord pour analyser votre consomation d'énergie à partir des données d'un Linky et de la météo"
|
"fr": "Un petit tableau de bord pour analyser votre consomation d'énergie à partir des données d'un Linky et de la météo"
|
||||||
},
|
},
|
||||||
"version": "1.1.0~ynh1",
|
"version": "1.1.1~ynh1",
|
||||||
"url": "https://gitlab.com/aeneria/aeneria-app",
|
"url": "https://gitlab.com/aeneria/aeneria-app",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
|
@ -121,7 +121,6 @@ ynh_replace_string --match_string="database_name" --replace_string="${db_name}"
|
||||||
ynh_replace_string --match_string="database_user" --replace_string="${db_user}" --target_file="$aeneria_conf"
|
ynh_replace_string --match_string="database_user" --replace_string="${db_user}" --target_file="$aeneria_conf"
|
||||||
ynh_replace_string --match_string="database_password" --replace_string="${db_pwd}" --target_file="$aeneria_conf"
|
ynh_replace_string --match_string="database_password" --replace_string="${db_pwd}" --target_file="$aeneria_conf"
|
||||||
ynh_replace_string --match_string="app_secret" --replace_string="${deskey}" --target_file="$aeneria_conf"
|
ynh_replace_string --match_string="app_secret" --replace_string="${deskey}" --target_file="$aeneria_conf"
|
||||||
ynh_replace_string --match_string="base_path" --replace_string="${path_url}" --target_file="$aeneria_conf"
|
|
||||||
|
|
||||||
# Restrict rights to aeneria user only
|
# Restrict rights to aeneria user only
|
||||||
chmod 600 "$aeneria_conf"
|
chmod 600 "$aeneria_conf"
|
||||||
|
|
|
@ -148,7 +148,6 @@ ynh_replace_string --match_string="database_name" --replace_string="${db_name}"
|
||||||
ynh_replace_string --match_string="database_user" --replace_string="${db_user}" --target_file="$aeneria_conf"
|
ynh_replace_string --match_string="database_user" --replace_string="${db_user}" --target_file="$aeneria_conf"
|
||||||
ynh_replace_string --match_string="database_password" --replace_string="${db_pwd}" --target_file="$aeneria_conf"
|
ynh_replace_string --match_string="database_password" --replace_string="${db_pwd}" --target_file="$aeneria_conf"
|
||||||
ynh_replace_string --match_string="app_secret" --replace_string="${deskey}" --target_file="$aeneria_conf"
|
ynh_replace_string --match_string="app_secret" --replace_string="${deskey}" --target_file="$aeneria_conf"
|
||||||
ynh_replace_string --match_string="base_path" --replace_string="${path_url}" --target_file="$aeneria_conf"
|
|
||||||
|
|
||||||
# Restrict rights to aeneria user only
|
# Restrict rights to aeneria user only
|
||||||
chmod 600 "$aeneria_conf"
|
chmod 600 "$aeneria_conf"
|
||||||
|
|
Loading…
Add table
Reference in a new issue