seventh commit

This commit is contained in:
enrilinux
2026-03-09 20:05:58 +01:00
parent cda34a8f50
commit d6d885e5c4
3 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -8,17 +8,17 @@ Use Docker run:
```bash ```bash
docker run -d \ docker run -d \
--name streamvault \ --name webdlp \
-p 8000:8000 \ -p 8000:8000 \
-v ./downloads:/app/downloads \ -v ./downloads:/app/downloads \
enrilinux/streamvault:latest enrilinux/webdlp:latest
``` ```
or use Docker Compose: or use Docker Compose:
```yaml ```yaml
services: services:
streamvault: webdlp:
image: enrilinux/streamvault:latest image: enrilinux/webdlp:latest
ports: ports:
- 8000:8000 - 8000:8000
volumes: volumes:
+2 -2
View File
@@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<title>StreamVault</title> <title>WebDLP</title>
<script src="https://cdn.tailwindcss.com"></script> <script src="https://cdn.tailwindcss.com"></script>
</head> </head>
@@ -11,7 +11,7 @@
<div class="bg-gray-800 p-10 rounded-2xl shadow-2xl w-96"> <div class="bg-gray-800 p-10 rounded-2xl shadow-2xl w-96">
<h1 class="text-3xl font-bold mb-6 text-center"> <h1 class="text-3xl font-bold mb-6 text-center">
StreamVault WebDLP
</h1> </h1>
<input <input
+2 -2
View File
@@ -1,10 +1,10 @@
services: services:
streamvault: webdlp:
build: . build: .
ports: ports:
- 8087:8000 - 8087:8000
volumes: volumes:
- ./downloads:/app/downloads - /media/enrico/Volume/webdlp-downloads:/app/downloads