773 B
773 B
Server setup
Installation docker
- See Official Website
Installation docker compose
- See This Website
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