Files
homeAutomation/home-server
2022-11-21 21:14:27 +00:00
..
2022-11-21 21:58:47 +01:00
2022-11-20 22:05:59 +01:00

Server setup

Installation docker

Installation docker compose

Setup VPN client

Follow this tutorial

NOTE: on ubuntu, you need to add a symbolic link in order to enable the VPN (source)

ln -s /usr/bin/resolvectl /usr/local/bin/resolvconf

Start docker-compose

TODO add .sh script to start in production

Tips

When database credentials are not updated after docker restart, consider using

docker compose rm db

To Do

  • Start the VPN client automatically after reboot