Go to file
lllllllillllllillll 2c8d9993c6 fixed* helmet 2023-12-19 01:39:27 -08:00
.github Update dependabot.yml 2023-11-19 18:12:08 -05:00
caddyfiles Delete caddyfiles/sites/folder.txt 2023-11-17 15:12:09 -08:00
components added helmet. updated readme and changelog. 2023-12-19 01:22:24 -08:00
controllers added helmet. updated readme and changelog. 2023-12-19 01:22:24 -08:00
database added helmet. updated readme and changelog. 2023-12-19 01:22:24 -08:00
functions added helmet. updated readme and changelog. 2023-12-19 01:22:24 -08:00
public removed extra if statements and sqlite queries. 2023-12-17 17:22:15 -08:00
routes removed extra if statements and sqlite queries. 2023-12-17 17:22:15 -08:00
screenshots screenshot of logs 2023-12-13 18:15:35 -08:00
views added helmet. updated readme and changelog. 2023-12-19 01:22:24 -08:00
CHANGELOG.md added helmet. updated readme and changelog. 2023-12-19 01:22:24 -08:00
Dockerfile auth middleware, pm2, fixed missing session data 2023-12-16 16:59:51 -08:00
LICENSE Add files via upload 2023-12-08 13:55:30 -08:00
README.md added helmet. updated readme and changelog. 2023-12-19 01:22:24 -08:00
app.js fixed* helmet 2023-12-19 01:39:27 -08:00
docker-compose.yaml fixed* helmet 2023-12-19 01:39:27 -08:00
package-lock.json added helmet. updated readme and changelog. 2023-12-19 01:22:24 -08:00
package.json added helmet. updated readme and changelog. 2023-12-19 01:22:24 -08:00
setup.sh v0.03 2023-11-04 10:56:08 -07:00
templates.json v0.06 2023-11-24 00:46:05 -08:00

README.md

DweebUI

DweebUI is a simple Docker web interface created using Javascript, Node.JS, and Express.

Alpha v0.09 ( 🔥 Experimental 🔥 )

GitHub Stars GitHub Activity Docker Pulls GitHub License

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.09-dev
    # build:
    #   context: .
    environment:
      NODE_ENV: production
      PORT: 8000
      SECRET: MrWiskers
    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 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.

Using setup.sh:

Extract DweebUI.zip and navigate to /DweebUI
cd DweebUI
chmod +x setup.sh
sudo ./setup.sh

Credits

Supporters

  • MM (Patreon)