mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-25 10:03:11 -05:00
feat: admin maintenance page (#1096)
* fix build typo * generate types * setup maintenance api for common cleanup actions * admin maintenance page * remove duplicate use-with-caution
This commit is contained in:
28
mealie/pkgs/img/static.py
Normal file
28
mealie/pkgs/img/static.py
Normal file
@@ -0,0 +1,28 @@
|
||||
NOT_WEBP = {
|
||||
".jpg",
|
||||
".jpeg",
|
||||
".jpe",
|
||||
".jif",
|
||||
".jfif",
|
||||
".jfi",
|
||||
".png",
|
||||
".gif",
|
||||
".tiff",
|
||||
".tif",
|
||||
".psd",
|
||||
".raw",
|
||||
".arw",
|
||||
".cr2",
|
||||
".nrw",
|
||||
".k25",
|
||||
".bmp",
|
||||
".dib",
|
||||
".heif",
|
||||
".heic",
|
||||
".ind",
|
||||
".jp2",
|
||||
".svg",
|
||||
".svgz",
|
||||
".ai",
|
||||
".eps",
|
||||
}
|
||||
Reference in New Issue
Block a user