This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| syno:dsm6inst [2021/07/28 00:17] – [Shared Folders] Bernard Condrau | syno:dsm6inst [2026/04/25 11:49] (current) – [Harddisk warnings] Bernard Condrau | ||
|---|---|---|---|
| Line 18: | Line 18: | ||
| - To setup SSL, import __server.key__, | - To setup SSL, import __server.key__, | ||
| - Add Two-factor-authentication to your admin user. Select **Options -> Personal** on the top right of the DSM window. Settings are saved in< | - Add Two-factor-authentication to your admin user. Select **Options -> Personal** on the top right of the DSM window. Settings are saved in< | ||
| + | |||
| + | ===== 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:// | ||
| ===== Certificates ===== | ===== Certificates ===== | ||
| Line 105: | Line 151: | ||
| ===== Change hostname ===== | ===== Change hostname ===== | ||
| * Change //Server Name// in //Control Panel --> Network --> General// | * Change //Server Name// in //Control Panel --> Network --> General// | ||
| - | * < | + | * Update:< |
| custom_login_title=" | custom_login_title=" | ||
| - | * < | + | * Update:< |
| + | HOSTNAME=hostname</ | ||
| ===== MailPlus Server ===== | ===== MailPlus Server ===== | ||
| * Copy DKIM Settings following {{ : | * Copy DKIM Settings following {{ : | ||
| + | * [[syno: | ||
| + | |||
| + | ==== Links ==== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| ===== Contacts ===== | ===== Contacts ===== | ||
| Line 132: | 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. | ||
| Line 175: | Line 230: | ||
| sudo chmod 600 authorized_keys</ | sudo chmod 600 authorized_keys</ | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| ===== Rsync ===== | ===== Rsync ===== | ||
| Line 210: | Line 266: | ||
| * [[: | * [[: | ||
| * [[: | * [[: | ||
| + | * [[syno: | ||