Go to file
lllllllillllllillll 81a98d3f5d updated screenshots 2024-01-13 16:04:32 -08:00
.github The rewrite. v0.20 2024-01-07 18:29:56 -08:00
components updated screenshots 2024-01-13 16:04:32 -08:00
controllers Fixed hide/resetView. Renamed app.js to server.js. 2024-01-12 22:53:43 -08:00
database Portal page for regular users. Fix apps.js submit. 2024-01-10 21:31:13 -08:00
functions updated screenshots 2024-01-13 16:04:32 -08:00
public The rewrite. v0.20 2024-01-07 18:29:56 -08:00
router re-implemented the install and uninstall functions 2024-01-11 23:43:58 -08:00
screenshots updated screenshots 2024-01-13 16:04:32 -08:00
views re-implemented the install and uninstall functions 2024-01-11 23:43:58 -08:00
.gitignore updated screenshots 2024-01-13 16:04:32 -08:00
CHANGELOG.md v0.20-dev changes 2024-01-13 00:04:01 -08:00
Dockerfile updated screenshots 2024-01-13 16:04:32 -08:00
LICENSE Add files via upload 2023-12-08 13:55:30 -08:00
README.md updated screenshots 2024-01-13 16:04:32 -08:00
docker-compose.yaml v0.20-dev changes 2024-01-13 00:04:01 -08:00
package-lock.json uninstalls the right app now. 2024-01-13 02:01:56 -08:00
package.json uninstalls the right app now. 2024-01-13 02:01:56 -08:00
server.js Fixed hide/resetView. Renamed app.js to server.js. 2024-01-12 22:53:43 -08:00
templates.json v0.06 2023-11-24 00:46:05 -08:00

README.md

DweebUI

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

Alpha v0.20 ( 🔥 Experimental 🔥 )

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

GitHub Stars GitHub Activity Docker Pulls GitHub License

  • This is a personal project I started to get more familiar with Javascript and Node.js.
  • Some UI elements are placeholders.
  • Please submit issues and post discussions so I know what features to focus on.
  • 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).

Setup

Docker Compose:

version: "3.9"
services:
  dweebui:
    container_name: dweebui
    image: lllllllillllllillll/dweebui:v0.20-dev
    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)