]> git.zndr.dk Git - vuepress.git/commitdiff
Update home page
authorJannik ZANDER <jzander@grundfos.com>
Wed, 15 Jul 2020 16:19:45 +0000 (18:19 +0200)
committerJannik ZANDER <jzander@grundfos.com>
Wed, 15 Jul 2020 16:19:45 +0000 (18:19 +0200)
docs/.vuepress/config.js
docs/README.md
register.sh [deleted file]

index 3bf71ec4d2808d84a0a4c9f595bf8b0ce2d4d3a9..bf16cd34df8e45219b370e8a7112e042e79d7640 100644 (file)
@@ -1,6 +1,6 @@
 module.exports = {
-  title: 'Jannik Zander',
-  description: 'The basic idea is to simply use my personal server instead of others servers. Maintaining it also creates some good learning experiences.',
+  title: 'zndr.dk',
+  description: 'Personal server for Jannik Zander. The concept is to use my own server instead of others servers. Whenever possible I will install and maintain the service myself.',
   theme: '@vuepress/blog',
   plugins: {
     '@vuepress/blog': {
index 7ad2a3d0118754898de3eb86a5f5254975c658ec..c47655995a51ab4384ff173f7318ea393aeca050 100644 (file)
@@ -1,5 +1,5 @@
 ---
-title: 'Personal server - cloud, mail, git, media, blog, web, etc'
+title: 'Home'
 ---
 
 # {{ $frontmatter.title }}
@@ -9,12 +9,11 @@ title: 'Personal server - cloud, mail, git, media, blog, web, etc'
 #### Links
 
 * [Cloud](https://cloud.zndr.dk)
-* [Email](https://mail.zndr.dk)
+* [Mail](https://mail.zndr.dk)
+* [Streaming](https://play.zndr.dk)
 * [Git](https://git.zndr.dk)
-* [Play](https://play.zndr.dk)
-* [phpMyAdmin](https://pma.zndr.dk)
-
-Whenever I have a need I will install and maintain the new service. As can be seens from the links I have my own cloud- and email-solution, and more will come for sure.
+* [Databases](https://pma.zndr.dk)
+* [Users](https://pfa.zndr.dk)
 
 #### Advantages
 
diff --git a/register.sh b/register.sh
deleted file mode 100644 (file)
index 0daa54b..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-gitlab-runner register \
-  --non-interactive \
-  --url "https://git.zndr.dk/" \
-  --registration-token "1yADXvYn-zE_5zfh4TGg" \
-  --executor "shell" \
-  --description "shell-runner" \
-  --tag-list "shell,shell2" \
-  --run-untagged="true" \
-  --locked="false" \
-  --access-level="not_protected"