rename birdnet

This commit is contained in:
CanbiZ (MickLesk)
2026-03-25 10:27:09 +01:00
parent 9d21dfa112
commit c64a0c60ab
3 changed files with 21 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "BirdNET-Go",
"slug": "birdnet-go",
"name": "BirdNET",
"slug": "birdnet",
"categories": [
9
],
@@ -12,12 +12,12 @@
"documentation": "https://github.com/tphakala/birdnet-go/wiki",
"website": "https://github.com/tphakala/birdnet-go",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/birdnet-go.webp",
"config_path": "/opt/birdnet-go/data",
"config_path": "/opt/birdnet/data",
"description": "BirdNET-Go is an AI-powered solution for continuous avian monitoring and identification, providing 24/7 realtime bird song analysis.",
"install_methods": [
{
"type": "default",
"script": "ct/birdnet-go.sh",
"script": "ct/birdnet.sh",
"resources": {
"cpu": 4,
"ram": 2048,
@@ -37,7 +37,7 @@
"type": "warning"
},
{
"text": "Data and recordings are stored in `/opt/birdnet-go/data`.",
"text": "Data and recordings are stored in `/opt/birdnet/data`.",
"type": "info"
},
{
@@ -45,4 +45,4 @@
"type": "info"
}
]
}
}