Update date in json (#11084)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
community-scripts-pr-app[bot]
2026-01-23 12:04:15 +00:00
committed by GitHub
parent 77e9e25d9f
commit 28af9ffdfc
+38 -38
View File
@@ -1,40 +1,40 @@
{ {
"name": "Dawarich", "name": "Dawarich",
"slug": "dawarich", "slug": "dawarich",
"categories": [ "categories": [
9 9
], ],
"date_created": "2026-01-16", "date_created": "2026-01-23",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 3000, "interface_port": 3000,
"documentation": "https://dawarich.app/docs", "documentation": "https://dawarich.app/docs",
"website": "https://dawarich.app/", "website": "https://dawarich.app/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/dawarich.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/dawarich.webp",
"config_path": "/opt/dawarich/.env", "config_path": "/opt/dawarich/.env",
"description": "Dawarich is a self-hosted alternative to Google Timeline (Google Maps Location History). It allows you to import your location history from Google Maps Timeline and Owntracks, view it on a map, and analyze your location data with statistics and visualizations.", "description": "Dawarich is a self-hosted alternative to Google Timeline (Google Maps Location History). It allows you to import your location history from Google Maps Timeline and Owntracks, view it on a map, and analyze your location data with statistics and visualizations.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/dawarich.sh", "script": "ct/dawarich.sh",
"resources": { "resources": {
"cpu": 4, "cpu": 4,
"ram": 4096, "ram": 4096,
"hdd": 15, "hdd": 15,
"os": "Debian", "os": "Debian",
"version": "13" "version": "13"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": "demo@dawarich.app", "username": "demo@dawarich.app",
"password": "password" "password": "password"
}, },
"notes": [ "notes": [
{ {
"text": "Default credentials: demo@dawarich.app / password - Change after first login!", "text": "Default credentials: demo@dawarich.app / password - Change after first login!",
"type": "warning" "type": "warning"
} }
] ]
} }