diff --git a/assets/media/selfhosted/music.png b/assets/media/selfhosted/music.png deleted file mode 100644 index 8536856..0000000 Binary files a/assets/media/selfhosted/music.png and /dev/null differ diff --git a/assets/media/selfhosted/music.webp b/assets/media/selfhosted/music.webp new file mode 100644 index 0000000..f1d9f17 Binary files /dev/null and b/assets/media/selfhosted/music.webp differ diff --git a/assets/media/selfhosted/uptime.webp b/assets/media/selfhosted/uptime.webp new file mode 100644 index 0000000..048d37e Binary files /dev/null and b/assets/media/selfhosted/uptime.webp differ diff --git a/content/post/online-tools/index.md b/content/post/online-tools/index.md index 46ad83f..b8f57b8 100644 --- a/content/post/online-tools/index.md +++ b/content/post/online-tools/index.md @@ -15,11 +15,15 @@ Sometimes you are simply stuck on a system where you can not install your own pr - [CyberChef](https://gchq.github.io/CyberChef) - CyberChef is a highly flexible tool allowing you to combine small programmable blocks, that can process and convert data that you may stumble upon. Hexdumping, Base64, Hashing, Compression, EXIF and much much more. - {{< icon name="bug" pack="fas" >}} Debugging +- [it-tools](https://it-tools.tech/) + - Collection of handy online tools for developers, with great UX. + - {{< icon name="bug" pack="fas" >}} Debugging - [Virus Total](https://www.virustotal.com/) - Provide a file or a URL and VirusTotal will scan the input using more than 70 different antivirus tools. - {{< icon name="file-alt" pack="fas" >}} Report - [SSL Labs](https://www.ssllabs.com/ssltest/) - Perform a detailed analysis of your SSL/TLS server configuration. Includes feedback on which settings to optimize to improve the security. + - {{< icon name="lock" pack="fas" >}} Report - [Mozilla Observatory](https://observatory.mozilla.org/) - Similar to SSL Labs, Mozilla Observatory analyzes and provides feedback on how to improve the site. - {{< icon name="file-alt" pack="fas" >}} Report diff --git a/content/selfhosted/music.md b/content/selfhosted/music.md index 64cb6d2..7c2f314 100644 --- a/content/selfhosted/music.md +++ b/content/selfhosted/music.md @@ -2,7 +2,7 @@ widget: hero headless: true title: "Music server" -hero_media: 'selfhosted/music.png' +hero_media: 'selfhosted/music.webp' cta: url: 'https://music.jcktrue.dk' label: Music diff --git a/content/selfhosted/uptime.md b/content/selfhosted/uptime.md new file mode 100644 index 0000000..ad0aca1 --- /dev/null +++ b/content/selfhosted/uptime.md @@ -0,0 +1,16 @@ +--- +widget: hero +headless: true +title: "Uptime" +hero_media: 'selfhosted/uptime.webp' +cta: + url: 'https://uptime.jcktrue.dk' + label: Uptime + icon_pack: fas + icon: chart-line +cta_alt: + url: 'https://uptime.kuma.pet/' + label: Uptime Kuma +cta_note: + label: 'A fancy self-hosted monitoring tool.' +---