An open API service indexing awesome lists of open source software.

https://github.com/swistak35/hobbiton

Configuration of a home terminal for my smart home
https://github.com/swistak35/hobbiton

Last synced: 3 months ago
JSON representation

Configuration of a home terminal for my smart home

Awesome Lists containing this project

README

        

# Hobbiton Configuration

## Git repository on server

```
git init
git config receive.denyCurrentBranch updateInstead
```

## Pihole

```
# https://github.com/pi-hole/docker-pi-hole#installing-on-ubuntu-or-fedora
sudo sed -r -i.orig 's/#?DNSStubListener=yes/DNSStubListener=no/g' /etc/systemd/resolved.conf
sudo sh -c 'rm /etc/resolv.conf && ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf'
systemctl restart systemd-resolved

sudo docker-compose up -d
```