How to add a bookmark to a local website?

Hi, I am new to Homarr and want to add a link to a bookmark widget (file://192.168.178.3/Websites/Heimatkunde/index.html). Nothing happens when I click to the bookmark link but the link is working with the Windows Explorer or a web browser. How can I get the link to work? Thank you in advance
Solution:
I understand what you want to do, but I don't think Homarr will be able to do anything in this direction.
Jump to solution
9 Replies
Cakey Bot
Cakey Bot3w ago
Thank you for submitting a support request. Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Meierschlumpf
Meierschlumpf3w ago
Hey, because of restrictions from browsers it's not possible to have links from http / https websites to local files. Thats because otherwise you could link to the current users files which should not be possible.
degodevel
degodevelOP3w ago
Is there any other way to open this local web page?
Meierschlumpf
Meierschlumpf3w ago
You would need to serve it with a web server, on windows you said, right? Then maybe IIS or any other light weight web server that can run on windows. Like py -m http.server 8080 (Requires python) Or in theory you can also mount the public directory of homarr and paste the html file in there 😂
degodevel
degodevelOP3w ago
Yes, you are right. However, I think this feature is missing in Homarr for me. Homarr is running in an UNRAID docker image.
Meierschlumpf
Meierschlumpf3w ago
Can you describe what exactly you would like to see then? IMO hosting custom http is not really the use case for homarr, but we could discuss it
degodevel
degodevelOP3w ago
file://192.168.178.3/Websites/Heimatkunde/index.html index.html shows a website in Heimatkunde with private images, audio files and so on. All files of the website are located in \Heimatkunde. I want to use local folders in Websites on a file server to maintain private web sites. It is because more and more websites are disappearing from the web
Solution
Meierschlumpf
Meierschlumpf3w ago
I understand what you want to do, but I don't think Homarr will be able to do anything in this direction.
degodevel
degodevelOP3w ago
OK, thank you. I will find another way to do this

Did you find this page helpful?