diff --git a/CHANGELOG.md b/CHANGELOG.md index 5808ced..d609cac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v0.60 (dev) +## v0.60 (June 9th 2024) - Permissions system and import templates * Converted JS template literals into HTML. * Converted modals into HTML/HTMX. * Moved functions into dashboard controller. @@ -24,7 +24,7 @@ * Image pull gets latest if not set. * Updated buttons to trigger from 'mousedown' (John Carmack + Theo told me to). * Volumes page displays type (Volume or Bind). -* New Volume button is now functional. +* Volume button is now functional. ## v0.40 (Feb 26th 2024) - HTMX rewrite * Pages rewritten to use HTMX. diff --git a/README.md b/README.md index b139cde..ee92c35 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,8 @@ networks: driver: bridge ``` +[Windows and MacOS Setup](https://github.com/lllllllillllllillll/DweebUI/wiki/Setup) + Compose setup: * Paste the above content into a file named ```docker-compose.yml``` then place it in a folder named ```dweebui```. diff --git a/templates/json/default.json b/templates/json/default.json index d6ac6ba..c226040 100644 --- a/templates/json/default.json +++ b/templates/json/default.json @@ -3359,7 +3359,7 @@ "type": 1, "volumes": [ { - "bind": "/portainer/Downloads", + "bind": "/home/docker/downloads", "container": "/data" }, { @@ -4299,7 +4299,7 @@ "container": "/config" }, { - "bind": "/portainer/Downloads", + "bind": "/home/docker/Downloads", "container": "/app/qBittorrent/downloads" } ] @@ -4707,7 +4707,7 @@ "container": "/etc/localtime" }, { - "bind": "/portainer/Downloads", + "bind": "/home/docker/Downloads", "container": "/downloads" }, { @@ -4734,7 +4734,7 @@ "container": "/app/configs" }, { - "bind": "/portainer/Downloads", + "bind": "/home/docker/Downloads", "container": "/downloads" } ], @@ -5125,11 +5125,11 @@ "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Adguard/Workdir", + "bind": "/home/docker/Files/AppData/Adguard/Workdir", "container": "/opt/adguardhome/work" }, { - "bind": "/portainer/Files/AppData/Adguard/Conf", + "bind": "/home/docker/Files/AppData/Adguard/Conf", "container": "/opt/adguardhome/conf" } ] diff --git a/views/modals/details.html b/views/modals/details.html index 3347c5c..f551fe2 100644 --- a/views/modals/details.html +++ b/views/modals/details.html @@ -490,6 +490,58 @@ + +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ + + +