From 5b8157a7fe327fa2916e88fbb48ace9ace1c8ba1 Mon Sep 17 00:00:00 2001 From: lllllllillllllillll Date: Sat, 13 Jan 2024 00:04:01 -0800 Subject: [PATCH] v0.20-dev changes --- CHANGELOG.md | 8 +++++--- README.md | 5 +---- docker-compose.yaml | 4 +--- functions/uninstall.js | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a131ee..71df3de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,12 @@ * Container graphs are significantly more efficent and no longer use localStorage. * Made dark mode the default theme. * Created intervals to allow application to idle or scale with more users. -* Pages for images, volumes, and networks (non-functional at the moment). :new: +* Pages for images, volumes, and networks. :new: * Localized fonts. -* CORS Support -* Testing with Mocha and Supertest +* CORS. +* Testing with Mocha and Supertest. +* Created Portal page. :new: + ## v0.09 (dev) dead. (It had so many problems that I essentially rewrote everything) * Added authentication middleware to router. diff --git a/README.md b/README.md index 0b97ded..2662146 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,6 @@ Alpha v0.20 ( :fire: Experimental :fire: ) * [x] Templates.json maintains compatability with Portainer, allowing you to use the template without needing to use DweebUI. * [x] Automatically persists data in docker volumes if bind mount isn't used. * [ ] Preset variables (planned). -* [ ] Proxy manager for Caddy (Disabled). ## Setup @@ -44,9 +43,7 @@ version: "3.9" services: dweebui: container_name: dweebui - # image: lllllllillllllillll/dweebui:v0.20 - build: - context: . + image: lllllllillllllillll/dweebui:v0.20-dev environment: NODE_ENV: production PORT: 8000 diff --git a/docker-compose.yaml b/docker-compose.yaml index b046ab9..5c4dd9f 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,9 +2,7 @@ version: "3.9" services: dweebui: container_name: dweebui - # image: lllllllillllllillll/dweebui:v0.20 - build: - context: . + image: lllllllillllllillll/dweebui:v0.20-dev environment: NODE_ENV: production PORT: 8000 diff --git a/functions/uninstall.js b/functions/uninstall.js index b782cf7..2036111 100644 --- a/functions/uninstall.js +++ b/functions/uninstall.js @@ -23,7 +23,7 @@ export const Uninstall = async (req, res) => { user: req.session.user, email: null, event: "App Removal", - message: `${service_name} uninstalled successfully}`, + message: `${service_name} uninstalled successfully`, ip: req.socket.remoteAddress });