Go to file
lllllllillllllillll 575a689406 v0.40 screenshots 2024-02-26 15:39:56 -08:00
.github The rewrite. v0.20 2024-01-07 18:29:56 -08:00
components Server metrics styling. Container action indicator 2024-02-24 08:55:47 -08:00
controllers Container cards now display status while waiting 2024-02-24 09:20:35 -08:00
database modal and graph fixes. new supporters page. 2024-02-03 15:09:20 -08:00
functions updated image to v0.40 2024-02-26 15:30:38 -08:00
public Server metrics styling. Container action indicator 2024-02-24 08:55:47 -08:00
router Server metrics styling. Container action indicator 2024-02-24 08:55:47 -08:00
screenshots v0.40 screenshots 2024-02-26 15:39:56 -08:00
templates updated image to v0.40 2024-02-26 15:30:38 -08:00
views Bumped version to v0.40. Added Podman support. 2024-02-25 00:19:31 -08:00
.dockerignore Another big rewrite 2024-01-28 00:33:50 -08:00
.gitignore Another big rewrite 2024-01-28 00:33:50 -08:00
CHANGELOG.md updated image to v0.40 2024-02-26 15:30:38 -08:00
Dockerfile updated image to v0.40 2024-02-26 15:30:38 -08:00
LICENSE Add files via upload 2023-12-08 13:55:30 -08:00
README.md updated image to v0.40 2024-02-26 15:30:38 -08:00
docker-compose.yaml updated image to v0.40 2024-02-26 15:30:38 -08:00
package-lock.json updated dependencies: systeminformation. sequelize 2024-02-23 00:46:04 -08:00
package.json updated dependencies: systeminformation. sequelize 2024-02-23 00:46:04 -08:00
server.js Server metrics styling. Container action indicator 2024-02-24 08:55:47 -08:00

README.md

DweebUI

DweebUI is a web interface for managing Docker, with a zero-config dashboard for controlling and monitoring your containers.

Alpha v0.40 ( 🔥 Experimental 🔥 )

⚠️ DweebUI is a management interface and should not be directly exposed to the internet ⚠️

GitHub Stars GitHub Activity Docker Pulls GitHub License Coffee

  • This is a personal project I started to get more familiar with Javascript and Node.js.
  • Some UI elements are placeholders and every version may have breaking changes.
  • Please post issues and discussions so I know what bugs and features to focus on.

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.
  • Light/Dark Mode.
  • Mobile Friendly.
  • Easy to install app templates.
  • Multi-User built-in.
  • Permissions system (in development).
  • Support for Windows, Linux, and MacOS.
  • Docker compose import (in development).
  • 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).
  • Themes (planned).

Setup

Docker Compose:

version: "3.9"
services:
  dweebui:
    container_name: dweebui
    image: lllllllillllllillll/dweebui:v0.40
    environment:
      PORT: 8000
      SECRET: MrWiskers
    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 named dweebui.
  • Open a terminal in the dweebui folder, then enter docker compose up -d.
  • You may need to use docker-compose up -d or execute the command as root with either sudo docker compose up -d or sudo docker-compose up -d.

Credits

Supporters

  • MM (Patreon)
  • PD (Buymeacoffee)