{"id":15474941,"url":"https://github.com/thekelvinliu/lsio-mod-plexdrive","last_synced_at":"2025-03-28T13:25:10.177Z","repository":{"id":90668347,"uuid":"583125744","full_name":"thekelvinliu/lsio-mod-plexdrive","owner":"thekelvinliu","description":"add plexdrive to a linuxserver docker container to mount google drive as a read-only filesystem","archived":false,"fork":false,"pushed_at":"2022-12-28T21:05:42.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-19T02:15:21.570Z","etag":null,"topics":["docker","docker-mods","google-drive","linuxserver","linuxserver-mod","plexdrive"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/thekelvinliu/lsio-mod-plexdrive","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thekelvinliu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-28T21:03:16.000Z","updated_at":"2022-12-28T21:07:47.000Z","dependencies_parsed_at":"2023-07-09T04:15:50.412Z","dependency_job_id":null,"html_url":"https://github.com/thekelvinliu/lsio-mod-plexdrive","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"c09587421a9f790f96539dd2d795059142bd0068"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekelvinliu%2Flsio-mod-plexdrive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekelvinliu%2Flsio-mod-plexdrive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekelvinliu%2Flsio-mod-plexdrive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekelvinliu%2Flsio-mod-plexdrive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thekelvinliu","download_url":"https://codeload.github.com/thekelvinliu/lsio-mod-plexdrive/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246035696,"owners_count":20713139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-mods","google-drive","linuxserver","linuxserver-mod","plexdrive"],"created_at":"2024-10-02T03:05:53.569Z","updated_at":"2025-03-28T13:25:10.150Z","avatar_url":"https://github.com/thekelvinliu.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lsio-mod-plexdrive\n\nadd [plexdrive] to a linuxserver docker container to mount google drive as a read-only filesystem\n\n## usage\n\nthis docker mod requires fuse, meaning docker containers must be privileged and have access to `/dev/fuse` on the host.\nfor example with docker compose:\n\n```yaml\n---\nservices:\n  jellyfin:\n    image: lscr.io/linuxserver/jellyfin:latest\n    environment:\n      DOCKER_MODS: \"thekelvinliu/lsio-mod-plexdrive:latest\"\n      PUID: 1000\n      PGID: 1000\n    privileged: true\n    devices:\n      - /dev/fuse:/dev/fuse\n    volumes:\n      - ./config/jellyfin:/config\n      - ./config/plexdrive:/plexdrive\n```\n\n## configuration\n\nthis docker mod does not handle the initial plexdrive authentication with google drive.\nit's best to do this setup elsewhere and copy the resulting `config.json` and `token.json` files into a docker volume,\nwhich can then be mounted as the config directory for plexdrive (`/plexdrive` or the value of `PLEXDRIVE_CONFIG_DIR`).\n\nafter setup, the default directory should look something like this:\n\n```\n/plexdrive\n├── config.json\n└── token.json\n```\n\n### environment variables\n\nevery environment variable and its default value if there is one is listed below:\n\n- `PLEXDRIVE_CACHE_FILE`: path to plexdrive cache file (default: `/plexdrive/cache.bolt`)\n- `PLEXDRIVE_CONFIG_DIR`: path to plexdrive config directory (default: `/plexdrive`)\n- `PLEXDRIVE_MOUNT_DIR`: path to plexdrive mount directory (default: `/mnt/plexdrive`)\n- `PLEXDRIVE_ROOT_NODE_ID`: google drive node id for plexdrive to mount\n\n[plexdrive]: https://github.com/plexdrive/plexdrive\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthekelvinliu%2Flsio-mod-plexdrive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthekelvinliu%2Flsio-mod-plexdrive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthekelvinliu%2Flsio-mod-plexdrive/lists"}