From ce2b78b7c69221fe2084fdd25dee30793b51e910 Mon Sep 17 00:00:00 2001 From: sa6anw Date: Wed, 17 Apr 2024 19:53:07 +0000 Subject: [PATCH] smokeping --- docs/services/homelab.md | 1 + docs/services/netmaker.md | 2 +- docs/services/sa6anwse.md | 2 +- docs/services/smokeping.md | 43 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 docs/services/smokeping.md diff --git a/docs/services/homelab.md b/docs/services/homelab.md index 8dc76de..ff720f7 100644 --- a/docs/services/homelab.md +++ b/docs/services/homelab.md @@ -24,5 +24,6 @@ title: Home Lab - **[HedgeDoc](https://hedgedoc.sa6anw.se)** - **[Netmaker](https://dashboard.netmaker.sa6anw.se)** - **[vscode](https://code.sa6anw.se)** +- **[smokeping](https://smokeping.sa6anw.se)** Dessa tjänster är i första hand för mig och en och annan privilegierad vän. Vill du också bli en privilegierad vän? diff --git a/docs/services/netmaker.md b/docs/services/netmaker.md index a739738..3f8d43e 100644 --- a/docs/services/netmaker.md +++ b/docs/services/netmaker.md @@ -213,7 +213,7 @@ Jag har valt att bryta ut caddy så att jag kan köra fler tjänster med bara en Modifiera `docker-compose.yaml` på följande sätt -version: "3.4" + version: "3.4" services: netmaker: diff --git a/docs/services/sa6anwse.md b/docs/services/sa6anwse.md index a52ede9..80205ba 100644 --- a/docs/services/sa6anwse.md +++ b/docs/services/sa6anwse.md @@ -25,7 +25,7 @@ title: sa6anw.se Den är gjord med MKDocs och temat Material. Jag skriver sidan med code-server som är vscode med web-ui. Jag comittar allt till min git där DroneCI bygger och publicerar sidan anutomatiskt. \ No newline at end of file diff --git a/docs/services/smokeping.md b/docs/services/smokeping.md new file mode 100644 index 0000000..b17971f --- /dev/null +++ b/docs/services/smokeping.md @@ -0,0 +1,43 @@ +--- +title: sa6anw.se +--- + +
+ +``` + ______ __ __ ______ __ __ ________ _______ ______ __ __ ______ + /\ ____\ |\_\ /\_\ /\ ____\ |\_\ /\_\ |\ ______\ |\ _____\ |\ ____\ |\_\ |\_\ /\ ____\ +|\ $$$$$$\ | $$\ / $$ |\ $$$$$$\ | $$ / $$ | $$$$$$$$ | $$$$$$$\ \$$$$$$ | $$\ | $$ |\ $$$$$$\ +| $$___\$$ | $$$\ / $$$ | $$ | $$ | $$/ $$ | $$__ | $$__/ $$ | $$ | $$$\| $$ | $$ __\$$ + \$$ ___\ | $$$$\ $$$$ | $$ | $$ | $$ $$ | $$ _\ | $$ $$ | $$ | $$$$\ $$ | $$|\ __\ + _\$$$$$$\ | $$\$$ $$ $$ | $$ | $$ | $$$$$\ | $$$$$ | $$$$$$$ | $$ | $$\$$ $$ | $$ \$$$$ +|\_\__| $$ | $$ \$$$| $$ | $$__/\$$ | $$ \$$\ | $$_____ | $$ _| $$_ | $$ \$$$$ | $$__| $$ + \$$ __\$$ | $$ \$ | $$ \$$ _\ $$ | $$ \$$\ | $$ ____\ | $$ |\_\$$_\ | $$ \$$$ \$$ __\$$ + \$$$$$$ \$$ \$$ \$$$$$$ \$$ \$$ \$$$$$$$$ \$$ \$$$$$$ \$$ \$$ \$$$$$$ +``` +
+ +För att köra netnetmaker i ditt egna labb: +Skapa en `docker-compose.yaml` med följande innehåll +``` +--- +services: + smokeping: + image: lscr.io/linuxserver/smokeping:latest + container_name: smokeping + environment: + - PUID=1000 + - PGID=1000 + - TZ=Etc/UTC + - MASTER_URL=https://smokeping.sa6anw.se + - CACHE_DIR=/tmp #optional + volumes: + - ./config:/config + - ./data:/data + ports: + - 8002:80 + restart: unless-stopped + +``` +Sen är det bara att köra `docker-compose up -d` +