Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
c0m4r authored Dec 27, 2023
1 parent c459d96 commit 1a2b47b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ Change uid:gid depending on your setup so the PHP-FPM have write access to the `
echo $(curl http://localhost:8080 &> /dev/null && ps -eo pid,uid,gid,command,cgroup | grep docke[r] | grep "php-fpm: pool www" | awk '{print $2":"$3}')
```

## Loki integration

As an additional security measure you might want to scan uploaded files for malware.

See: [Loki integration (experimental)](https://github.com/c0m4r/up/wiki/Loki-integration-(experimental))

## Limitations

* Animated WebP is not supported at this point

0 comments on commit 1a2b47b

Please sign in to comment.