Homebox is the inventory and organization system built for the Home User! With a focus on simplicity and ease of use, Homebox is the perfect solution for your home inventory, organization, and management needs. While developing this project I’ve tried to keep the following principles in mind:

Simple - Homebox is designed to be simple and easy to use. No complicated setup or configuration required. Use either a single docker container, or deploy yourself by compiling the binary for your platform of choice. Blazingly

Fast - Homebox is written in Go which makes it extremely fast and requires minimal resources to deploy. In general idle memory usage is less than 50MB for the whole container.

Portable - Homebox is designed to be portable and run on anywhere. We use SQLite and an embedded Web UI to make it easy to deploy, use, and backup.

(I am not affiliated with this project)

  • BaroqueInMind@kbin.social
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    11 months ago

    Yeah this is right up my alley. Can’t wait to install this and document everything.

    I am very paranoid about security, so is there a reason you deter people from using this application in a Docker container per your website?

    • Encrypt-Keeper@lemmy.worldOP
      link
      fedilink
      arrow-up
      3
      ·
      11 months ago

      Sorry friend, this isn’t my project I’m just sharing it. That being said I totally run this in a docker container.

    • Zikeji@programming.dev
      link
      fedilink
      English
      arrow-up
      3
      ·
      11 months ago

      I checked the quick start, that aren’t deterring people from using Docker, they’re saying you shouldn’t use the Docker CLI to launch it, and instead use docker-compose. Which is fair, compose is a much better format for persistent containers and being able to use l easily manage and migrate them.