Skip to content

laster13/plexdrive-rclone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Exemple docker-compose.yml

version: '3'
services:

  plex:
    container_name: plexdrive
    image: laster13/plexdrive-rclone
    restart: unless-stopped
    network_mode: host
    cap_add:
      - SYS_ADMIN
      - MKNOD
    devices:
      - /dev/fuse
    security_opt:
      - apparmor:unconfined
    environment:
      - TZ=Paris/Europe
      - PLEX_CLAIM=
      - PLEX_UID=0
      - PLEX_GID=0
    hostname: mail
    volumes:
      - /mnt/docker/Plex/config:/config
      - /dev/shm:/transcode
      - /mnt/docker/Plex/rclone:/mnt/Union:shared
      - /mnt/docker/Plex/Pre:/mnt/Pre:shared

Variables d'environnement

PLEXDRIVE_CONFIG_DIR="/.plexdrive"                  # Dossier de config par default de Plexdrive
PLEXDRIVE_MOUNT_POINT="/home/plexdrive"             # Montage chiffré de plexdrive, par defaut /home/Plex
RemotePath="google:/"                              # Remote chiffré rclone (pointe vers /home/plexdrive
MountPoint="/mnt/rclone"                            # Point de montage non chiffré rclone
MountLocal="/mnt/Pre"                               # Dossier local
MountUnion="/mnt/Union"                             # Dossier Union pour Unionfs-fuse
MountCommands="--allow-other --allow-non-empty"     # Options de montage rclone
UnmountCommands="-u -z"                             # Commandes pour fusermount


    environment:
      - RemotePath="google:/"
      - MountPoint="/mnt/rclone"
      - MountPoint="/mnt/rclone" 
      └── ...

Host folder structure example

Docker Data
├── plexdrive
│   ├── config
│   │   |── .config
│   │   |   ├── .plexdrive
│   │   |   |   └── ...
|   |   |   | 
|   |   |   |── rclone
|   |   |       └── ...
|   |   |   
|   |   ├── unionfs_cleaner
|   |   |   └── ...

Démo

asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published