homechart

homechart

Docker app from welfare's Repository

Overview

Homechart is a productivity application to manage your household data--budgets, tasks, recipes, and more. Homechart can run in your browser or on your Android and iOS devices via an app. Requires POSTGRESQL 15 database to be set up All data is stored in database

Install Homechart on Unraid in a few clicks.

Find Homechart in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Homechart Review the template variables and paths Click Install

Categories

Download Statistics

318,698
Total Downloads

Related apps

Explore more like this

Explore all

Details

Repository
ghcr.io/candiddev/homechart:latest
Last Updated2023-03-04
First Seen2023-08-04

Runtime arguments

Web UI
http://[IP]:[PORT:3000]
Network
bridge
Shell
sh
Privileged
false

Template configuration

Host Port 1Porttcp
Target
3000
Value
3000
homechart_app_adminEmailAddressesVariable

Comma separated list of email addresses that will have admin access

homechart_app_baseURLVariable

Base URL of the Homechart instance

homechart_app_signupDisabledVariable

Set to true to disable sign up, new accounts can be created using admin console

Default
false
homechart_database_uriVariable

Database URI to connect with. Format is postgresql://username:password@hostname/database

Default
postgresql://homechart:homechart@postgresql/homechart
homechart_smtp_fromAddressVariable

Required for SMTP, email address to send from

homechart_smtp_hostnameVariable

Required for SMTP, hostname of SMTP server

homechart_smtp_passwordVariable

Required for SMTP, password of SMTP server

homechart_smtp_portVariable

Required for SMTP, port of SMTP server

homechart_smtp_portVariable

Required for SMTP, username of SMTP server

Target
homechart_smtp_username
homechart_webpush_vapidPrivateKeyVariable

Required for web push, can be generated using `homechart generate-vapid`

homechart_webpush_vapidPublicKeyVariable

Required for web push, can be generated using `homechart generate-vapid`