snehilvj / dash-iconify

Iconify for Plotly Dash

Home Page:https://www.dash-mantine-components.com/dash-iconify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use self hosted iconify server

juan11iguel opened this issue · comments

Hello! I am using this library in a webpage that runs in a local network and is accessed by some machines with no internet connection. Checking Iconify docs I have seen that it can be self hosted. Iconify can be configured to use this self hosted instance.

I am not sure if there is a setting in the wrapper to also take advantage of this possibility or if it's something that could be added

Thanks!

Second for this issue. I wonder how I can make use of either bundled offline icons or self-hosted solution for no-internet environment

@snehilvj @Juasmis Hi, I have the POC in my fork that uses the offline bundle supplied from Python side on initialization. See usage.py.

This mod disables the online API functionality so it should be adjusted before merge here. My main concern is how to correctly provide the one-time initialization for the offline bundle. Please check if the use of DashIconifyBundleLoader is written properly.

I do not seem to be able to find the usage.py file in order to give it a try

Is there any progress here? I have run into the same issue :)