You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
İf you could add support for cubari.moe to read json file from localhost that would be useful for users who host cubari.moe on home server and want to read their chapters from local pc offline.
I would appreciate if you could add this feature support for offline usage please?
The text was updated successfully, but these errors were encountered:
The reader uses serverside fetching, so none of the proxies will be able to fetch localhost. You can, in theory, extract the reader JS and the HTML template that goes with it and replace the API paths in the code with either your locally served JSON or baked into the page via some sort of SSR.
Hi,
İf you could add support for cubari.moe to read json file from localhost that would be useful for users who host cubari.moe on home server and want to read their chapters from local pc offline.
I would appreciate if you could add this feature support for offline usage please?
The text was updated successfully, but these errors were encountered: