Compare commits

...

3 Commits

Author SHA1 Message Date
Cristian Gutierrez abc66b2ac8 Add public services
continuous-integration/drone/push Build is passing Details
2020-03-18 03:38:57 +01:00
Cristian Gutierrez b0b42dc20e Comment links navbar 2020-03-18 03:34:20 +01:00
Cristian Gutierrez 1fa6730894 add netdata & traefik logo 2020-03-18 03:31:45 +01:00
3 changed files with 36 additions and 17 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
assets/tools/traefik.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 KiB

View File

@ -16,14 +16,14 @@ message:
content: "Services that allow you to steal code more efficiently."
# Optional navbar
links:
- name: "WEB"
icon: "fas fa-globe"
url: "https://fosc.space/"
target: '_blank' # optional html a tag target attribute
- name: "Wiki"
icon: "fas fa-book"
url: "https://wiki.fosc.space/"
#links:
# - name: "WEB"
# icon: "fas fa-globe"
# url: "https://fosc.space/"
# target: '_blank' # optional html a tag target attribute
# - name: "Wiki"
# icon: "fas fa-book"
# url: "https://wiki.fosc.space/"
# Services
# First level array represent a group.
@ -112,18 +112,37 @@ services:
- name: "Public"
icon: "fas fa-rocket"
items:
- name: "FreshRSS"
- name: "Frontpage"
logo: "assets/tools/freshrss.png"
subtitle: "Self-hosted RSS feed aggregator"
tag: "RSS"
subtitle: "The portal to it all"
tag: "Web"
tagstyle: "is-success"
url: "https://rss.crstian.me"
- name: "TS3"
logo: "assets/tools/ts3.png"
subtitle: "ts.crstian.me"
tag: "TS3"
url: "https://fosc.space"
- name: "Blog"
logo: "assets/tools/bludit.png"
subtitle: "FOSC Blog"
tag: "Blog"
tagstyle: "is-success"
url: "ts3server://ts.crstian.me"
url: "https://blog.fosc.space"
- name: "Gallery"
logo: "assets/tools/lychee.png"
subtitle: "Photo Gallery"
tag: "Gallery"
tagstyle: "is-success"
url: "https://gallery.fosc.space"
- name: "Downloads"
logo: "assets/tools/caddy.svg"
subtitle: "Distros webserver"
tag: "WebServer"
target: '_blank'
tagstyle: "is-success"
url: "https://download.fosc.space/"
- name: "Wiki"
logo: "assets/tools/wikijs.png"
subtitle: "FOSC wiki"
tag: "Wiki"
tagstyle: "is-success"
url: "https://wiki.fosc.space"
- name: "In progress"
icon: "fas fa-spinner"