Skip to content

blueputty01/home-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Architecture

Built on docker compose and deployed privately via tailscale.

Extend tailscale.yaml in the root directory and specify hostname to automatically add the subdomain for the stack to the tailnet.

Features

Refer to README under each stack for detailed operation information.

Time machine

Uses mbentley/time-machine

Photos

Uses immich

Anki

Budget

Uses Actual

Smart home

Uses ESPHome

Development

Subtree

This project uses git subtree.

Add subtree to remote

git remote add -f 'remote-alias' 'remote-url'

Add subtree

git subtree add --prefix 'local-path' 'remote-alias' branch --squash

Update subtree

git fetch 'remote-alias' 'branch'
git subtree pull --prefix 'local-path' 'remote-alias' 'branch' --squash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published