Home Box 2.4k 134 Home CMS 01 May, 2024 Go What is HomeBox ? Homebox is the inventory and organization system built for the Home User Install HomeBox Configuration & Docker Compose Terminal window# If using the rootless image, ensure data# folder has correct permissionsmkdir -p /path/to/data/folderchown 65532:65532 -R /path/to/data/folderdocker run -d \ --name homebox \ --restart unless-stopped \ --publish 3100:7745 \ --env TZ=Europe/Bucharest \ --volume /path/to/data/folder/:/data \ ghcr.io/hay-kot/homebox:latest# ghcr.io/hay-kot/homebox:latest-rootless