[GLOBAL] Initial commit

This commit is contained in:
Simon Cornet 2022-05-23 18:10:10 +02:00
commit c70a6ff984
54 changed files with 3059 additions and 0 deletions

27
config.toml Normal file
View File

@ -0,0 +1,27 @@
baseURL = "https://start.simoncor.net/"
languageCode = "en-us"
title = "Application Dashboard"
theme = "slate"
[ params ]
BackgroundImages = ["bg/02.jpg"]
BackgroundStyle = "#000000;"
OpenLinksInNewWindow = true
Favicon = "favicon.ico"
[[ params.nav ]]
name = "files"
tag = "files"
icon = "lock"
[[ params.nav ]]
name = "media"
tag = "media"
icon = "tv"
[[ params.nav ]]
name = "infra"
tag = "infra"
icon = "server"

131
data/links.yaml Normal file
View File

@ -0,0 +1,131 @@
---
tiles:
-
name: 'adguard'
url: 'https://adguard.siempie.com'
img: 'logos/adguard.png'
bg_color: '#191414'
txt_color: '#1db954'
tags: ['infra']
-
name: 'emby'
url: 'https://emby.siempie.com'
img: 'logos/emby.png'
bg_color: '#191414'
txt_color: '#1db954'
tags: ['media']
-
name: 'gateway'
url: 'https://gw.siempie.com'
img: 'logos/mikrotik.png'
bg_color: '#191414'
txt_color: '#1db954'
tags: ['infra']
-
name: 'google mail'
url: 'https://mail.google.com'
img: 'logos/google_mail.png'
bg_color: '#191414'
txt_color: '#1db954'
tags: ['files']
-
name: 'grafana'
url: 'https://grafana.siempie.com'
img: 'logos/grafana.png'
bg_color: '#191414'
txt_color: '#1db954'
tags: ['infra']
-
name: 'nextcloud'
url: 'https://nextcloud.siempie.com'
img: 'logos/nextcloud2.png'
bg_color: '#191414'
txt_color: '#1db954'
tags: ['files']
-
name: 'radarr'
url: 'https://radarr.siempie.com'
img: 'logos/radarr.png'
bg_color: '#191414'
txt_color: '#1db954'
tags: ['media']
-
name: 'roundcube'
url: 'https://mail.simoncor.net'
img: 'logos/roundcube.png'
bg_color: '#191414'
txt_color: '#1db954'
tags: ['files']
-
name: 'rundeck'
url: 'https://rundeck.siempie.com'
img: 'logos/rundeck.png'
bg_color: '#191414'
txt_color: '#1db954'
tags: ['infra']
-
name: 'sabnzbd'
url: 'https://sabnzbd.siempie.com'
img: 'logos/sabnzbd.png'
bg_color: '#191414'
txt_color: '#1db954'
tags: ['media']
-
name: 'sonarr'
url: 'https://sonarr.siempie.com'
img: 'logos/sonarr.png'
bg_color: '#191414'
txt_color: '#1db954'
tags: ['media']
-
name: 'splunk'
url: 'https://log.siempie.com'
img: 'logos/splunk.png'
bg_color: '#191414'
txt_color: '#1db954'
tags: ['infra']
-
name: 'spotify'
url: 'https://open.spotify.com'
img: 'logos/spotify.png'
bg_color: '#191414'
txt_color: '#1db954'
tags: ['media']
-
name: 'unifi'
url: 'https://unifi.siempie.com'
img: 'logos/unifi.png'
bg_color: '#191414'
txt_color: '#1db954'
tags: ['infra']
-
name: 'vault'
url: 'https://vault.simoncor.net'
img: 'logos/bitwarden.png'
bg_color: '#191414'
txt_color: '#1db954'
tags: ['files']
-
name: 'youtube'
url: 'https://youtube.com'
img: 'logos/youtube.png'
bg_color: '#191414'
txt_color: '#1db954'
tags: ['media']

BIN
public/bg/01.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 609 KiB

BIN
public/bg/02.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on Application Dashboard</title>
<link>https://start.simoncor.net/categories/</link>
<description>Recent content in Categories on Application Dashboard</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="https://start.simoncor.net/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

4
public/css/slate.css Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

176
public/index.html Normal file
View File

@ -0,0 +1,176 @@
<html>
<head>
<meta name="generator" content="Hugo 0.80.0" />
<title>Application Dashboard</title>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="css/slate.css">
</head>
<body style='background: #000000;;' data-backgrounds='bg/02.jpg,'>
<div class="nav-panel">
<nav>
<ul>
<li class="tag"><a data-tooltip="all" href="#"><i class="icon fa fa-th" aria-hidden="true"></i></a></li>
<li class="tag"><a data-tooltip="files" href="#files"><i class="icon fa fa-lock" aria-hidden="true"></i></a></li>
<li class="tag"><a data-tooltip="media" href="#media"><i class="icon fa fa-tv" aria-hidden="true"></i></a></li>
<li class="tag"><a data-tooltip="infra" href="#infra"><i class="icon fa fa-server" aria-hidden="true"></i></a></li>
</ul>
</nav>
</div>
<div class="container"><div class="tile-container">
<a class="tile tile-link" href="https://adguard.siempie.com" data-groups='infra' target="_blank">
<div class="tile-box"
data-title='adguard'
data-url='https://adguard.siempie.com'
data-bg-color='#191414'data-txt-color='#1db954'data-img='logos/adguard.png'style='background-color:#191414; color:#1db954'>
<img class="logo" src="logos/adguard.png"></img></div>
<div class="tile-title">adguard</div>
</a>
<a class="tile tile-link" href="https://emby.siempie.com" data-groups='media' target="_blank">
<div class="tile-box"
data-title='emby'
data-url='https://emby.siempie.com'
data-bg-color='#191414'data-txt-color='#1db954'data-img='logos/emby.png'style='background-color:#191414; color:#1db954'>
<img class="logo" src="logos/emby.png"></img></div>
<div class="tile-title">emby</div>
</a>
<a class="tile tile-link" href="https://gw.siempie.com" data-groups='infra' target="_blank">
<div class="tile-box"
data-title='gateway'
data-url='https://gw.siempie.com'
data-bg-color='#191414'data-txt-color='#1db954'data-img='logos/mikrotik.png'style='background-color:#191414; color:#1db954'>
<img class="logo" src="logos/mikrotik.png"></img></div>
<div class="tile-title">gateway</div>
</a>
<a class="tile tile-link" href="https://mail.google.com" data-groups='files' target="_blank">
<div class="tile-box"
data-title='google mail'
data-url='https://mail.google.com'
data-bg-color='#191414'data-txt-color='#1db954'data-img='logos/google_mail.png'style='background-color:#191414; color:#1db954'>
<img class="logo" src="logos/google_mail.png"></img></div>
<div class="tile-title">google mail</div>
</a>
<a class="tile tile-link" href="https://grafana.siempie.com" data-groups='infra' target="_blank">
<div class="tile-box"
data-title='grafana'
data-url='https://grafana.siempie.com'
data-bg-color='#191414'data-txt-color='#1db954'data-img='logos/grafana.png'style='background-color:#191414; color:#1db954'>
<img class="logo" src="logos/grafana.png"></img></div>
<div class="tile-title">grafana</div>
</a>
<a class="tile tile-link" href="https://nextcloud.siempie.com" data-groups='files' target="_blank">
<div class="tile-box"
data-title='nextcloud'
data-url='https://nextcloud.siempie.com'
data-bg-color='#191414'data-txt-color='#1db954'data-img='logos/nextcloud2.png'style='background-color:#191414; color:#1db954'>
<img class="logo" src="logos/nextcloud2.png"></img></div>
<div class="tile-title">nextcloud</div>
</a>
<a class="tile tile-link" href="https://radarr.siempie.com" data-groups='media' target="_blank">
<div class="tile-box"
data-title='radarr'
data-url='https://radarr.siempie.com'
data-bg-color='#191414'data-txt-color='#1db954'data-img='logos/radarr.png'style='background-color:#191414; color:#1db954'>
<img class="logo" src="logos/radarr.png"></img></div>
<div class="tile-title">radarr</div>
</a>
<a class="tile tile-link" href="https://mail.simoncor.net" data-groups='files' target="_blank">
<div class="tile-box"
data-title='roundcube'
data-url='https://mail.simoncor.net'
data-bg-color='#191414'data-txt-color='#1db954'data-img='logos/roundcube.png'style='background-color:#191414; color:#1db954'>
<img class="logo" src="logos/roundcube.png"></img></div>
<div class="tile-title">roundcube</div>
</a>
<a class="tile tile-link" href="https://rundeck.siempie.com" data-groups='infra' target="_blank">
<div class="tile-box"
data-title='rundeck'
data-url='https://rundeck.siempie.com'
data-bg-color='#191414'data-txt-color='#1db954'data-img='logos/rundeck.png'style='background-color:#191414; color:#1db954'>
<img class="logo" src="logos/rundeck.png"></img></div>
<div class="tile-title">rundeck</div>
</a>
<a class="tile tile-link" href="https://sabnzbd.siempie.com" data-groups='media' target="_blank">
<div class="tile-box"
data-title='sabnzbd'
data-url='https://sabnzbd.siempie.com'
data-bg-color='#191414'data-txt-color='#1db954'data-img='logos/sabnzbd.png'style='background-color:#191414; color:#1db954'>
<img class="logo" src="logos/sabnzbd.png"></img></div>
<div class="tile-title">sabnzbd</div>
</a>
<a class="tile tile-link" href="https://sonarr.siempie.com" data-groups='media' target="_blank">
<div class="tile-box"
data-title='sonarr'
data-url='https://sonarr.siempie.com'
data-bg-color='#191414'data-txt-color='#1db954'data-img='logos/sonarr.png'style='background-color:#191414; color:#1db954'>
<img class="logo" src="logos/sonarr.png"></img></div>
<div class="tile-title">sonarr</div>
</a>
<a class="tile tile-link" href="https://log.siempie.com" data-groups='infra' target="_blank">
<div class="tile-box"
data-title='splunk'
data-url='https://log.siempie.com'
data-bg-color='#191414'data-txt-color='#1db954'data-img='logos/splunk.png'style='background-color:#191414; color:#1db954'>
<img class="logo" src="logos/splunk.png"></img></div>
<div class="tile-title">splunk</div>
</a>
<a class="tile tile-link" href="https://open.spotify.com" data-groups='media' target="_blank">
<div class="tile-box"
data-title='spotify'
data-url='https://open.spotify.com'
data-bg-color='#191414'data-txt-color='#1db954'data-img='logos/spotify.png'style='background-color:#191414; color:#1db954'>
<img class="logo" src="logos/spotify.png"></img></div>
<div class="tile-title">spotify</div>
</a>
<a class="tile tile-link" href="https://unifi.siempie.com" data-groups='infra' target="_blank">
<div class="tile-box"
data-title='unifi'
data-url='https://unifi.siempie.com'
data-bg-color='#191414'data-txt-color='#1db954'data-img='logos/unifi.png'style='background-color:#191414; color:#1db954'>
<img class="logo" src="logos/unifi.png"></img></div>
<div class="tile-title">unifi</div>
</a>
<a class="tile tile-link" href="https://vault.simoncor.net" data-groups='files' target="_blank">
<div class="tile-box"
data-title='vault'
data-url='https://vault.simoncor.net'
data-bg-color='#191414'data-txt-color='#1db954'data-img='logos/bitwarden.png'style='background-color:#191414; color:#1db954'>
<img class="logo" src="logos/bitwarden.png"></img></div>
<div class="tile-title">vault</div>
</a>
<a class="tile tile-link" href="https://youtube.com" data-groups='media' target="_blank">
<div class="tile-box"
data-title='youtube'
data-url='https://youtube.com'
data-bg-color='#191414'data-txt-color='#1db954'data-img='logos/youtube.png'style='background-color:#191414; color:#1db954'>
<img class="logo" src="logos/youtube.png"></img></div>
<div class="tile-title">youtube</div>
</a>
</div>
</div>
</body>
<link href="https://fonts.googleapis.com/css?family=Exo" rel="stylesheet">
<script src="js/slate.js"></script>
</html>

10
public/index.xml Normal file
View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Application Dashboard</title>
<link>https://start.simoncor.net/</link>
<description>Recent content on Application Dashboard</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="https://start.simoncor.net/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

2
public/js/slate.js Normal file

File diff suppressed because one or more lines are too long

BIN
public/logos/adguard.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

BIN
public/logos/bitwarden.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
public/logos/emby.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
public/logos/grafana.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

BIN
public/logos/mikrotik.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
public/logos/nextcloud.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
public/logos/nextcloud2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
public/logos/radarr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

BIN
public/logos/roundcube.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
public/logos/rundeck.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

BIN
public/logos/sabnzbd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

BIN
public/logos/sonarr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

BIN
public/logos/splunk.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
public/logos/spotify.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
public/logos/unifi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
public/logos/youtube.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

17
public/sitemap.xml Normal file
View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://start.simoncor.net/</loc>
</url>
<url>
<loc>https://start.simoncor.net/categories/</loc>
</url>
<url>
<loc>https://start.simoncor.net/tags/</loc>
</url>
</urlset>

10
public/tags/index.xml Normal file
View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tags on Application Dashboard</title>
<link>https://start.simoncor.net/tags/</link>
<description>Recent content in Tags on Application Dashboard</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="https://start.simoncor.net/tags/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

BIN
static/bg/01.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 609 KiB

BIN
static/bg/02.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
static/logos/adguard.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

BIN
static/logos/bitwarden.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
static/logos/emby.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
static/logos/grafana.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

BIN
static/logos/mikrotik.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
static/logos/nextcloud.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
static/logos/nextcloud2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
static/logos/radarr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

BIN
static/logos/roundcube.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
static/logos/rundeck.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

BIN
static/logos/sabnzbd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

BIN
static/logos/sonarr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

BIN
static/logos/splunk.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
static/logos/spotify.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
static/logos/unifi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
static/logos/youtube.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

1
themes/slate Submodule

@ -0,0 +1 @@
Subproject commit 98b2feb2d0f785ab0ce31ba3fe9a3530b4ca0a6a