This repo contains everything necessary to install an instance of verkel for use in a local network environment. There is no built-in support for external SSL certificates, although it's trivial to supply your own by using certbot and pointing it to the "nginx/certs" subdirectory.
-
Make sure you have installed all necessary packages:
- git
- docker
- docker-compose-v2
- pwgen
-
Clone this repository:
sudo git clone https://github.com/InterFelix/verkel-local-setup.git /etc/verkel
-
Run the script:
# Switch to verkel directory: cd /etc/verkel # Make the install-script executable: sudo chmod +x install.sh # Run the install-script: sudo ./install.sh