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
There is no way to just give a directory and kiwix-serve will explore the library and load all the ZIM files.
To some extend, we can do that with globbing, but this is a kind of a workaround to the problem.
We should just allow to give a directory as argument and then kiwix-serve would visit the whole directory arborescence for ZIM files and load them. Any ZIM file which is not loadable (for example because not readable) should generate an error (like we already do today).
Today
kiwix-serve
can serve:There is no way to just give a directory and kiwix-serve will explore the library and load all the ZIM files.
To some extend, we can do that with globbing, but this is a kind of a workaround to the problem.
We should just allow to give a directory as argument and then
kiwix-serve
would visit the whole directory arborescence for ZIM files and load them. Any ZIM file which is not loadable (for example because not readable) should generate an error (like we already do today).This issue is pretty much connected to #740
This issue is a follow-up of #735
The text was updated successfully, but these errors were encountered: