-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdumbdrop.xml
More file actions
51 lines (43 loc) · 2.16 KB
/
dumbdrop.xml
File metadata and controls
51 lines (43 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0"?>
<Container version="2">
<Name>DumbDrop</Name>
<Repository>abite3/dumbdrop</Repository>
<Registry>https://hub.docker.com/r/abite3/dumbdrop</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/abiteman/DumbDrop</Support>
<Project>https://github.com/abiteman/DumbDrop</Project>
<Overview>A stupidly simple file upload application with drag and drop interface. No auth, no storage, no nothing. Just drop files into a folder.</Overview>
<Category>Productivity: Tools:</Category>
<WebUI>http://[IP]:[PORT:3000]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/abiteman/DumbDrop/main/dumbdrop.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/abiteman/DumbDrop/main/icon.png</Icon>
<Config Name="WebUI Port" Target="3000" Default="3000" Mode="tcp" Description="Web UI port" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Upload Directory" Target="/app/file_uploads" Default="/mnt/user/appdata/dumbdrop/uploads" Mode="rw" Description="Upload directory path" Type="Path" Display="always" Required="true" Mask="false"/>
<Environment>
<Variable Name="PORT" Target="3000" Default="3000" Mode="" Description="Server port" Type="Port" Display="always" Required="true" Mask="false"/>
<Variable Name="UPLOAD_DIR" Target="/app/file_uploads" Default="/app/file_uploads" Mode="" Description="Upload directory path" Type="Path" Display="always" Required="true" Mask="false"/>
</Environment>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/dumbdrop/uploads</HostDir>
<ContainerDir>/app/file_uploads</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Description>
DumbDrop is a simple file upload application that provides a clean, modern interface for dragging and dropping files.
Features:
- Drag and drop file uploads
- Multiple file selection
- Clean, responsive UI
- File size display
- Configurable upload directory
No authentication or complex storage mechanisms - just a simple way to upload files to a specified directory.
</Description>
<Labels/>
<DonateText/>
<DonateLink/>
<Requires/>
</Container>