Portal for managing household (like housekeeping book).
The docker way:
docker pull corka149/jarvis
- Version is the implementation of the the shopping list and user + user groups.
- Version targets the connecting of sensor devices and measuring for monitoring the flat/house.
- Version:
- Marks the end of any work targeting smart home. In this version frontend and backend should be separated.
- Added finance domain
- Version is the comeback of jARVIS as multipage application.
- Removed finance domain
- Added inventory domain with live views 🔥
- Version: Tech stack switch to
- Rust for backend
- Angular with TypeScript for frontend
- Go backend for managing meals
- Version: Rewrite in Python with Django
- Name: ENVIRONMENT
- Value: PRODUCTION, TEST, DEV
- Description: Active debugging features
- Name: SECRET_KEY
- Value: a long string
- Default: django-insecure-ej)pa1p)a^!1(kc&zpcrg9+hxh6j+)1g_(wxmnffv!fyv%pbb_
- Name: ALLOWED_HOSTS
- Value: hostnames, comma separated
- Name: DATABASE_NAME
- Value: string
- Default: jarvis_dev
- Name: DATABASE_USER
- Value: string
- Default: db_admin
- Name: DATABASE_PASSWORD
- Value: string
- Default: a_secret
- Name: DATABASE_HOST
- Value: string
- Default: localhost
- Name: DATABASE_PORT
- Value: number
- Default: 5432
- Name: REDIS_HOST
- Value: string
- Default: 127.0.0.1
