Compare commits
2 Commits
80e4b63be3
...
f1150579b7
Author | SHA1 | Date | |
---|---|---|---|
f1150579b7 | |||
344d64051f |
BIN
assets/media/albums/sailingpics/138A3056.webp
Normal file
After Width: | Height: | Size: 151 KiB |
BIN
assets/media/albums/sailingpics/DH_DM_20170914_SH_DJI_0050.webp
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
assets/media/albums/sailingpics/DH_DM_20230826_SH__F6A4686.webp
Normal file
After Width: | Height: | Size: 529 KiB |
After Width: | Height: | Size: 720 KiB |
Before Width: | Height: | Size: 3.7 MiB |
BIN
assets/media/selfhosted/music.webp
Normal file
After Width: | Height: | Size: 295 KiB |
BIN
assets/media/selfhosted/uptime.webp
Normal file
After Width: | Height: | Size: 25 KiB |
@ -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
|
||||
|
@ -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
|
||||
|
16
content/selfhosted/uptime.md
Normal file
@ -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.'
|
||||
---
|