added gitea and healthchecks

This commit is contained in:
Lu 2023-12-19 12:28:36 +01:00
parent db9f0ac5c8
commit 90b1c41170

View File

@ -72,6 +72,13 @@ settings:
content: quote-left content: quote-left
link: https://blog.surferlul.me/ link: https://blog.surferlul.me/
color: "#cf6763" color: "#cf6763"
- name: Gitea
image:
type: font-awesome
style: solid
content: code-branch
link: https://gitea.lu-dev.de/
color: "#cf6763"
- name: Portainer - name: Portainer
image: image:
type: font-awesome type: font-awesome
@ -114,6 +121,13 @@ settings:
content: folder content: folder
link: /fb link: /fb
color: "#007e79" color: "#007e79"
- name: Healthchecks
image:
type: font-awesome
style: solid
content: heart-pulse
link: https://healthchecks.lu-dev.de/
color: "#007e79"
mini-links: # different from 'links' as it is only an image/icon with a link. AKA no text. mini-links: # different from 'links' as it is only an image/icon with a link. AKA no text.
- link: https://github.com/Surferlul # Link to the service - link: https://github.com/Surferlul # Link to the service
image: # same as the 'image' item above image: # same as the 'image' item above