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': {
---
-title: 'Personal server - cloud, mail, git, media, blog, web, etc'
+title: 'Home'
---
# {{ $frontmatter.title }}
#### 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
+++ /dev/null
-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"