]> git.zndr.dk Git - vuepress.git/commitdiff
Update links
authorJannik ZANDER <jzander@grundfos.com>
Sun, 26 Jul 2020 06:39:18 +0000 (08:39 +0200)
committerJannik ZANDER <jzander@grundfos.com>
Sun, 26 Jul 2020 06:39:18 +0000 (08:39 +0200)
docs/.vuepress/config.js
docs/README.md

index fe05452e968c7b19d870bed2273873ddcbae49c9..b3051b4110021f0e433cc4dffac7eea56c6a590e 100644 (file)
@@ -1,6 +1,6 @@
 module.exports = {
-  title: 'zndr.dk',
-  description: 'Personal server for Jannik Zander. The concept is to use my own server instead of "others" server. Whenever possible I will install and maintain a service myself.',
+  title: 'Jannik Zander',
+  description: 'This my personal server. The concept is to use my own server instead of others. Whenever possible I will install and maintain a service myself.',
   theme: '@vuepress/blog',
   plugins: {
     '@vuepress/blog': {
@@ -28,16 +28,6 @@ module.exports = {
     nav: [
       { text: 'Blog',   link: '/posts/' },
       { text: 'Tags',    link: '/tags/' },
-      { text: 'About',   link: '/about/' },
-//      { text: 'Links',
-//        items: [ 
-//          { text: 'Cloud',        link: 'https://cloud.zndr.dk', target:'_self', rel:'' },
-//          { text: 'Mail',         link: 'https://mail.zndr.dk',   target:'_self', rel:'' },
-//          { text: 'Git',          link: 'https://git.zndr.dk',   target:'_self', rel:'' },
-//          { text: 'Play',         link: 'https://play.zndr.dk',  target:'_self', rel:'' },
-//          { text: 'phpMyAdmin',   link: 'https://pma.zndr.dk',   target:'_self', rel:'' }
-//        ]
-//      },
     ],
     footer: {
       contact: [{type: 'mail', link: 'mailto:webmaster@zndr.dk'}],
index e069c700a3daee5fe98fbfaf355355de76026396..1c9d70cd0f78c1a97d0f5c240feb1c2ace0b5db9 100644 (file)
@@ -1,19 +1,18 @@
 ---
-title: 'Home'
+title: 'Jannik Zander'
 ---
 
-# {{ $frontmatter.title }}
-
 {{ $description }}
 
-#### Links
+* [Webserver](https://zndr.dk)
+* [Fileserver](https://cloud.zndr.dk)
+* [Mailserver](https://mail.zndr.dk)
+* [Mediaserver](https://play.zndr.dk)
+* [Gitserver](https://git.zndr.dk)
+* [UsersAdmin](https://users.zndr.dk)
+* [MySQLserver](https://mysql.zndr.dk)
 
-* [Cloud](https://cloud.zndr.dk)
-* [Mail](https://mail.zndr.dk)
-* [Play](https://play.zndr.dk)
-* [Git](https://git.zndr.dk)
-* [Databases](https://pma.zndr.dk)
-* [Users](https://pfa.zndr.dk)
+### Linux server
 
 #### Advantages
 
@@ -26,8 +25,6 @@ title: 'Home'
 
 * Needs some maintenance- and installation time.
 * Whenever my server is down I cannot receive emails (or anything else).
-
-### Linux server
 I am using a Linux distribution with a rolling release. Continues updates keeps the installation up-to-date and I avoid having to upgrade to next 'stable' release every 2 years. Upgrading to next 'stable' release means days of work with reinstallations and broken configurations. And 2 years later I have forgotten how I configured it last time. With a rolling release I install once and update regularly. I hardly had any issues with these frequent updates. It keeps the server fresh and secure. Short downtimes are not a serious matter for my home server.
 
 ### Tower cabinet
@@ -49,6 +46,7 @@ I decided to store my DNS settings at [Cloudflare](https://cloudflare.com). In o
 * CAA record for LetsEncrypt
 * TXT records for DMARC1, DKIM1 and SPF1
 * DS record for DNSSEC
+* TLSA records for DANE
 
 I had to call the ISP and ask them to setup a reverse DNS record for my mail server (mail.zndr.dk) which they did. At dk-hostmaster I could login myself to store Key and activate DNSSEC.