Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

h5ai change document root folder - how to #14

Open
bfrax opened this issue Jul 23, 2022 · 2 comments
Open

h5ai change document root folder - how to #14

bfrax opened this issue Jul 23, 2022 · 2 comments

Comments

@bfrax
Copy link

bfrax commented Jul 23, 2022

You write that we can couple h5ai application with other ftp or nextcloud files.
how doing this?

  • h5ai application folder: /var/www/h5ai
  • ftp/data repository: /var/www/my_webapp_6

Please, could you help me?

@ghost
Copy link

ghost commented Feb 5, 2023

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.

@jose1711
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants