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__
|
||||
Path : __PATH__
|
||||
Config: __INSTALL_DIR__/config.ini
|
||||
⚠️ 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.
|
||||
|
||||
Please remember the default behavior of YunoHost when installing a new app is: everyone has access to the app.
|
||||
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__.
|
||||
The configuration file is stored in ` __INSTALL_DIR__/config.ini` and is regenerated on upgrade.
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
Domain: __DOMAIN__
|
||||
Path : __PATH__
|
||||
Config: __INSTALL_DIR__/config.ini
|
||||
⚠️ 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.
|
||||
|
||||
Please remember the default behavior of YunoHost when installing a new app is: everyone has access to the app.
|
||||
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__.
|
||||
The configuration file is stored in ` __INSTALL_DIR__/config.ini` and is regenerated on upgrade.
|
||||
|
|
|
@ -11,7 +11,7 @@ maintainers = ["Nicolas <nicofrand> Frandeboeuf"]
|
|||
|
||||
[upstream]
|
||||
license = "AGPL-3.0-only"
|
||||
website = "https://framagit.org/kresusapp/kresus"
|
||||
website = "https://kresus.org"
|
||||
demo = "https://kresus.org/en/demo.html"
|
||||
admindoc = "https://kresus.org/en/doc.html"
|
||||
code = "https://framagit.org/kresusapp/kresus"
|
||||
|
|
|
@ -39,8 +39,6 @@ if [ -z "${salt:-}" ]; then
|
|||
ynh_app_setting_set --app=$app --key=salt --value=$salt
|
||||
fi
|
||||
|
||||
usermod -d $install_dir $app
|
||||
|
||||
#=================================================
|
||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue