2023-02-28 00:15:03 +00:00
|
|
|
name: smokeping
|
|
|
|
services:
|
2023-03-07 00:52:47 +00:00
|
|
|
smokeping:
|
|
|
|
environment:
|
|
|
|
PGID: "1000"
|
|
|
|
PUID: "1000"
|
|
|
|
TZ: Europe/London
|
|
|
|
image: linuxserver/smokeping:2.7.3
|
2023-03-07 18:15:13 +00:00
|
|
|
deploy:
|
|
|
|
resources:
|
|
|
|
reservations:
|
|
|
|
memory: 64M
|
2023-03-07 00:52:47 +00:00
|
|
|
network_mode: bridge
|
|
|
|
ports:
|
|
|
|
- target: 80
|
|
|
|
published: "80"
|
|
|
|
protocol: tcp
|
|
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
|
|
- type: bind
|
|
|
|
source: /DATA/AppData/smokeping/config
|
|
|
|
target: /config
|
|
|
|
- type: bind
|
|
|
|
source: /DATA/AppData/smokeping/data
|
|
|
|
target: /data
|
|
|
|
x-casaos:
|
2023-03-22 02:30:31 +00:00
|
|
|
author: CasaOS Team
|
2023-03-07 00:52:47 +00:00
|
|
|
category: Network
|
|
|
|
container:
|
|
|
|
envs:
|
2023-03-22 02:30:31 +00:00
|
|
|
- container: PUID
|
2023-03-07 00:52:47 +00:00
|
|
|
description:
|
|
|
|
en_US: ""
|
2023-03-22 02:30:31 +00:00
|
|
|
- container: PGID
|
2023-03-07 00:52:47 +00:00
|
|
|
description:
|
|
|
|
en_US: ""
|
2023-03-22 02:30:31 +00:00
|
|
|
- container: TZ
|
2023-03-07 00:52:47 +00:00
|
|
|
description:
|
|
|
|
en_US: ""
|
|
|
|
port_map: "80"
|
2023-02-28 00:15:03 +00:00
|
|
|
ports:
|
2023-03-22 02:30:31 +00:00
|
|
|
- container: "80"
|
2023-03-07 00:52:47 +00:00
|
|
|
description:
|
|
|
|
en_US: ""
|
2023-03-09 00:45:48 +00:00
|
|
|
|
2023-02-28 00:15:03 +00:00
|
|
|
volumes:
|
2023-03-22 02:30:31 +00:00
|
|
|
- container: /config
|
2023-03-07 00:52:47 +00:00
|
|
|
description:
|
|
|
|
en_US: ""
|
2023-03-22 02:30:31 +00:00
|
|
|
- container: /data
|
2023-02-28 00:15:03 +00:00
|
|
|
description:
|
2023-03-07 00:52:47 +00:00
|
|
|
en_US: ""
|
|
|
|
description:
|
2023-03-25 01:14:10 +00:00
|
|
|
en_US: keeps track of your network latency.
|
|
|
|
zh_CN: 用于跟踪您的网络延迟。
|
2023-03-07 00:52:47 +00:00
|
|
|
developer: Lazylibrarian Team
|
|
|
|
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/icon.png
|
|
|
|
screenshot_link:
|
|
|
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/screenshot-1.png
|
|
|
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/screenshot-2.png
|
|
|
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/screenshot-3.png
|
|
|
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/screenshot-4.png
|
|
|
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/screenshot-5.png
|
|
|
|
tagline:
|
|
|
|
en_US: Free open source network performance monitoring tool
|
2023-03-25 01:14:10 +00:00
|
|
|
zh_CN: 免费开源的网络性能监控工具
|
2023-03-07 00:52:47 +00:00
|
|
|
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/thumbnail.png
|
|
|
|
tips: {}
|
|
|
|
title:
|
|
|
|
en_US: Smokeping
|
2023-02-28 00:15:03 +00:00
|
|
|
x-casaos:
|
2023-03-07 00:52:47 +00:00
|
|
|
architectures:
|
|
|
|
- amd64
|
|
|
|
- arm
|
|
|
|
- arm64
|
|
|
|
main_app: smokeping
|