Skip to content

Instantly share code, notes, and snippets.

View David-Lor's full-sized avatar
🐍
entro.py

David Lorenzo David-Lor

🐍
entro.py
  • Vigo/Galiza/Spain
  • 08:22 (UTC +02:00)
View GitHub Profile
@David-Lor
David-Lor / main.go
Created June 27, 2023 08:30
GoLang custom time.Duration to parse from JSON/YAML
package main
import (
"encoding/json"
"fmt"
"time"
)
type MyDuration time.Duration
@David-Lor
David-Lor / NavidromeDockerHealthcheck.md
Last active April 20, 2024 09:36
Navidrome Docker Healthcheck

This script validates Navidrome is running, by downloading a certain song and validating its MD5 checksum.