Compare commits
No commits in common. "aaf67e4eb6d9bdf426c606e97067d23ecd7777ae" and "abc66b2ac8010994bfae1561219b34f0e3f80c92" have entirely different histories.
aaf67e4eb6
...
abc66b2ac8
Binary file not shown.
Before Width: | Height: | Size: 3.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 24 KiB |
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
43
config.yml
43
config.yml
@ -16,11 +16,14 @@ message:
|
|||||||
content: "Services that allow you to steal code more efficiently."
|
content: "Services that allow you to steal code more efficiently."
|
||||||
|
|
||||||
# Optional navbar
|
# Optional navbar
|
||||||
links:
|
#links:
|
||||||
- name: "Home Page"
|
# - name: "WEB"
|
||||||
icon: "fas fa-globe"
|
# icon: "fas fa-globe"
|
||||||
url: "https://fosc.space/"
|
# url: "https://fosc.space/"
|
||||||
target: '_blank' # optional html a tag target attribute
|
# target: '_blank' # optional html a tag target attribute
|
||||||
|
# - name: "Wiki"
|
||||||
|
# icon: "fas fa-book"
|
||||||
|
# url: "https://wiki.fosc.space/"
|
||||||
|
|
||||||
# Services
|
# Services
|
||||||
# First level array represent a group.
|
# First level array represent a group.
|
||||||
@ -37,7 +40,7 @@ services:
|
|||||||
tagstyle: "is-success"
|
tagstyle: "is-success"
|
||||||
url: "https://cloud.fosc.space"
|
url: "https://cloud.fosc.space"
|
||||||
- name: "Drone"
|
- name: "Drone"
|
||||||
logo: "assets/tools/drone.png"
|
logo: "assets/tools/caddy.svg"
|
||||||
subtitle: "Self-service Continuous Delivery platform"
|
subtitle: "Self-service Continuous Delivery platform"
|
||||||
tag: "CI/CD"
|
tag: "CI/CD"
|
||||||
target: '_blank'
|
target: '_blank'
|
||||||
@ -51,13 +54,13 @@ services:
|
|||||||
url: "https://git.fosc.space"
|
url: "https://git.fosc.space"
|
||||||
target: '_blank'
|
target: '_blank'
|
||||||
- name: "Minecraft Server"
|
- name: "Minecraft Server"
|
||||||
logo: "assets/tools/minecraft.png"
|
logo: "assets/tools/caddy.svg"
|
||||||
subtitle: "Our own Minecraft Server"
|
subtitle: "Our own Minecraft Server"
|
||||||
tag: "Minecraft"
|
tag: "Minecraft"
|
||||||
target: '_blank'
|
target: '_blank'
|
||||||
tagstyle: "is-success"
|
tagstyle: "is-success"
|
||||||
- name: "Motioneye"
|
- name: "Motioneye"
|
||||||
logo: "assets/tools/motioneye.png"
|
logo: "assets/tools/caddy.svg"
|
||||||
subtitle: "Web frontend for the Motion video surveillance software"
|
subtitle: "Web frontend for the Motion video surveillance software"
|
||||||
tag: "Motioneye"
|
tag: "Motioneye"
|
||||||
target: '_blank'
|
target: '_blank'
|
||||||
@ -70,7 +73,7 @@ services:
|
|||||||
tagstyle: "is-success"
|
tagstyle: "is-success"
|
||||||
url: "https://rss.fosc.space"
|
url: "https://rss.fosc.space"
|
||||||
- name: "Bitwarden"
|
- name: "Bitwarden"
|
||||||
logo: "assets/tools/bitwarden.png"
|
logo: "assets/tools/freshrss.png"
|
||||||
subtitle: "Password storage solution"
|
subtitle: "Password storage solution"
|
||||||
tag: "Bitwarden"
|
tag: "Bitwarden"
|
||||||
tagstyle: "is-success"
|
tagstyle: "is-success"
|
||||||
@ -89,26 +92,23 @@ services:
|
|||||||
logo: "assets/tools/traefik.png"
|
logo: "assets/tools/traefik.png"
|
||||||
subtitle: "HTTP reverse proxy and load balancer"
|
subtitle: "HTTP reverse proxy and load balancer"
|
||||||
tag: "Proxy"
|
tag: "Proxy"
|
||||||
tagstyle: "is-success"
|
|
||||||
url: "https://traefik.fosc.space"
|
url: "https://traefik.fosc.space"
|
||||||
- name: "Netdata Server"
|
- name: "Netdata Server"
|
||||||
logo: "assets/tools/logonetdata.png"
|
logo: "assets/tools/logonetdata.png"
|
||||||
subtitle: "Real-time and health monitoring"
|
subtitle: "Real-time and health monitoring"
|
||||||
url: "https://netdata.fosc.space"
|
url: "https://netdata.fosc.space"
|
||||||
tag: "Stats"
|
tag: "Stats"
|
||||||
tagstyle: "is-success"
|
- name: "Goaccess"
|
||||||
|
logo: "assets/tools/goaccess.png"
|
||||||
|
subtitle: "Server statistics"
|
||||||
|
tag: "Analytics"
|
||||||
|
url: "https://analytics.fosc.space"
|
||||||
- name: "Netdata Router"
|
- name: "Netdata Router"
|
||||||
logo: "assets/tools/logonetdata.png"
|
logo: "assets/tools/logonetdata.png"
|
||||||
subtitle: "Real-time and health monitoring"
|
subtitle: "Real-time and health monitoring"
|
||||||
url: "https://router.fosc.space"
|
url: "https://router.fosc.space"
|
||||||
tag: "Stats"
|
tag: "Stats"
|
||||||
tagstyle: "is-success"
|
tagstyle: "is-success"
|
||||||
- name: "Goaccess"
|
|
||||||
logo: "assets/tools/goaccess.png"
|
|
||||||
subtitle: "Server statistics"
|
|
||||||
tag: "Analytics"
|
|
||||||
tagstyle: "is-success"
|
|
||||||
url: "https://analytics.fosc.space"
|
|
||||||
- name: "Public"
|
- name: "Public"
|
||||||
icon: "fas fa-rocket"
|
icon: "fas fa-rocket"
|
||||||
items:
|
items:
|
||||||
@ -143,3 +143,12 @@ services:
|
|||||||
tag: "Wiki"
|
tag: "Wiki"
|
||||||
tagstyle: "is-success"
|
tagstyle: "is-success"
|
||||||
url: "https://wiki.fosc.space"
|
url: "https://wiki.fosc.space"
|
||||||
|
|
||||||
|
- 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"
|
||||||
|
Loading…
Reference in New Issue
Block a user