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
- Host: GitHub
- URL: https://github.com/swistak35/hobbiton
- Owner: swistak35
- Created: 2024-02-04T22:48:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-27T21:06:51.000Z (12 months ago)
- Last Synced: 2024-06-27T23:52:20.604Z (12 months ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-resolvedsudo docker-compose up -d
```