Replies: 2 comments 1 reply
-
In HFS 2 this would be similar to the bind path to root option but in docker variable form. This way in Unraid as a point click. I can set one path and ahve that accessible. User then can quickly access the admin interface and make self singed certs and pre defined a path beforehand to /app/mydisk as per the default docker run.... |
Beta Was this translation helpful? Give feedback.
-
sorry for the late reply. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Following an email response, I went down a journey to add HFS as a Unraid Docker in their community app store.
I'm currently working out some default bugs and configs...
https://github.com/bmartino1/hfs-docker/tree/main
as a fork form the offical docker repo:
https://github.com/damienzonly/hfs-docker
where there example:
-v ./myDisk:/app/myDisk \
for some reason, I can't seem to get a variable to set this in the config at run.

per reading the potential options:
https://github.com/rejetto/hfs/blob/main/config.md#how-to-modify-configuration
I thought this would work...
HFS_VFS="[{'name': 'MyDisk', 'source': '/app/myDisk'}]"
I've tried HFS_vfs HFS_vfs_source
I'm not sure what the variable would be to set a home - root
virtual file system disk source to path /app/myDisk
Beta Was this translation helpful? Give feedback.
All reactions