Skip to content

jroulin/customize-umbrel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Customize your Umbrel using Ansible

I needed to customize my Umbrel to expose the RPC from bitcoind on my local network and to expose the serial line of my Zigbee controller to the Home Assistant container.

Usage

Edit the inventory with the variables you need.

Here are the available variables:

Variable Description
bitcoin_local_network local network to expose bitcoind (i.e. 192.168.1.0/24)
hass_serial_line serial device to expose to home assistant container (i.e. /dev/ttyACM0)
hass_docker_image docker image to use for home assistant
expose_ssh expose ssh in tor if set

And then launch the customization like this:

$ ./customize.sh

About

Customize your https://getumbrel.com/ using Ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages