DweebUI is a WebUI for managing your containers. Simple setup, a dynamically updating dashboard, and a multi-user permission system.
containerscssdashboarddockerdocker-composedockerodeejsexpresshtmlhtmxjavascriptlinuxmacnodejspodmanportainerwindows
.github | ||
appdata | ||
controllers | ||
db | ||
languages | ||
public | ||
screenshots | ||
utils | ||
views | ||
.dockerignore | ||
.gitignore | ||
CHANGELOG.md | ||
compose.yaml | ||
Dockerfile | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
router.js | ||
server.js |
DweebUI v0.70 ( 🔥 Experimental 🔥 )
Free and Open-Source WebUI For Managing Your Containers.
Features
- A dynamically updating dashboard that displays server metrics along with container metrics and container controls.
- Container actions: Start, Stop, Pause, Restart, View Details, View Logs.
- Multi-user support with permissions system.
- Support for multiple hosts.
- View and manage images, volumes, and networks.
- Windows, Linux, and MacOS compatable.
- Light/Dark Mode.
- Mobile Friendly.
- Easy to install app templates (Compatible with Portainer).
- Docker Compose.
- Available updates without image pull (in development).
- Update containers (planned).
- Preset variables (planned).
- Themes (planned).
- [*] International language support (Languages still being updated).
About
- I started this as a personal project to get more familiar with Javascript and Node.js, so there may be some rough edges and spaghetti code.
- I'm open to any contributions but you may want to wait until I reach v1.0 first.
- Please post issues and discussions so I know what bugs and features to focus on.
- DweebUI is a management interface and should not be directly exposed to the internet.
Setup
Docker Run:
docker run -d --name=DweebUI -p 8000:8000 -v dweebui:/app/database -v /var/run/docker.sock:/var/run/docker.sock lllllllillllllillll/dweebui:v0.7X-dev
Docker Compose:
version: "3.9"
services:
dweebui:
container_name: dweebui
image: lllllllillllllillll/dweebui
environment:
PORT: 8000
HTTPS: false
NO_AUTH: false
restart: unless-stopped
ports:
- 8000:8000
volumes:
- dweebui:/app
# Docker socket
- /var/run/docker.sock:/var/run/docker.sock
# Podman socket
#- /run/podman/podman.sock:/var/run/docker.sock
networks:
- dweebui_net
volumes:
dweebui:
networks:
dweebui_net:
driver: bridge
Compose setup:
- Paste the above content into a file named
docker-compose.yml
then place it in a folder nameddweebui
. - Open a terminal in the
dweebui
folder, then enterdocker compose up -d
. - You may need to use
docker-compose up -d
or execute the command as root with eithersudo docker compose up -d
orsudo docker-compose up -d
.
Windows and MacOS Setup Troubleshooting
Credits
- Dockerode and dockerode-compose by Apocas: https://github.com/apocas/dockerode
- UI was built using HTML and CSS elements from https://tabler.io/
- Apps template based on Portainer template provided by Lissy93: https://github.com/Lissy93/portainer-templates
- Icons from Walkxcode with some renames and additions: https://github.com/walkxcode/dashboard-icons
Supporters
- MM (Patreon)
- PD (Buymeacoffee)