diff --git a/config.yml b/config.yml index 37d6d95..f89ca44 100644 --- a/config.yml +++ b/config.yml @@ -2,65 +2,74 @@ # Homepage configuration # See https://fontawesome.com/icons for icons options -title: "FOSC SERVICES" -subtitle: "" -logo: "assets/logo.png" +title: "Homelab Services" +subtitle: "Crstian's" +logo: "assets//tools/nixos.png" # icon: "fas fa-skull-crossbones" Optional icon -footer: '

Created with ❤️ with bulma, vuejs & font awesome // WEBSITE SOURCE CODE

' # set false if you want to hide it. # Optional message +# message: # url: https://.... style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options. - title: "" - content: "Services that allow you to steal code more efficiently." + title: "Hi !" + content: "These are my home server services, running under NixOS. Find more about me on crstian.me" # 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/" + - 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" # 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: - - name: "File Sharing" + - name: "File Sharing" icon: "fas fa-share-alt" items: - - name: "Transmission" - logo: "assets/tools/transmission.png" - subtitle: "We ar seeding a lot of linux distributions" + - name: "qBittorrent" + logo: "assets/tools/qBittorrent.png" + subtitle: "Open Source P2P Bittorrent client" tag: "P2P" tagstyle: "is-success" - url: "https://transmission.fosc.space/" - target: '_blank' # optional html a tag target attribute + url: "https://torrent.crstian.me/" + target: '_blank' # optionnal html a tag target attribute - name: "Torrent Downloads" logo: "assets/tools/caddy.svg" - subtitle: "Distros webserver" + subtitle: "Open source web server" tag: "WebServer" target: '_blank' tagstyle: "is-success" - url: "https://download.fosc.space/" - - name: "Nextcloud" - logo: "assets/tools/nextcloud.png" - subtitle: "Storage platform" + url: "https://downloads.crstian.me" + - name: "Pyload" + logo: "assets/tools/pyload.png" + subtitle: "Open Source download manager" + tag: "Python" + tagstyle: "is-success" + url: "https://pyload.crstian.me" + target: '_blank' + - name: "Private Downloads" + logo: "assets/tools/caddy.svg" + subtitle: "Open source web server" tag: "WebServer" target: '_blank' tagstyle: "is-success" - url: "https://download.fosc.space/" - - name: "Gitea" - logo: "assets/tools/gitea.png" - subtitle: "For Our Stolen Code " - tag: "Git" - target: '_blank' - tagstyle: "is-success" - url: "https://git.fosc.space/" - + url: "https://private.crstian.me" + - name: "Monitoring" icon: "fas fa-heartbeat" items: @@ -68,18 +77,41 @@ services: logo: "assets/tools/traefik.png" subtitle: "HTTP reverse proxy and load balancer" tag: "Proxy" - url: "https://traefik.fosc.space" + url: "https://traefik.crstian.me" + # - name: "Ouroboros" + # logo: "assets/tools/ouroboros.png" + # subtitle: "Automatically update Docker containers" + # tag: "Update" + # tagstyle: "is-success" + - name: "Netdata Server" logo: "assets/tools/logonetdata.png" subtitle: "Real-time and health monitoring" - url: "https://netdata.fosc.space" + url: "https://netdata.crstian.me" tag: "Stats" - - name: "Goaccess" - logo: "assets/tools/goaccess.png" - subtitle: "Server statistics" - tag: "elk" - url: "https://analytics.fosc.space" - - name: "Info" + 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" icon: "fas fa-rocket" items: - name: "FreshRSS" @@ -87,22 +119,19 @@ services: subtitle: "Self-hosted RSS feed aggregator" tag: "RSS" tagstyle: "is-success" - url: "https://rss.fosc.space" - - name: "BLOG" - logo: "assets/tools/bludit.png" - subtitle: "FOSC Blog" - tag: "Blog" + url: "https://rss.crstian.me" + - name: "TS3" + logo: "assets/tools/ts3.png" + subtitle: "ts.crstian.me" + tag: "TS3" tagstyle: "is-success" - url: "https://blog.fosc.space" - - name: "WIKI" - logo: "assets/tools/wikijs.png" - subtitle: "FOSC wiki" - tag: "Wiki" - tagstyle: "is-success" - url: "https://wiki.fosc.space" - - name: "Gallery" - logo: "assets/tools/lychee.png" - subtitle: "Photo Gallery" - tag: "Gallery" - tagstyle: "is-success" - url: "https://gallery.fosc.space" + 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" diff --git a/config2.yml b/config2.yml new file mode 100644 index 0000000..0c83526 --- /dev/null +++ b/config2.yml @@ -0,0 +1,108 @@ +--- +# Homepage configuration +# See https://fontawesome.com/icons for icons options + +title: "FOSC SERVICES" +subtitle: "" +logo: "assets/logo.png" +# icon: "fas fa-skull-crossbones" Optional icon +footer: '

Created with ❤️ with bulma, vuejs & font awesome // WEBSITE SOURCE CODE

' # set false if you want to hide it. + +# Optional message +message: + # url: https://.... + style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options. + title: "Hi !" + 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/" + +# 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: + - name: "File Sharing" + icon: "fas fa-share-alt" + items: + - name: "Transmission" + logo: "assets/tools/transmission.png" + subtitle: "We ar seeding a lot of linux distributions" + tag: "P2P" + tagstyle: "is-success" + url: "https://transmission.fosc.space/" + target: '_blank' # optional html a tag target attribute + - name: "Torrent Downloads" + logo: "assets/tools/caddy.svg" + subtitle: "Distros webserver" + tag: "WebServer" + target: '_blank' + tagstyle: "is-success" + url: "https://download.fosc.space/" + - name: "Nextcloud" + logo: "assets/tools/nextcloud.png" + subtitle: "Storage platform" + tag: "WebServer" + target: '_blank' + tagstyle: "is-success" + url: "https://download.fosc.space/" + - name: "Gitea" + logo: "assets/tools/gitea.png" + subtitle: "For Our Stolen Code " + tag: "Git" + target: '_blank' + tagstyle: "is-success" + url: "https://git.fosc.space/" + + - name: "Monitoring" + icon: "fas fa-heartbeat" + items: + - name: "Traefik" + logo: "assets/tools/traefik.png" + subtitle: "HTTP reverse proxy and load balancer" + tag: "Proxy" + url: "https://traefik.fosc.space" + - name: "Netdata Server" + logo: "assets/tools/logonetdata.png" + subtitle: "Real-time and health monitoring" + url: "https://netdata.fosc.space" + tag: "Stats" + - name: "Goaccess" + logo: "assets/tools/goaccess.png" + subtitle: "Server statistics" + tag: "elk" + url: "https://analytics.fosc.space" + - name: "Info" + icon: "fas fa-rocket" + items: + - name: "FreshRSS" + logo: "assets/tools/freshrss.png" + subtitle: "Self-hosted RSS feed aggregator" + tag: "RSS" + tagstyle: "is-success" + url: "https://rss.fosc.space" + - name: "BLOG" + logo: "assets/tools/bludit.png" + subtitle: "FOSC Blog" + tag: "Blog" + tagstyle: "is-success" + url: "https://blog.fosc.space" + - name: "WIKI" + logo: "assets/tools/wikijs.png" + subtitle: "FOSC wiki" + tag: "Wiki" + tagstyle: "is-success" + url: "https://wiki.fosc.space" + - name: "Gallery" + logo: "assets/tools/lychee.png" + subtitle: "Photo Gallery" + tag: "Gallery" + tagstyle: "is-success" + url: "https://gallery.fosc.space"