README.md
This commit is contained in:
18
README.md
18
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user