You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small changes required to the Folder create script for the docker/DATA folder. I found that the link below for linux didn't create the subdirectories and some small updates (putting brackets "{}" around the subfolder groupings helped make it more reliable. Also would be good to have a tree of the Docker config in the readme folder as well for reference. Really appreciate the work that went into this.
Updated First line of the folder creation
sudo -E mkdir -p $FOLDER_FOR_DATA/{{authelia/{assets}},bazarr,ddns-updater,gluetun,heimdall,{homarr/{configs,data,icons}},homepage,jellyfin,jellyseerr,lidarr,mylar,plex,portainer,prowlarr,qbittorrent,radarr,readarr,sabnzbd,sonarr,swag,{tdarr/{server,configs,logs}},tdarr_transcode_cache,unpackerr,whisparr}
The text was updated successfully, but these errors were encountered:
Small changes required to the Folder create script for the docker/DATA folder. I found that the link below for linux didn't create the subdirectories and some small updates (putting brackets "{}" around the subfolder groupings helped make it more reliable. Also would be good to have a tree of the Docker config in the readme folder as well for reference. Really appreciate the work that went into this.
Updated First line of the folder creation
sudo -E mkdir -p $FOLDER_FOR_DATA/{{authelia/{assets}},bazarr,ddns-updater,gluetun,heimdall,{homarr/{configs,data,icons}},homepage,jellyfin,jellyseerr,lidarr,mylar,plex,portainer,prowlarr,qbittorrent,radarr,readarr,sabnzbd,sonarr,swag,{tdarr/{server,configs,logs}},tdarr_transcode_cache,unpackerr,whisparr}
The text was updated successfully, but these errors were encountered: