Medias folder
This commit is contained in:
parent
e329059e57
commit
d4d97b4c28
3 changed files with 11 additions and 1 deletions
|
@ -6,7 +6,7 @@ services:
|
|||
ports:
|
||||
- "8083:8081"
|
||||
volumes:
|
||||
- ./metube:/downloads
|
||||
- /home/criz/Medias/metube:/downloads
|
||||
labels:
|
||||
tsdproxy.enable: "true"
|
||||
tsdproxy.name: "ytb-dl"
|
||||
|
|
|
@ -11,6 +11,7 @@ services:
|
|||
- cloud
|
||||
volumes:
|
||||
- ./nextcloud_data:/var/www/html
|
||||
- /home/criz/Medias:/mnt/medias
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue