refactoring

This commit is contained in:
2022-11-17 23:45:11 +01:00
parent 74b9edec4d
commit 7ce3c4f6a9
11 changed files with 6 additions and 147 deletions

Binary file not shown.

View File

@@ -1,11 +1,5 @@
version: "3.9"
services:
rabbitmq:
image: "registry.willemserruys.com/rabbitmq:latest"
ports:
- 10.55.8.3:1883:1883
- 10.55.8.3:15672:15672
restart: unless-stopped
homeassistant:
image: "ghcr.io/home-assistant/home-assistant:stable"
ports:

24
home-server/readme.md Normal file
View File

@@ -0,0 +1,24 @@
# Server setup
## Installation docker
- See [Official Website](https://docs.docker.com/engine/install/ubuntu/)
## Installation docker compose
- See [This Website](https://nextgentips.com/2022/05/06/how-to-install-docker-compose-v2-on-ubuntu-22-04/)
## Setup VPN client
Follow [this tutorial](https://docs.pivpn.io/wireguard/)
NOTE: on ubuntu, you need to add a symbolic link in order to enable the VPN ([source](https://superuser.com/a/1544697))
```bash
ln -s /usr/bin/resolvectl /usr/local/bin/resolvconf
```
## To Do
- Start the VPN client automatically after reboot