Synology

Synology Discord Webhooks

  1. Add the discord server and webhook, using Http Method "POST"
  2. HTTP Request content header --> Content-Type = "application/json"
  3. HTTP Request body --> set parameter="content" and value="-"
  4. Parameter Type --> set "Content-Type" = "Other" and "content" = "Message Content"

Original Article

Synology Vendor Lock Hack

  1. Edit the file:
/etc.defaults/synoinfo.conf
  1. Then find the option support_disk_compatibility and change it from yes to no.
support_disk_compatibility="no"
  1. Then reboot.

Original Article