mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
* add permission auth_header api * Auto-update READMEs * upgrade v 1.3.9, syntax in ADMIN.md, try debug api with unprotected * Auto-update READMEs * try debug api * try debug api * try debug api * comment yunohost_panel.conf.inc, no sso in this app --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org>
698 B
698 B
If you wish, you can add custom configurations inside __DATA_DIR__/data/config.local.user.php
.
Use the __DATA_DIR__/data
folder if you want to store documents elsewhere than in the database. Example in __DATA_DIR__/data/config.local.user.php
file
const FILE_STORAGE_BACKEND = 'FileSystem';
const FILE_STORAGE_CONFIG = DATA_ROOT . /files';
Important: for some reason, email does not work when installing on a subpath. You are encouraged to use a full, dedicated for this domain (with path set to /). You may need perhaps an first app upgrade to have all the configurations on the path __DATA_DIR__/data
, you can force the upgrade:
yunohost app __APP__ upgrade -F