RUN vagrant up on this branch to provision 3 VirtualBox Machines each with their own set of applications.
The Ultimate Web Application Suite & Business ToolBox
Nginx Proxy Manager | Portainer | Cockpit | Noip
Odoo | Organzr | Bookstack | Noip
Odoo | Hassio | Noip
The docker compose and other app installations to be used in conjunction with clickonrefresh base box for vagrant
There are various deployment options for the waffle stack.
A single Vagrantfile that provisions a trio machine setup each with their own applications
A single machine packed to the brim with everything
3 machines each with their own Vagrantfile and applications
ssh vagrant@y0urIP123
adduser newuser
usermod -aG sudo newuser
sudo usermod -aG docker ${USER}
sudo deluser vagrant
or edit sshd_config and add line under port:
nano /etc/ssh/sshd_config
# Permitrootlogin
PermitRootLogin no
Allowusers username
