List of extra packages to include in the executable search path of the service unit. These are needed by various configurable components such as:
- ExifTool for the
Pleroma.Upload.Filter.Exiftool
upload filter, - ImageMagick for still image previews in the media proxy as well as for the
Pleroma.Upload.Filters.Mogrify
upload filter, and - ffmpeg for video previews in the media proxy.
Declarations
Type
list of package
Default
with pkgs; [ exiftool ffmpeg-headless imagemagick ]
Example
with pkgs; [ exiftool ffmpeg-full imagemagick ]