1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paheko_ynh.git synced 2024-09-03 19:56:22 +02:00
paheko_ynh/doc/ADMIN.md
Robles Rodolphe f57e73a4c3
Testing version 1.3.9 (#62)
* 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>
2024-05-17 17:26:13 +02:00

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