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.
![image](https://private-user-images.githubusercontent.com/167354702/381823331-8a596131-e83a-4be5-8991-bb414b488d52.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2ODQ5MzgsIm5iZiI6MTczOTY4NDYzOCwicGF0aCI6Ii8xNjczNTQ3MDIvMzgxODIzMzMxLThhNTk2MTMxLWU4M2EtNGJlNS04OTkxLWJiNDE0YjQ4OGQ1Mi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNlQwNTQzNThaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01ZTNmNjc3ZmY0NWQzN2IwMzMzNjdmZjM0NjgzYTdlOTY3M2NhNDBkYmFlMmVjODJlNzA0OGU0YTM3YTVlZWE3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.y86ySsulRNXRQaZCJFEhmpnnTRF22mwOuMqdKofCWp8)
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