Servicespage/config.yml

138 lines
4.3 KiB
YAML
Raw Normal View History

2020-03-11 23:27:20 +00:00
---
# Homepage configuration
# See https://fontawesome.com/icons for icons options
2020-03-18 01:42:10 +00:00
title: "Homelab Services"
subtitle: "Crstian's"
logo: "assets//tools/nixos.png"
2020-03-11 23:27:20 +00:00
# icon: "fas fa-skull-crossbones" Optional icon
# Optional message
2020-03-18 01:42:10 +00:00
#
2020-03-11 23:27:20 +00:00
message:
# url: https://....
style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options.
2020-03-18 01:42:10 +00:00
title: "Hi !"
content: "These are my home server services, running under NixOS. Find more about me on crstian.me"
2020-03-11 23:27:20 +00:00
# Optional navbar
links:
2020-03-18 01:42:10 +00:00
- name: "Personal Page"
icon: "fas fa-user"
url: "https://crstian.me"
target: '_blank'
- name: "Github"
icon: "fab fa-github"
url: "https://github.com/Crstian19"
target: '_blank' # optionnal html a tag target attribute
- name: "Gitlab"
icon: "fab fa-gitlab"
target: '_blank'
url: "https://gitlab.com/Crstian"
- name: "Shell"
icon: "fas fa-terminal"
target: '_blank'
url: "https://shell.crstian.me"
2020-03-11 23:27:20 +00:00
# Services
# First level array represent a group.
# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed).
services:
2020-03-18 01:42:10 +00:00
- name: "File Sharing"
2020-03-12 00:27:16 +00:00
icon: "fas fa-share-alt"
2020-03-11 23:27:20 +00:00
items:
2020-03-18 01:42:10 +00:00
- name: "qBittorrent"
logo: "assets/tools/qBittorrent.png"
subtitle: "Open Source P2P Bittorrent client"
2020-03-12 00:27:16 +00:00
tag: "P2P"
2020-03-11 23:27:20 +00:00
tagstyle: "is-success"
2020-03-18 01:42:10 +00:00
url: "https://torrent.crstian.me/"
target: '_blank' # optionnal html a tag target attribute
2020-03-12 00:27:16 +00:00
- name: "Torrent Downloads"
logo: "assets/tools/caddy.svg"
2020-03-18 01:42:10 +00:00
subtitle: "Open source web server"
2020-03-12 00:27:16 +00:00
tag: "WebServer"
target: '_blank'
tagstyle: "is-success"
2020-03-18 01:42:10 +00:00
url: "https://downloads.crstian.me"
- name: "Pyload"
logo: "assets/tools/pyload.png"
subtitle: "Open Source download manager"
tag: "Python"
2020-03-12 00:27:16 +00:00
tagstyle: "is-success"
2020-03-18 01:42:10 +00:00
url: "https://pyload.crstian.me"
target: '_blank'
- name: "Private Downloads"
logo: "assets/tools/caddy.svg"
subtitle: "Open source web server"
tag: "WebServer"
2020-03-12 00:27:16 +00:00
target: '_blank'
tagstyle: "is-success"
2020-03-18 01:42:10 +00:00
url: "https://private.crstian.me"
2020-03-11 23:27:20 +00:00
- name: "Monitoring"
icon: "fas fa-heartbeat"
items:
2020-03-12 00:27:16 +00:00
- name: "Traefik"
logo: "assets/tools/traefik.png"
subtitle: "HTTP reverse proxy and load balancer"
tag: "Proxy"
2020-03-18 01:42:10 +00:00
url: "https://traefik.crstian.me"
# - name: "Ouroboros"
# logo: "assets/tools/ouroboros.png"
# subtitle: "Automatically update Docker containers"
# tag: "Update"
# tagstyle: "is-success"
2020-03-12 00:27:16 +00:00
- name: "Netdata Server"
logo: "assets/tools/logonetdata.png"
subtitle: "Real-time and health monitoring"
2020-03-18 01:42:10 +00:00
url: "https://netdata.crstian.me"
2020-03-12 00:27:16 +00:00
tag: "Stats"
2020-03-18 01:42:10 +00:00
tagstyle: "is-success"
- name: "Netdata Router Linksys"
logo: "assets/tools/logonetdata.png"
subtitle: "Real-time and health monitoring"
url: "https://linksys.crstian.me"
tag: "Stats"
tagstyle: "is-success"
# - name: "Grafana"
# logo: "assets/tools/grafana.png"
# subtitle: "Metric analytics & dashboards"
# url: "https://grafana.com/"
# - name: "Kibana"
# logo: "assets/tools/elastic.png"
# subtitle: "Explore & visualize logs"
# tag: "elk"
# url: "https://www.elastic.co/products/kibana"
# - name: "Website monitoring"
# logo: "assets/tools/pingdom.png"
# subtitle: "Pingdom public reports overview"
# tag: "CI"
# url: "https://www.pingdom.com/"
- name: "Information"
2020-03-12 00:27:16 +00:00
icon: "fas fa-rocket"
items:
- name: "FreshRSS"
logo: "assets/tools/freshrss.png"
subtitle: "Self-hosted RSS feed aggregator"
tag: "RSS"
tagstyle: "is-success"
2020-03-18 01:42:10 +00:00
url: "https://rss.crstian.me"
- name: "TS3"
logo: "assets/tools/ts3.png"
subtitle: "ts.crstian.me"
tag: "TS3"
2020-03-12 00:27:16 +00:00
tagstyle: "is-success"
2020-03-18 01:42:10 +00:00
url: "ts3server://ts.crstian.me"
- name: "In progress"
icon: "fas fa-spinner"
items:
- name: "Octoprint"
logo: "assets/tools/octoprintLogo.png"
subtitle: "Web interface for my 3D printer"
tag: "3D Printer"
# url: "https://octoprint.crstian.me"