Does lemmy have any communities dedicated to archiving/hoarding data?

  • Fmstrat@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    19 hours ago

    Do you recommend adding anything else to it?

    For instance, OSM maps?

    I’ve been thinking about running the Kiwix app + OSMAnd on an old Android phone and auto updating it once a year.

    • clif@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      17 hours ago

      That’s a good question (and good idea) that I hadn’t really thought about past a collection of ZIMs. The one I built advertises it’s own AP SSID that anyone can connect to and then access the ZIMs that are served via kiwix-serve on HTTP/80. That is, I wanted a single, low power, headless device that multiple people could use simultaneously via wifi and browser rather than a personal device.

      I hadn’t really thought about other helpful services past that. I mean, we’ve got a (wee) server so why not use it? I like the idea of OSM and their website is open source but has a lot of dependencies :

      openstreetmap-website is a Ruby on Rails application that uses PostgreSQL as its database, and has a large number of dependencies for installation

      A fully-functional openstreetmap-website installation depends on other services, including map tile servers and geocoding services, that are provided by other software. The default installation uses publicly-available services to help with development and testing.

      I wonder how hard it would be to host everything it needs locally/offline… and what that would do to power consumption : )

      Thanks for the idea - something to look into, for sure.

      • Fmstrat@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        13 hours ago

        I might beat you to it. I’ve got Kiwix running in docker, just did a PR to the kiwix-zim-updater so it can run in Docker on a cron schedule next to the server, and have spun those up with Karakeep (self-hosted web archive I use for bookmarking).

        Right now I’m adding a ZIM list feature to the updater to list available ZIMs by language, and then I’ll move on to OSM.

        • clif@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          3 hours ago

          You’ll definitely beat me to it : D

          Do me a favor and tag me when you post your how to?

        • clif@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          3 hours ago

          Yeah, I feel the same in that it’s assuredly doable, but how hard is it?

          If you’re able to dig into and make some progress, please tag me because I’m interested but don’t have much time these days.