Nav apraksta

lllllllillllllillll ec3ccc110e Fixed LastLogin not updating on register. 1 gadu atpakaļ
.github 0cbf9226e5 The rewrite. v0.20 1 gadu atpakaļ
components 0cbf9226e5 The rewrite. v0.20 1 gadu atpakaļ
controllers ec3ccc110e Fixed LastLogin not updating on register. 1 gadu atpakaļ
database 0cbf9226e5 The rewrite. v0.20 1 gadu atpakaļ
public 0cbf9226e5 The rewrite. v0.20 1 gadu atpakaļ
router 0cbf9226e5 The rewrite. v0.20 1 gadu atpakaļ
views 569df8fa1e Fixed css and js resource links 1 gadu atpakaļ
.gitignore 20c987f7ba Merge branch 'dev' of https://github.com/lllllllillllllillll/DweebUI into dev 1 gadu atpakaļ
CHANGELOG.md 569df8fa1e Fixed css and js resource links 1 gadu atpakaļ
Dockerfile 0cbf9226e5 The rewrite. v0.20 1 gadu atpakaļ
LICENSE d50d0f85ab Add files via upload 1 gadu atpakaļ
README.md 0cbf9226e5 The rewrite. v0.20 1 gadu atpakaļ
app.js 0cbf9226e5 The rewrite. v0.20 1 gadu atpakaļ
docker-compose.yaml 0cbf9226e5 The rewrite. v0.20 1 gadu atpakaļ
package-lock.json 0cbf9226e5 The rewrite. v0.20 1 gadu atpakaļ
package.json ec3ccc110e Fixed LastLogin not updating on register. 1 gadu atpakaļ
templates.json b05b82fca8 v0.06 1 gadu atpakaļ

README.md

DweebUI

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

Alpha v0.20 ( :fire: Experimental :fire: )

:warning: DweebUI is a management interface and should not be directly exposed to the internet:warning:
:warning: External access should be done through a VPN or secure SSH connection :warning:

GitHub Stars GitHub Activity Docker Pulls GitHub License

  • This is a personal project that I started to get more familiar with Javascript and Node.js.
  • 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 (in development).
  • Light/Dark Mode.
  • 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).
  • Proxy manager for Caddy (Disabled).

Setup

Docker Compose:

version: "3.9"
services:
  dweebui:
    container_name: dweebui
    # image: lllllllillllllillll/dweebui:v0.20
    build:
      context: .
    environment:
      NODE_ENV: production
      PORT: 8000
      SECRET: MrWiskers
    restart: unless-stopped
    ports:
      - 8000:8000
    volumes:
      - dweebui:/app
      - /var/run/docker.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)