HomeBook.Client 1.0.75

There is a newer version of this package available.
See the version list below for details.
dotnet add package HomeBook.Client --version 1.0.75
                    
NuGet\Install-Package HomeBook.Client -Version 1.0.75
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HomeBook.Client" Version="1.0.75" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="HomeBook.Client" Version="1.0.75" />
                    
Directory.Packages.props
<PackageReference Include="HomeBook.Client" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add HomeBook.Client --version 1.0.75
                    
#r "nuget: HomeBook.Client, 1.0.75"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package HomeBook.Client@1.0.75
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=HomeBook.Client&version=1.0.75
                    
Install as a Cake Addin
#tool nuget:?package=HomeBook.Client&version=1.0.75
                    
Install as a Cake Tool

HomeBook

homebook

HomeBook is a self-hosted web application for organizing household tasks and joint financial planning. Developed for families, it creates structure, transparency, and collaboration in everyday life. Easily deployable on your own server via Docker.


Docker License

Version Docker Pulls Docker Star

Lines of Code Vulnerabilities Coverage

buy me a coffe

โœจ Features

  • โœ… Collaborative household task management
  • ๐Ÿ’ฐ Budget planning and expense tracking
  • ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Family-friendly user interface
  • ๐Ÿ”’ Fully self-hosted โ€“ keep your data private
  • ๐Ÿณ Easy deployment via Docker

๐Ÿš€ Quick Start

Requirements

  • Docker & Docker Compose
  • Optional: your own server or Raspberry Pi

Installation via Docker & nginx Proxy Manager

add to Docker Compose
services:
  homebook:
    image: lkcode/homebook:latest
    container_name: homebook
    restart: unless-stopped
    volumes:
        - homebook-data:/var/lib/homebook

volumes:
    homebook-data:
add to nginx proxy manager
  1. Create a new proxy host in Nginx Proxy Manager
  2. Set the domain name (e.g., my-homebook.mydomain.com)
  3. Set the scheme to http
  4. Set the forward hostname to homebook (must be the same as the container name)
  5. Set the forward port to 8080
  6. disable Cache Assets
  7. enable Block Common Exploits
  8. enable Websockets Support

open your domain and you should see the HomeBook Setup.

Installation via CasaOS

coming soon...

Setup

  1. Server Connection Check - the server checks that all required dependencies are installed and that no setup is currently running.
  2. Admin User - create the first admin user with a username, password, and email address.
  3. Database Setup - configure the database connection and check the connection.
  4. Configuration - configure the application settings, such as the homebook instance name and language.

User Guide

Environment Variables

if all environment variables are set, correctly, the setup will be running automatically.

Variable Description
DATABASE_HOST the database host (e.g., my-db.server.com)
DATABASE_PORT the database port (e.g., 5432)
DATABASE_NAME the database name (e.g., homebook)
DATABASE_USER the database user (e.g., db_user)
DATABASE_PASSWORD the database password (e.g., db_password)
HOMEBOOK_USER_NAME the admin username (e.g., admin)
HOMEBOOK_USER_PASSWORD the admin password (e.g., password)
HOMEBOOK_ACCEPT_LICENSES no value needed. if added, the licenses will be accepted automatically.

Allowed Password Characters

a-z
A-Z
0-9
!@#$%^&*()_+-=[]{}|;':",./<>?~`

Optional Docker Settings

Bind Volume to Host
  1. Create a directory on your host machine to store HomeBook data, e.g., mkdir -p /your/path/homebook.
  2. Execute command to set rights chown -R 21001 /your/path/homebook && chmod -R 770 /your/path/homebook (21001 is the standard homebook user-id for docker, replace if needed).
  3. Modify your Docker Compose file to bind the volume to the host directory:
services:
  homebook:
    ...
    volumes:
      - /host/path/homebook:/var/lib/homebook
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.95 62 9/20/2025
1.0.86 179 9/14/2025
1.0.84 178 9/14/2025
1.0.83 101 9/12/2025
1.0.82 133 9/9/2025
1.0.81 145 9/9/2025
1.0.79 126 9/9/2025
1.0.78 125 9/9/2025
1.0.75 130 9/8/2025
1.0.73 131 9/8/2025
1.0.72 192 9/7/2025
1.0.71 97 9/6/2025
1.0.70 105 9/5/2025
1.0.69 172 9/4/2025
1.0.66 137 9/4/2025
1.0.64 135 9/4/2025
1.0.63 138 9/4/2025
1.0.62 171 9/4/2025
1.0.61 139 9/3/2025
1.0.60 137 9/3/2025
1.0.59 132 9/2/2025
1.0.58 166 9/1/2025
1.0.56 134 9/1/2025
1.0.55 131 9/1/2025
1.0.54 153 8/30/2025
1.0.47 224 8/29/2025
1.0.46 182 8/28/2025
1.0.45 183 8/26/2025
1.0.43 272 8/25/2025
1.0.42 202 8/24/2025
1.0.41 63 8/23/2025
1.0.39 140 8/21/2025
1.0.38 150 8/21/2025
1.0.37 133 8/19/2025
1.0.36 138 8/18/2025
1.0.35 132 8/18/2025
1.0.34 122 8/18/2025
1.0.32 143 8/18/2025
1.0.31 123 8/18/2025
1.0.27 137 8/14/2025
1.0.26 181 8/14/2025
1.0.25 145 8/14/2025
1.0.24 131 8/11/2025
1.0.23 124 8/11/2025
1.0.22 126 8/10/2025
1.0.17 139 8/9/2025
1.0.16 107 8/9/2025
1.0.15 96 8/9/2025
1.0.14 150 8/8/2025
1.0.13 140 8/8/2025
1.0.12 52 8/2/2025
1.0.10 50 8/2/2025
1.0.9 51 8/2/2025
1.0.8 63 8/2/2025
1.0.7 55 8/2/2025
1.0.6 50 8/2/2025
1.0.5 50 8/2/2025
1.0.4 50 8/2/2025
1.0.3 49 8/2/2025
1.0.0 28 8/2/2025