summaryrefslogtreecommitdiff
path: root/metube.xml
diff options
context:
space:
mode:
Diffstat (limited to 'metube.xml')
-rw-r--r--metube.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/metube.xml b/metube.xml
new file mode 100644
index 0000000..0289113
--- /dev/null
+++ b/metube.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<service>
+ <short>metube</short>
+ <description>Metube is a web ui front-end for yt-dlp which runs in docker-compose.</description>
+ <port protocol="tcp" port="8081"/>
+</service>
bgstack15