3.8 KiB
3.8 KiB
DweebUI
DweebUI is a simple Docker web interface created using Javascript, Node.JS, and Express.
Pre-Pre-Pre-Pre-Pre Alpha v0.08 ( 🔥 Experimental. Don't install on any servers you care about 🔥 )
- This is a personal project that I decided to share. I'm sure it has plenty of bugs and mistakes.
- I haven't used Github very much and I'm still new to Javascript.
- I probably should have waited a lot longer to share this :|
Features
- Dashboard provides server metrics, container metrics, and container controls, on a single page.
- View container logs.
- Update containers (planned).
- Manage your Docker networks, images, and volumes (planned).
- Light/Dark Mode.
- Easy to install app templates.
- Proxy manager for Caddy (Optional).
- Multi-User built-in.
- User pages (planned).
- Support for Windows, Linux, and MacOS.
- Docker compose support (planned).
- Templates.json maintains compatability with Portainer, allowing you to use the template without needing to use DweebUI.
- Automatically persists data in docker volumes if bind mount isn't used.
- Preset variables (planned).
- Offline/Local Icons (planned).
Setup
Docker Compose:
version: "3.9"
services:
dweebui:
container_name: dweebui
image: lllllllillllllillll/dweebui:v0.08
# build:
# context: .
environment:
NODE_ENV: production
PORT: 8000
SECRET: MrWiskers
#Proxy_Manager: enabled
restart: unless-stopped
ports:
- 8000:8000
volumes:
- dweebui:/app
- caddyfiles:/app/caddyfiles
- /var/run/docker.sock:/var/run/docker.sock
#- ./custom-templates.json:/app/custom-templates.json
#- ./composefiles:/app/composefiles
networks:
- dweeb_network
volumes:
dweebui:
caddyfiles:
networks:
dweeb_network:
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
.
Using setup.sh:
Extract DweebUI.zip and navigate to /DweebUI
cd DweebUI
chmod +x setup.sh
sudo ./setup.sh
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