- vpn
- dns
- git
- dhcp?
- portainer
- media
- books
- download
- homepage
- home assistant
- speedtest
- tools
- watchtower
- chatgpt telegram
- dozzle
- financial manager
- Set a host with docker
find how to instal docker and compose tool
- Enable access to the API by adding to
/etc/systemd/system/docker.service.d/override.conf
the following
[Service]
ExecStart=
ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock -H tcp://0.0.0.0:1111
- Restart the docker service with
sudo systemctl restart docker.service docker.socket
- Deploy portainer Business Edition by running
cd portainer
docker compose up -d
- Configure the rest of the stacks in
http://HOST_IP:9443