mirror of
https://github.com/YunoHost-Apps/kresus_ynh.git
synced 2024-09-03 19:36:10 +02:00
Fixes post aleks review
This commit is contained in:
parent
6df2921ed2
commit
c5bf13ab1a
4 changed files with 5 additions and 19 deletions
|
@ -1,9 +1,3 @@
|
||||||
Domain: __DOMAIN__
|
⚠️ Every YunoHost account will have access to this app when "all_users" is selected in the install questions. This may be an issue for Kresus as it is a personal tool. Please remember to edit the access rights in the YunoHost web administration panel or using command line interface.
|
||||||
Path : __PATH__
|
|
||||||
Config: __INSTALL_DIR__/config.ini
|
|
||||||
|
|
||||||
Please remember the default behavior of YunoHost when installing a new app is: everyone has access to the app.
|
The configuration file is stored in ` __INSTALL_DIR__/config.ini` and is regenerated on upgrade.
|
||||||
This may be an issue for Kresus as it is a personal tool. Please remember to edit access rights in the YunoHost web administration panel or using command line interface.
|
|
||||||
|
|
||||||
Note about config.ini: this package will regenerate the config file on upgrade.
|
|
||||||
If you changed it manually and upgraded Kresus, you'll find a backup in __INSTALL_DIR__.
|
|
||||||
|
|
|
@ -1,9 +1,3 @@
|
||||||
Domain: __DOMAIN__
|
⚠️ Every YunoHost account will have access to this app when "all_users" is selected in the install questions. This may be an issue for Kresus as it is a personal tool. Please remember to edit the access rights in the YunoHost web administration panel or using command line interface.
|
||||||
Path : __PATH__
|
|
||||||
Config: __INSTALL_DIR__/config.ini
|
|
||||||
|
|
||||||
Please remember the default behavior of YunoHost when installing a new app is: everyone has access to the app.
|
The configuration file is stored in ` __INSTALL_DIR__/config.ini` and is regenerated on upgrade.
|
||||||
This may be an issue for Kresus as it is a personal tool. Please remember to edit access rights in the YunoHost web administration panel or using command line interface.
|
|
||||||
|
|
||||||
Note about config.ini: this package will regenerate the config file on upgrade.
|
|
||||||
If you changed it manually and upgraded Kresus, you'll find a backup in __INSTALL_DIR__.
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ maintainers = ["Nicolas <nicofrand> Frandeboeuf"]
|
||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
license = "AGPL-3.0-only"
|
license = "AGPL-3.0-only"
|
||||||
website = "https://framagit.org/kresusapp/kresus"
|
website = "https://kresus.org"
|
||||||
demo = "https://kresus.org/en/demo.html"
|
demo = "https://kresus.org/en/demo.html"
|
||||||
admindoc = "https://kresus.org/en/doc.html"
|
admindoc = "https://kresus.org/en/doc.html"
|
||||||
code = "https://framagit.org/kresusapp/kresus"
|
code = "https://framagit.org/kresusapp/kresus"
|
||||||
|
|
|
@ -39,8 +39,6 @@ if [ -z "${salt:-}" ]; then
|
||||||
ynh_app_setting_set --app=$app --key=salt --value=$salt
|
ynh_app_setting_set --app=$app --key=salt --value=$salt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
usermod -d $install_dir $app
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue