App Submission LibreSpeed (#609)

This commit is contained in:
Nathan Fretz 2023-05-31 22:50:58 -07:00 committed by GitHub
parent 93ccd8df3f
commit d3a5b8107e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 40 additions and 0 deletions

View File

View File

@ -0,0 +1,16 @@
version: "3.7"
services:
app_proxy:
environment:
APP_HOST: librespeed_server_1
APP_PORT: 80
server:
image: linuxserver/librespeed:5.2.5@sha256:e36685c1baae2afaa7e129001c4a6f37ecbc85d6e912457c7ec17a5cdc872dda
environment:
PUID: 1000
PGID: 1000
volumes:
- ${APP_DATA_DIR}/data/config:/config
restart: on-failure

24
librespeed/umbrel-app.yml Normal file
View File

@ -0,0 +1,24 @@
manifestVersion: 1
id: librespeed
category: Networking
name: LibreSpeed
version: "0.0.1"
tagline: Free and open source speedtest
description: >-
Free and open source speedtest. Measure internet speeds between your devices and your Umbrel.
developer: LibreSpeed
website: https://librespeed.org/
dependencies: []
repo: https://github.com/librespeed/speedtest
support: https://github.com/librespeed/speedtest/issues
port: 3009
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
path: ""
defaultUsername: ""
defaultPassword: ""
torOnly: false
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/609