You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I, too, would like to change the folder. h5ai looks at /var/www/documents and I'd like to change it to a different directory. I attempted to update /etc/yunohost/apps/h5ai/settings.yml entries for final_path and path to my desired directory but it had no effect.
Changing the directory seems to not be supported at this moment. But the application is set to follow symbolic links that means you should be able to do something like this:
cd /var/www/h5ai
ln -s /path/to/dir dir_in_h5ai
ln -s /path/to/other_dir .hidden_dir_in_h5ai
You write that we can couple h5ai application with other ftp or nextcloud files.
how doing this?
Please, could you help me?
The text was updated successfully, but these errors were encountered: