offspot / container-images

OCI images for use in Kiwix Offspot
GNU General Public License v3.0
0 stars 1 forks source link

[dashboard] Support ZIM auto-discovery #15

Closed rgaudin closed 8 months ago

rgaudin commented 1 year ago

Dashboard works off a static list of content packages that contains the metadata to display on homepage.

It would be very handy to support an auto-discovery of new ZIM files (either uploaded or copied to /data/zims).

While it would be technically possible to do it through kiwix-manage armhf binary, this would be hackish and given we already generate the homepage using python, we should use pylibzim to fetch the metadata.

pylibzim is not available for arm at the moment as there is no arm/arm64 release of libzim

rgaudin commented 8 months ago

Was done in #28