This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| syno:dsm6inst [2022/11/18 00:53] – [DDNS over Namecheap] Bernard Condrau | syno:dsm6inst [2026/04/25 11:49] (current) – [Harddisk warnings] Bernard Condrau | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| ===== DDNS over Namecheap ===== | ===== DDNS over Namecheap ===== | ||
| - | | + | |
| - | | + | - Make sure you installed php-curl and php-xml in your [[deb11: |
| + | | ||
| try { | try { | ||
| $url = ' | $url = ' | ||
| - | | + | |
| // with allow_url_fopen enabled | // with allow_url_fopen enabled | ||
| $output = file_get_contents($url); | $output = file_get_contents($url); | ||
| - | | + | |
| // with curl | // with curl | ||
| //$req = curl_init(); | //$req = curl_init(); | ||
| Line 35: | Line 36: | ||
| //$output = curl_exec($req); | //$output = curl_exec($req); | ||
| // | // | ||
| + | |||
| $xml = new SimpleXMLElement(trim(str_replace(" | $xml = new SimpleXMLElement(trim(str_replace(" | ||
| if ($xml-> | if ($xml-> | ||
| Line 55: | Line 57: | ||
| echo "911 [" | echo "911 [" | ||
| }</ | }</ | ||
| - | | + | |
| Require expr " | Require expr " | ||
| - | Require forward-dns host.domain.tld # allow access from the DDNS domain name after updating the ip address</ | + | Require forward-dns host.domain.tld # allow access from the DDNS domain name after updating the ip address |
| - | | + | </ |
| + | | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| ===== Certificates ===== | ===== Certificates ===== | ||
| Line 154: | Line 158: | ||
| * Copy DKIM Settings following {{ : | * Copy DKIM Settings following {{ : | ||
| * [[syno: | * [[syno: | ||
| + | |||
| + | ==== Links ==== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| ===== Contacts ===== | ===== Contacts ===== | ||
| Line 176: | 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. | ||