-
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation Guide
BangerTech edited this page Jan 2, 2025
·
1 revision
- Debian-based system
- Docker and Docker Compose installed
- Sudo privileges
- Internet connection
cd $HOMEsudo wget https://raw.githubusercontent.com/BangerTech/weDock/development/setup_webui.shsudo chmod +x setup_webui.shsh setup_webui.shThe installation creates the following structure:
/home/webDock/docker-compose-data/webdock-ui/
βββ docker-compose.yml
βββ Dockerfile
βββ requirements.txt
βββ src/
βββ app.py
βββ config/
β βββ categories.yaml
βββ static/
β βββ css/
β βββ js/
β βββ img/
β βββ icons/
βββ templates/
- Access webDock at
http://your-ip:8585 - Configure your system settings
- Start managing your containers
To update webDock, simply run the setup script again:
sh setup_webui.shIf you encounter issues during installation:
- Check Docker status:
sudo systemctl status docker- Verify permissions:
ls -l /home/webDock- Check logs:
docker logs webdock-ui