- Check all settings subsections starting from `/settings/admin/overview` while logged in with the admin user account to identify any issues found post upgrade
- Check your new MTA-STS:
- On your server, launch: `docker logs --details --timestamps --since 10m --follow nginx`
- Check you server with: https://www.hardenize.com/
- You should see a line like `GET /.well-known/mta-sts.txt HTTP/1.1" 200 65 "-" "curl/7.54" "-"` in your log
- Check Hardenize report about MTA-STS
- Exit log viewer with Ctrl+C
- Examine Docker situation with `docker ps` and `docker images`
- If everything is OK (all needed containers running), you can cleanup with `docker system prune -a`
- Videos previews can be enabled in this update, as ffmpeg is bundled in the image.
- if you did not defined any specific preview providers, to respect the default ones listed in [config.sample.php for nextcloud 25](https://github.com/nextcloud/server/blob/stable25/config/config.sample.php#L1220), you can set :
- Check all settings subsections starting from `/settings/admin/overview` while logged in with the admin user account to identify any issues found post upgrade
- Check your new MTA-STS:
- On your server, launch: `docker logs --details --timestamps --since 10m --follow nginx`
- Check you server with: https://www.hardenize.com/
- You should see a line like `GET /.well-known/mta-sts.txt HTTP/1.1" 200 65 "-" "curl/7.54" "-"` in your log
- Check Hardenize report about MTA-STS
- Exit log viewer with Ctrl+C
- Examine Docker situation with `docker ps` and `docker images`
- If everything is OK (all needed containers running), you can cleanup with `docker system prune -a`