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.Exiftoolupload filter, - ImageMagick for still image previews in the media proxy as well as for the
Pleroma.Upload.Filters.Mogrifyupload filter, and - ffmpeg for video previews in the media proxy.
Declarations
Type
list of packageDefault
with pkgs; [ exiftool ffmpeg-headless imagemagick ]Example
with pkgs; [ exiftool ffmpeg-full imagemagick ]