linux  projekt  myCloud

grocy

Schnellnotizen

Installation in HomeAssistent möglich...

Installation als Docker

nano /home/mani/tmp/docker-grocy.yaml
services:
  grocy:
    image: lscr.io/linuxserver/grocy:latest
    #image: lscr.io/linuxserver/grocy:arm64v8-latest
    container_name: grocy
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Berlin
    volumes:
      - /home/mani/tmp/grocy:/config
    ports:
      - 9283:80
    restart: unless-stopped

mkdir /home/mani/tmp/grocy
docker compose -f /home/mano/tmp/docker-grocy.yaml up -d

Dann einen Reverse-Proxy auf den Port um es per HTTPS nach außen legen...

 linux   myCloud   projekt   smarthome