Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[METUBE] delete files from disk #1927

Merged
merged 4 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions metube/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.7"

Check notice on line 1 in metube/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "metube"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
app_proxy:
Expand All @@ -7,7 +7,9 @@
APP_PORT: 8081

metube:
image: ghcr.io/alexta69/metube:2024-11-05@sha256:46a478214738d251cfe8dd40c1ca628149e014a6e041a261af04fd483015fd7d
image: ghcr.io/alexta69/metube:2024-12-14@sha256:12c061c01c8d6ad923091985efc33ea22591f68c5916300b55aa3572f3f7dc1b
restart: on-failure
volumes:
- ${UMBREL_ROOT}/data/storage/downloads/metube:/downloads
- ${UMBREL_ROOT}/data/storage/downloads/metube:/downloads
environment:
- DELETE_FILE_ON_TRASHCAN=true
4 changes: 2 additions & 2 deletions metube/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: metube
category: media
name: MeTube
version: "2024-11-05"
version: "2024-12-14"
tagline: Download videos from YouTube
description: >-
Download videos from YouTube (and dozens of other sites) directly to your Umbrel.
Expand All @@ -11,7 +11,7 @@ dependencies: []
repo: https://github.com/alexta69/metube
port: 3700
releaseNotes: >-
Added support for downloading videos in 2160p quality
You can now permanently delete downloaded audio/video files from your Umbrel using the Trashcan in the MeTube app.


Full release notes can be found at https://github.com/alexta69/metube/releases
Expand Down
Loading