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.
-
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