mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 14:05:54 +00:00
Merge pull request #1142 from johanngrobe/endurain
New script: endurain
This commit is contained in:
40
frontend/public/json/endurain.json
Normal file
40
frontend/public/json/endurain.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "Endurain",
|
||||
"slug": "endurain",
|
||||
"categories": [
|
||||
24
|
||||
],
|
||||
"date_created": "2025-11-23",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": 8080,
|
||||
"documentation": "https://docs.endurain.com/",
|
||||
"website": "https://github.com/joaovitoriasilva/endurain",
|
||||
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/endurain.webp",
|
||||
"config_path": "/opt/endurain/.env",
|
||||
"description": "Endurain is a self-hosted fitness tracking service designed to give users full control over their data and hosting environment. It's similar to Strava but focused on privacy and customization",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/endurain.sh",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 5,
|
||||
"os": "debian",
|
||||
"version": "13"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": "admin",
|
||||
"password": "admin"
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "When using a reverse proxy, edit `/opt/endurain/frontend/app/dist/env.js`.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user