Replies: 13 comments 21 replies
-
i'm not sure what is needed for docker as i'm no docker user myself, but i tried to write a few instructions here https://github.com/rejetto/hfs/wiki/Docker/ |
Beta Was this translation helpful? Give feedback.
-
perfect can't wait to test it out |
Beta Was this translation helpful? Give feedback.
-
Is there any chance for a docker-compose instructions? something similar what linuxserver gives, for example https://hub.docker.com/r/linuxserver/plex where i could just specify paths to the folders which i want to share etc, that would be such a great thing, for those of us who arent that great with docker |
Beta Was this translation helpful? Give feedback.
-
this is what https://www.composerize.com/ gives me but am not sure if this would work |
Beta Was this translation helpful? Give feedback.
-
i was able to get it up and running with this but now am unable to ssh into the container to run the admin command. here are some screenshots |
Beta Was this translation helpful? Give feedback.
-
yep, i'm working on having docker support, the first step is to have a working dockerfile, then i'll see what env variables i may support, for example to let you create the first admin user, configure the http/https port, etc.. i'll keep you updated |
Beta Was this translation helpful? Give feedback.
-
@aniel300 @Jarusz hi guys, the official docker images are out https://hub.docker.com/r/rejetto/hfs, i also provided the docker run command and an example of compose file. let me know if it works. Feel free to open issues here https://github.com/damienzonly/hfs-docker/issues |
Beta Was this translation helpful? Give feedback.
-
Hi Rejetto, Long time no see. I will take a crack at it. atm i will be building a docker file in the github and make a docker iamge... here is an example of the docker file:
the plan is a docker with vnc / firefox to view the admin interface. Volumes I want a docker with a vnc web view: So lets use debain. I will need a web browser to access the application in it. It will take me a while to get to completion. I will be useing your other setup per the github... but here is a sample... |
Beta Was this translation helpful? Give feedback.
-
Thank you for this. I didn't know if it existed. I will check that out now.
…On Tue, Oct 29, 2024 at 9:34 PM damienzonly ***@***.***> wrote:
hi @bmartino1 <https://github.com/bmartino1>, we've already deployed
official hfs images on rejetto's docker registry.
did you check them out?
the repository for images build process is at
https://github.com/damienzonly/hfs-docker
—
Reply to this email directly, view it on GitHub
<#551 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BH42CTQE76JJ76A2AMROLZTZ6BAU5AVCNFSM6AAAAABGRTKRFKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMBZGQ2TCNI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi,
Just wanted to let you know that I will attempt to expand your audience on
another platform.
https://github.com/bmartino1/unraid-docker-templates
I wanted to give Thanks to Both Rejetto and Thanks to damienzonly for
starting me on the right path:
I originally attempted to fork damienzonly Repo. Decided to clone
separate due to some core changes needed specficaly for unriad.
that repo can be found here.
https://github.com/bmartino1/hfs-docker
With a working docker compose on unraid Linux Slackware Docker System. I
have successfully added your app to a Unraid Point and Click Appstore.
https://github.com/bmartino1/unraid-docker-templates
[image: image.png]
Which will allow unraids users to use your application on the Unraid
Platform in docker format.
[image: image.png]
I will attempt to follow and maintain this to your standards. Thank you
both!
… Message ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
I never used unraid, but this sounds like a cool project :) |
Beta Was this translation helpful? Give feedback.
-
Awesome, thanks!
I will update that Unraid use png images:
https://raw.githubusercontent.com/bmartino1/unraid-docker-templates/refs/heads/main/images/rejettohfs.png
…On Sun, Nov 3, 2024 at 4:07 PM Massimo Melina ***@***.***> wrote:
I never used unraid, but this sounds like a cool project :)
if you need an updated HFS icon, here it is
hfs-logo-icon.svg (view on web)
<https://github.com/user-attachments/assets/9d2e9542-27a6-45d2-8ed7-3babf76639cc>
—
Reply to this email directly, view it on GitHub
<#551 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BH42CTSGPOMWSJ4LIBXQXL3Z62NBJAVCNFSM6AAAAABGRTKRFKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMJTGY4DSMA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
FWIW, I have just made my own docker-build project for HFS, which is completely differing from the current available repo(s): https://github.com/patschi/hfs-docker. One reason being that I have not found latest 0.54.0 in the other docker project and found it too 'bloaty' even with Alpine. The major difference is, that it uses the pre-compiled binaries from this repo. Hence, building containers is way less sensitive to errors and quicker compared to compiling. It's completely automated for all HFS releases (via API and includes prereleases/beta/RCs; without any requirement for user intervention) and uses the I have let it built the last 20 releases, should anyone ever want to pick a older release. The latest stable release in this main hfs-repo is always automatically tagged as |
Beta Was this translation helpful? Give feedback.
-
any plans to support docker and docker compose support?
Beta Was this translation helpful? Give feedback.
All reactions