This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| syno:dsm6inst [2022/11/17 22:01] – Bernard Condrau | syno:dsm6inst [2026/04/25 11:49] (current) – [Harddisk warnings] Bernard Condrau | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| ===== DDNS over Namecheap ===== | ===== DDNS over Namecheap ===== | ||
| + | - Add the host to be accessed with DDNS to your domain' | ||
| + | - Make sure you installed php-curl and php-xml in your [[deb11: | ||
| + | - Add the following script to your webserver:< | ||
| + | try { | ||
| + | $url = ' | ||
| + | |||
| + | // with allow_url_fopen enabled | ||
| + | $output = file_get_contents($url); | ||
| + | |||
| + | // with curl | ||
| + | //$req = curl_init(); | ||
| + | // | ||
| + | // | ||
| + | // | ||
| + | //$output = curl_exec($req); | ||
| + | // | ||
| + | |||
| + | $xml = new SimpleXMLElement(trim(str_replace(" | ||
| + | if ($xml-> | ||
| + | $error = $xml-> | ||
| + | if (strcmp($error, | ||
| + | echo " | ||
| + | } elseif (strcmp($error, | ||
| + | echo " | ||
| + | } elseif (strcmp($error, | ||
| + | echo " | ||
| + | } elseif (strcmp($error, | ||
| + | echo " | ||
| + | } else { | ||
| + | echo "911 [" | ||
| + | } | ||
| + | } else { | ||
| + | echo " | ||
| + | } | ||
| + | } catch (Exception $e) { | ||
| + | echo "911 [" | ||
| + | }</ | ||
| + | - Make sure the DDNS update call is allowed by your webserver. For apache, add this to the conf:< | ||
| + | Require expr " | ||
| + | Require forward-dns host.domain.tld # allow access from the DDNS domain name after updating the ip address | ||
| + | </ | ||
| + | - Create a custom DDNS updater in Synology DSM with the following //Query URL//:< | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| ===== Certificates ===== | ===== Certificates ===== | ||
| Line 115: | Line 158: | ||
| * Copy DKIM Settings following {{ : | * Copy DKIM Settings following {{ : | ||
| * [[syno: | * [[syno: | ||
| + | |||
| + | ==== Links ==== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| ===== Contacts ===== | ===== Contacts ===== | ||
| Line 137: | Line 185: | ||
| ===== Customization ===== | ===== Customization ===== | ||
| * Find all Synology package icons in / | * Find all Synology package icons in / | ||
| - | ===== Replace | + | ===== Harddisks ===== |
| + | ==== Harddisk warnings ==== | ||
| + | * Modify file ''/ | ||
| + | disk_warning_percent =" | ||
| ==== DSM 6 ==== | ==== DSM 6 ==== | ||
| - Shut down the NAS and replace the first disk. Numbering of disks is from left to right. | - Shut down the NAS and replace the first disk. Numbering of disks is from left to right. | ||