Skip to content

Rematters/Rematters-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rematters-Docker

Standalone Docker variant of Rematters (based on the current Home Assistant app backend and UI).

Initial release (v0.1.26-docker)

  • Standalone FastAPI app with the same vault UI and API as the HA app
  • Matter, HomeKit, and Z-Wave code support
  • Local JSON storage with backup support
  • Optional Rematters Cloud sync via options.json
  • Dockerfile and docker-compose.yml ready for self-hosting

Quick start

cp .env.example .env
mkdir -p data
echo "{}" > data/options.json
docker compose up -d --build

Open: http://localhost:8099

Persistent data

  • Vault JSON: ./data/rematters.json
  • Options: ./data/options.json
  • Local backups: ./data/backups/

Environment

  • REMATTERS_PORT (default 8099)
  • REMATTERS_INGRESS_FILTER (default 0, keep disabled for normal Docker use)

Cloud sync options

Set in data/options.json:

{
  "cloud_enabled": true,
  "cloud_url": "https://rematters.casa",
  "cloud_token": "rm_..."
}

Notes

  • Home Assistant Supervisor APIs are not available in this Docker variant.
  • Pull from HA only works when SUPERVISOR_TOKEN and Supervisor endpoint are present.

Related

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors