DweebUI is a WebUI for managing your containers. Simple setup, a dynamically updating dashboard, and a multi-user permission system.
Find a file
2023-11-01 01:06:03 -07:00
.github Add files via upload 2023-10-31 21:18:10 -07:00
components significant code clean-up 2023-10-29 17:38:17 -07:00
controllers Delete controllers/app_actions.js 2023-11-01 01:06:03 -07:00
database renamed appCard fields 2023-10-18 01:12:02 -07:00
functions Delete functions/systeminformation.js 2023-11-01 00:56:49 -07:00
public significant code clean-up 2023-10-29 17:38:17 -07:00
routes Add files via upload 2023-10-31 21:21:31 -07:00
views semi-working container graphs 2023-10-21 23:23:54 -07:00
app.js Add files via upload 2023-10-31 21:21:31 -07:00
CHANGELOG.md Update CHANGELOG.md 2023-11-01 01:05:22 -07:00
DweebUI.png Add files via upload 2023-11-01 00:55:38 -07:00
LICENSE Initial commit 2023-10-15 14:55:00 -07:00
package.json semi-working container graphs 2023-10-21 23:23:54 -07:00
README.md Update README.md 2023-11-01 00:58:49 -07:00
setup.sh Add files via upload 2023-10-15 15:11:58 -07:00
templates.json Add files via upload 2023-10-31 21:21:31 -07:00

DweebUI

DweebUI is a simple docker web interface created with Javascript and Node.js

Pre-Pre-Pre-Pre-Pre Alpha v 0.02 ( 🔥 Experimental. Don't install on any servers you care about 🔥 )

  • I haven't used Github very much, and I'm still new to Javascript
  • This is the first project I've ever released, and I'm sure it's full of plenty of bugs and mistakes.
  • I probably should have waited a lot longer to share this :|

Requirements: Fresh Install of Debian 12.2

DweebUI

Features

  • Dashboard provides server metrics (cpu, ram, network, disk) and container controls on a single page.
  • Partial Portainer Template Support (Network Mode, Ports, Volumes, Enviroment Variables, Labels, Commands, Restart Policy, Nvidia Hardware Acceleration).
  • Light/Dark Mode.
  • Support for multiple users is built in (but unused).
  • Caddy Proxy Manager
  • Pure Javascript. No Typescript. No Frameworks.
  • User data is stored in a sqlite database and uses browser sessions and a redis store for authentication.
  • Templates.json maintains compatability with Portainer, so you can use the template without needing to use DweebUI.

Setup

  • Download and extract DweebUI.zip to a fresh Debian 12.2 Install
cd DweebUI
chmod +x setup.sh
sudo ./setup.sh

Once setup is complete, I recommend installing Caddy first, then something like code-server. The template is very rough.

Credit