Medias folder

This commit is contained in:
criz 2025-09-02 02:16:57 +02:00
parent e329059e57
commit d4d97b4c28
3 changed files with 11 additions and 1 deletions

View file

@ -6,7 +6,7 @@ services:
ports:
- "8083:8081"
volumes:
- ./metube:/downloads
- /home/criz/Medias/metube:/downloads
labels:
tsdproxy.enable: "true"
tsdproxy.name: "ytb-dl"

View file

@ -11,6 +11,7 @@ services:
- cloud
volumes:
- ./nextcloud_data:/var/www/html
- /home/criz/Medias:/mnt/medias
environment:
- PUID=1000
- PGID=1000

View file

@ -38,4 +38,13 @@
- [ ] Add Audiobookshelf + audiobook download system
- [ ] Add and configure backups on external disk
## Random dump
Medias is mounted on nextcloud, and other things (just me tube for the moment)
```bash
sudo setfacl -R -m u:33:rwx /home/yourusername/Medias
sudo setfacl -R -m d:u:33:rwx /home/yourusername/Medias
```
and metube doesn't like deleting videos externally