DweebUI/README.md

92 lines
3.9 KiB
Markdown
Raw Normal View History

2024-03-20 20:19:56 +00:00
<h3 align="center"><img width="150" src="https://raw.githubusercontent.com/lllllllillllllillll/DweebUI/main/public/images/logo.png"></h3>
2024-03-22 18:14:10 +00:00
<h4 align="center">DweebUI Beta v0.50 ( :fire: Experimental :fire: )</h4>
2024-03-20 20:19:56 +00:00
<h3 align="center">Free and Open-Source WebUI For Managing Your Containers.</h3>
<p align="center">
2024-03-27 06:14:39 +00:00
<a href=""><img src="https://img.shields.io/github/stars/lllllllillllllillll/DweebUI?style=flat"/></a>
2024-03-27 06:15:51 +00:00
<a href="https://github.com/lllllllillllllillll"><img src="https://img.shields.io/github/commit-activity/y/lllllllillllllillll/DweebUI%2Fdev"/></a>
2024-03-27 06:14:39 +00:00
<a href="https://github.com/lllllllillllllillll/DweebUI"><img src="https://img.shields.io/github/last-commit/lllllllillllllillll/DweebUI%2Fdev"/></a>
2024-03-24 21:09:53 +00:00
<a href="https://hub.docker.com/r/lllllllillllllillll/dweebui"><img src="https://img.shields.io/docker/pulls/lllllllillllllillll/dweebui"/></a>
<a href="https://github.com/lllllllillllllillll/DweebUI/blob/main/LICENSE"><img src="https://img.shields.io/github/license/lllllllillllllillll/DweebUI"/></a>
2024-03-20 20:19:56 +00:00
<a href="https://www.reddit.com/r/dweebui"><img src="https://img.shields.io/badge/reddit-orange"/></a>
<a href="https://www.buymeacoffee.com/lllllllillllllillll"><img src="https://img.shields.io/badge/-buy_me_a%C2%A0coffee-gray?logo=buy-me-a-coffee"/></a>
</p>
<h3 align="center"><img width="800" src="https://raw.githubusercontent.com/lllllllillllllillll/DweebUI/main/screenshots/dashboard1.png"></h3>
2024-03-20 20:19:56 +00:00
## About
* I started this as a personal project to get more familiar with Javascript and Node.js, so there may be some rough edges and spaghetti code.
2024-03-20 20:19:56 +00:00
* I'm open to any contributions but you may want to wait until I reach v1.0 first.
* Please post issues and discussions so I know what bugs and features to focus on.
* DweebUI is a management interface and should not be directly exposed to the internet
## Features
2023-12-14 08:40:10 +00:00
* [x] Dashboard provides server metrics, container metrics, and container controls, on a single page.
* [x] View container logs.
* [ ] Update containers (planned).
* [x] Manage your Docker networks, images, and volumes.
* [x] Light/Dark Mode.
* [x] Mobile Friendly.
* [x] Easy to install app templates.
* [x] Multi-User built-in.
* [ ] Permissions system (in development).
* [x] Support for Windows, Linux, and MacOS.
2024-03-18 02:32:02 +00:00
* [ ] Docker compose (in development).
* [x] Templates.json maintains compatability with Portainer, allowing you to use the template without needing to use DweebUI.
2023-12-14 08:40:10 +00:00
* [ ] Preset variables (planned).
* [ ] Themes (planned).
2023-12-14 08:40:10 +00:00
## Setup
2023-12-11 00:37:01 +00:00
Docker Compose:
```
2023-12-06 20:07:37 +00:00
version: "3.9"
services:
dweebui:
2023-12-06 20:07:37 +00:00
container_name: dweebui
2024-03-18 02:32:02 +00:00
image: lllllllillllllillll/dweebui:v0.50
environment:
2023-12-09 05:48:46 +00:00
PORT: 8000
2023-12-11 00:37:01 +00:00
SECRET: MrWiskers
2024-03-20 20:19:56 +00:00
HTTPS: false
restart: unless-stopped
ports:
- 8000:8000
volumes:
- dweebui:/app
2024-02-26 23:30:38 +00:00
# Docker socket
- /var/run/docker.sock:/var/run/docker.sock
2024-02-26 23:30:38 +00:00
# Podman socket
#- /run/podman/podman.sock:/var/run/docker.sock
2023-12-06 20:07:37 +00:00
networks:
2024-01-08 02:29:56 +00:00
- dweebui_net
volumes:
dweebui:
2023-12-06 20:07:37 +00:00
networks:
2024-01-08 02:29:56 +00:00
dweebui_net:
2023-12-06 20:07:37 +00:00
driver: bridge
```
2023-12-11 00:37:01 +00:00
Compose setup:
2023-12-09 20:53:52 +00:00
2023-12-11 00:37:01 +00:00
* 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```.
2023-12-06 20:07:37 +00:00
2023-12-14 08:40:10 +00:00
## Credits
2023-12-14 08:40:10 +00:00
* Dockerode and dockerode-compose by Apocas: https://github.com/apocas/dockerode
* UI was built using HTML and CSS elements from https://tabler.io/
2023-12-09 05:48:46 +00:00
* Apps template based on Portainer template provided by Lissy93: https://github.com/Lissy93/portainer-templates
* Icons from Walkxcode with some renames and additions: https://github.com/walkxcode/dashboard-icons
## Supporters
* MM (Patreon)
* PD (Buymeacoffee)