README.md

This commit is contained in:
2024-08-28 22:24:42 +01:00
parent 92cff22876
commit 08e10e4ee0

View File

@@ -2,11 +2,19 @@
Welcome to homesrv01.dev.lan git page.
This repository serves to document and maintain the server where the home assistant runs.
The idea was to create a server with docker where it would be possible to isolate all servers, services and communications related to home automation at the network level.
The server itself is on its own vlan (Vlan: homesrv) but requires communication with the Vlans:
- IOT
Using [code-server docker container](#code-server) for Development / Maintenance.
<!-- omit in toc -->
## Table of Contents
- [Table of Contents](#table-of-contents)
- [Services](#services)
- [Docker](#docker)
- [External volumes](#external-volumes)
@@ -24,6 +32,7 @@ Using [code-server docker container](#code-server) for Development / Maintenance
- [Host](#host)
- [OS](#os)
- [Packages and Requirements](#packages-and-requirements)
- [Users \& Groups](#users--groups)
- [fstab](#fstab)
- [ssh](#ssh)
- [Update](#update)
@@ -219,6 +228,13 @@ apt install sshfs
apt install ansible
```
### Users & Groups
```bash
# add user admin to docker group, so sudo is not required when executing docker commands
usermod -aG docker admin
```
### fstab
```bash