UI updates to better position map for building dots
This commit is contained in:
parent
d11837e449
commit
34ef38a949
@ -4,6 +4,6 @@ export const CONFIG = {
|
|||||||
DEFAULT_LNG: parseFloat(document.querySelector('meta[name="default-lng"]')?.content) || -113.4938,
|
DEFAULT_LNG: parseFloat(document.querySelector('meta[name="default-lng"]')?.content) || -113.4938,
|
||||||
DEFAULT_ZOOM: parseInt(document.querySelector('meta[name="default-zoom"]')?.content) || 11,
|
DEFAULT_ZOOM: parseInt(document.querySelector('meta[name="default-zoom"]')?.content) || 11,
|
||||||
REFRESH_INTERVAL: 30000, // 30 seconds
|
REFRESH_INTERVAL: 30000, // 30 seconds
|
||||||
MAX_ZOOM: 19,
|
MAX_ZOOM: 20,
|
||||||
MIN_ZOOM: 2
|
MIN_ZOOM: 2
|
||||||
};
|
};
|
||||||
|
|||||||
@ -20,7 +20,7 @@ export function getUserLocation() {
|
|||||||
const lng = position.coords.longitude;
|
const lng = position.coords.longitude;
|
||||||
|
|
||||||
// Center map on user location
|
// Center map on user location
|
||||||
map.setView([lat, lng], 15);
|
map.setView([lat, lng], 19);
|
||||||
|
|
||||||
// Add or update user location marker
|
// Add or update user location marker
|
||||||
if (userLocationMarker) {
|
if (userLocationMarker) {
|
||||||
|
|||||||
@ -7,10 +7,10 @@
|
|||||||
"stars_count": 0,
|
"stars_count": 0,
|
||||||
"forks_count": 0,
|
"forks_count": 0,
|
||||||
"open_issues_count": 0,
|
"open_issues_count": 0,
|
||||||
"updated_at": "2025-07-07T15:58:13-06:00",
|
"updated_at": "2025-07-09T10:05:43-06:00",
|
||||||
"created_at": "2025-05-28T14:54:59-06:00",
|
"created_at": "2025-05-28T14:54:59-06:00",
|
||||||
"clone_url": "https://gitea.bnkops.com/admin/changemaker.lite.git",
|
"clone_url": "https://gitea.bnkops.com/admin/changemaker.lite.git",
|
||||||
"ssh_url": "git@gitea.bnkops.com:admin/changemaker.lite.git",
|
"ssh_url": "git@gitea.bnkops.com:admin/changemaker.lite.git",
|
||||||
"default_branch": "main",
|
"default_branch": "main",
|
||||||
"last_build_update": "2025-07-07T15:58:13-06:00"
|
"last_build_update": "2025-07-09T10:05:43-06:00"
|
||||||
}
|
}
|
||||||
@ -4,13 +4,13 @@
|
|||||||
"description": "Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.",
|
"description": "Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.",
|
||||||
"html_url": "https://github.com/anthropics/claude-code",
|
"html_url": "https://github.com/anthropics/claude-code",
|
||||||
"language": "PowerShell",
|
"language": "PowerShell",
|
||||||
"stars_count": 17938,
|
"stars_count": 18337,
|
||||||
"forks_count": 1003,
|
"forks_count": 1036,
|
||||||
"open_issues_count": 1667,
|
"open_issues_count": 1716,
|
||||||
"updated_at": "2025-07-07T22:23:57Z",
|
"updated_at": "2025-07-09T18:07:38Z",
|
||||||
"created_at": "2025-02-22T17:41:21Z",
|
"created_at": "2025-02-22T17:41:21Z",
|
||||||
"clone_url": "https://github.com/anthropics/claude-code.git",
|
"clone_url": "https://github.com/anthropics/claude-code.git",
|
||||||
"ssh_url": "git@github.com:anthropics/claude-code.git",
|
"ssh_url": "git@github.com:anthropics/claude-code.git",
|
||||||
"default_branch": "main",
|
"default_branch": "main",
|
||||||
"last_build_update": "2025-07-03T21:09:58Z"
|
"last_build_update": "2025-07-08T23:54:59Z"
|
||||||
}
|
}
|
||||||
@ -4,13 +4,13 @@
|
|||||||
"description": "VS Code in the browser",
|
"description": "VS Code in the browser",
|
||||||
"html_url": "https://github.com/coder/code-server",
|
"html_url": "https://github.com/coder/code-server",
|
||||||
"language": "TypeScript",
|
"language": "TypeScript",
|
||||||
"stars_count": 72753,
|
"stars_count": 72787,
|
||||||
"forks_count": 6082,
|
"forks_count": 6085,
|
||||||
"open_issues_count": 142,
|
"open_issues_count": 141,
|
||||||
"updated_at": "2025-07-07T22:17:33Z",
|
"updated_at": "2025-07-09T18:03:17Z",
|
||||||
"created_at": "2019-02-27T16:50:41Z",
|
"created_at": "2019-02-27T16:50:41Z",
|
||||||
"clone_url": "https://github.com/coder/code-server.git",
|
"clone_url": "https://github.com/coder/code-server.git",
|
||||||
"ssh_url": "git@github.com:coder/code-server.git",
|
"ssh_url": "git@github.com:coder/code-server.git",
|
||||||
"default_branch": "main",
|
"default_branch": "main",
|
||||||
"last_build_update": "2025-07-01T13:04:15Z"
|
"last_build_update": "2025-07-07T22:42:20Z"
|
||||||
}
|
}
|
||||||
@ -4,13 +4,13 @@
|
|||||||
"description": "A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.",
|
"description": "A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.",
|
||||||
"html_url": "https://github.com/gethomepage/homepage",
|
"html_url": "https://github.com/gethomepage/homepage",
|
||||||
"language": "JavaScript",
|
"language": "JavaScript",
|
||||||
"stars_count": 24682,
|
"stars_count": 24724,
|
||||||
"forks_count": 1529,
|
"forks_count": 1531,
|
||||||
"open_issues_count": 2,
|
"open_issues_count": 2,
|
||||||
"updated_at": "2025-07-07T21:37:26Z",
|
"updated_at": "2025-07-09T17:54:01Z",
|
||||||
"created_at": "2022-08-24T07:29:42Z",
|
"created_at": "2022-08-24T07:29:42Z",
|
||||||
"clone_url": "https://github.com/gethomepage/homepage.git",
|
"clone_url": "https://github.com/gethomepage/homepage.git",
|
||||||
"ssh_url": "git@github.com:gethomepage/homepage.git",
|
"ssh_url": "git@github.com:gethomepage/homepage.git",
|
||||||
"default_branch": "dev",
|
"default_branch": "dev",
|
||||||
"last_build_update": "2025-07-07T16:29:48Z"
|
"last_build_update": "2025-07-09T12:14:38Z"
|
||||||
}
|
}
|
||||||
@ -4,13 +4,13 @@
|
|||||||
"description": "Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD",
|
"description": "Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD",
|
||||||
"html_url": "https://github.com/go-gitea/gitea",
|
"html_url": "https://github.com/go-gitea/gitea",
|
||||||
"language": "Go",
|
"language": "Go",
|
||||||
"stars_count": 49423,
|
"stars_count": 49480,
|
||||||
"forks_count": 5899,
|
"forks_count": 5907,
|
||||||
"open_issues_count": 2708,
|
"open_issues_count": 2718,
|
||||||
"updated_at": "2025-07-07T21:39:22Z",
|
"updated_at": "2025-07-09T17:44:45Z",
|
||||||
"created_at": "2016-11-01T02:13:26Z",
|
"created_at": "2016-11-01T02:13:26Z",
|
||||||
"clone_url": "https://github.com/go-gitea/gitea.git",
|
"clone_url": "https://github.com/go-gitea/gitea.git",
|
||||||
"ssh_url": "git@github.com:go-gitea/gitea.git",
|
"ssh_url": "git@github.com:go-gitea/gitea.git",
|
||||||
"default_branch": "main",
|
"default_branch": "main",
|
||||||
"last_build_update": "2025-07-07T10:43:58Z"
|
"last_build_update": "2025-07-09T17:20:44Z"
|
||||||
}
|
}
|
||||||
@ -4,10 +4,10 @@
|
|||||||
"description": "High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.",
|
"description": "High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.",
|
||||||
"html_url": "https://github.com/knadh/listmonk",
|
"html_url": "https://github.com/knadh/listmonk",
|
||||||
"language": "Go",
|
"language": "Go",
|
||||||
"stars_count": 17275,
|
"stars_count": 17286,
|
||||||
"forks_count": 1664,
|
"forks_count": 1666,
|
||||||
"open_issues_count": 96,
|
"open_issues_count": 97,
|
||||||
"updated_at": "2025-07-07T20:34:30Z",
|
"updated_at": "2025-07-09T11:15:22Z",
|
||||||
"created_at": "2019-06-26T05:08:39Z",
|
"created_at": "2019-06-26T05:08:39Z",
|
||||||
"clone_url": "https://github.com/knadh/listmonk.git",
|
"clone_url": "https://github.com/knadh/listmonk.git",
|
||||||
"ssh_url": "git@github.com:knadh/listmonk.git",
|
"ssh_url": "git@github.com:knadh/listmonk.git",
|
||||||
|
|||||||
@ -4,10 +4,10 @@
|
|||||||
"description": "Create & scan cute qr codes easily \ud83d\udc7e",
|
"description": "Create & scan cute qr codes easily \ud83d\udc7e",
|
||||||
"html_url": "https://github.com/lyqht/mini-qr",
|
"html_url": "https://github.com/lyqht/mini-qr",
|
||||||
"language": "Vue",
|
"language": "Vue",
|
||||||
"stars_count": 1261,
|
"stars_count": 1267,
|
||||||
"forks_count": 167,
|
"forks_count": 170,
|
||||||
"open_issues_count": 13,
|
"open_issues_count": 13,
|
||||||
"updated_at": "2025-07-07T12:39:47Z",
|
"updated_at": "2025-07-09T10:36:11Z",
|
||||||
"created_at": "2023-04-21T14:20:14Z",
|
"created_at": "2023-04-21T14:20:14Z",
|
||||||
"clone_url": "https://github.com/lyqht/mini-qr.git",
|
"clone_url": "https://github.com/lyqht/mini-qr.git",
|
||||||
"ssh_url": "git@github.com:lyqht/mini-qr.git",
|
"ssh_url": "git@github.com:lyqht/mini-qr.git",
|
||||||
|
|||||||
@ -4,13 +4,13 @@
|
|||||||
"description": "Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.",
|
"description": "Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.",
|
||||||
"html_url": "https://github.com/n8n-io/n8n",
|
"html_url": "https://github.com/n8n-io/n8n",
|
||||||
"language": "TypeScript",
|
"language": "TypeScript",
|
||||||
"stars_count": 115814,
|
"stars_count": 116504,
|
||||||
"forks_count": 34354,
|
"forks_count": 34696,
|
||||||
"open_issues_count": 1083,
|
"open_issues_count": 1082,
|
||||||
"updated_at": "2025-07-07T22:23:56Z",
|
"updated_at": "2025-07-09T18:20:34Z",
|
||||||
"created_at": "2019-06-22T09:24:21Z",
|
"created_at": "2019-06-22T09:24:21Z",
|
||||||
"clone_url": "https://github.com/n8n-io/n8n.git",
|
"clone_url": "https://github.com/n8n-io/n8n.git",
|
||||||
"ssh_url": "git@github.com:n8n-io/n8n.git",
|
"ssh_url": "git@github.com:n8n-io/n8n.git",
|
||||||
"default_branch": "master",
|
"default_branch": "master",
|
||||||
"last_build_update": "2025-07-07T21:32:06Z"
|
"last_build_update": "2025-07-09T17:42:38Z"
|
||||||
}
|
}
|
||||||
@ -4,13 +4,13 @@
|
|||||||
"description": "\ud83d\udd25 \ud83d\udd25 \ud83d\udd25 Open Source Airtable Alternative",
|
"description": "\ud83d\udd25 \ud83d\udd25 \ud83d\udd25 Open Source Airtable Alternative",
|
||||||
"html_url": "https://github.com/nocodb/nocodb",
|
"html_url": "https://github.com/nocodb/nocodb",
|
||||||
"language": "TypeScript",
|
"language": "TypeScript",
|
||||||
"stars_count": 55626,
|
"stars_count": 55663,
|
||||||
"forks_count": 3999,
|
"forks_count": 4001,
|
||||||
"open_issues_count": 719,
|
"open_issues_count": 721,
|
||||||
"updated_at": "2025-07-07T20:11:00Z",
|
"updated_at": "2025-07-09T17:35:07Z",
|
||||||
"created_at": "2017-10-29T18:51:48Z",
|
"created_at": "2017-10-29T18:51:48Z",
|
||||||
"clone_url": "https://github.com/nocodb/nocodb.git",
|
"clone_url": "https://github.com/nocodb/nocodb.git",
|
||||||
"ssh_url": "git@github.com:nocodb/nocodb.git",
|
"ssh_url": "git@github.com:nocodb/nocodb.git",
|
||||||
"default_branch": "develop",
|
"default_branch": "develop",
|
||||||
"last_build_update": "2025-07-07T18:36:58Z"
|
"last_build_update": "2025-07-09T16:52:35Z"
|
||||||
}
|
}
|
||||||
@ -4,13 +4,13 @@
|
|||||||
"description": "Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 3, Mistral Small 3.1 and other large language models.",
|
"description": "Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 3, Mistral Small 3.1 and other large language models.",
|
||||||
"html_url": "https://github.com/ollama/ollama",
|
"html_url": "https://github.com/ollama/ollama",
|
||||||
"language": "Go",
|
"language": "Go",
|
||||||
"stars_count": 145823,
|
"stars_count": 146031,
|
||||||
"forks_count": 12312,
|
"forks_count": 12333,
|
||||||
"open_issues_count": 1861,
|
"open_issues_count": 1863,
|
||||||
"updated_at": "2025-07-07T22:10:39Z",
|
"updated_at": "2025-07-09T18:02:44Z",
|
||||||
"created_at": "2023-06-26T19:39:32Z",
|
"created_at": "2023-06-26T19:39:32Z",
|
||||||
"clone_url": "https://github.com/ollama/ollama.git",
|
"clone_url": "https://github.com/ollama/ollama.git",
|
||||||
"ssh_url": "git@github.com:ollama/ollama.git",
|
"ssh_url": "git@github.com:ollama/ollama.git",
|
||||||
"default_branch": "main",
|
"default_branch": "main",
|
||||||
"last_build_update": "2025-07-07T21:44:26Z"
|
"last_build_update": "2025-07-09T17:35:32Z"
|
||||||
}
|
}
|
||||||
@ -4,13 +4,13 @@
|
|||||||
"description": "Documentation that simply works",
|
"description": "Documentation that simply works",
|
||||||
"html_url": "https://github.com/squidfunk/mkdocs-material",
|
"html_url": "https://github.com/squidfunk/mkdocs-material",
|
||||||
"language": "Python",
|
"language": "Python",
|
||||||
"stars_count": 23818,
|
"stars_count": 23837,
|
||||||
"forks_count": 3795,
|
"forks_count": 3800,
|
||||||
"open_issues_count": 6,
|
"open_issues_count": 5,
|
||||||
"updated_at": "2025-07-07T17:51:29Z",
|
"updated_at": "2025-07-09T16:55:49Z",
|
||||||
"created_at": "2016-01-28T22:09:23Z",
|
"created_at": "2016-01-28T22:09:23Z",
|
||||||
"clone_url": "https://github.com/squidfunk/mkdocs-material.git",
|
"clone_url": "https://github.com/squidfunk/mkdocs-material.git",
|
||||||
"ssh_url": "git@github.com:squidfunk/mkdocs-material.git",
|
"ssh_url": "git@github.com:squidfunk/mkdocs-material.git",
|
||||||
"default_branch": "master",
|
"default_branch": "master",
|
||||||
"last_build_update": "2025-07-02T16:12:25Z"
|
"last_build_update": "2025-07-08T07:28:49Z"
|
||||||
}
|
}
|
||||||
@ -7,10 +7,10 @@
|
|||||||
"stars_count": 0,
|
"stars_count": 0,
|
||||||
"forks_count": 0,
|
"forks_count": 0,
|
||||||
"open_issues_count": 0,
|
"open_issues_count": 0,
|
||||||
"updated_at": "2025-07-07T15:58:13-06:00",
|
"updated_at": "2025-07-09T10:05:43-06:00",
|
||||||
"created_at": "2025-05-28T14:54:59-06:00",
|
"created_at": "2025-05-28T14:54:59-06:00",
|
||||||
"clone_url": "https://gitea.bnkops.com/admin/changemaker.lite.git",
|
"clone_url": "https://gitea.bnkops.com/admin/changemaker.lite.git",
|
||||||
"ssh_url": "git@gitea.bnkops.com:admin/changemaker.lite.git",
|
"ssh_url": "git@gitea.bnkops.com:admin/changemaker.lite.git",
|
||||||
"default_branch": "main",
|
"default_branch": "main",
|
||||||
"last_build_update": "2025-07-07T15:58:13-06:00"
|
"last_build_update": "2025-07-09T10:05:43-06:00"
|
||||||
}
|
}
|
||||||
@ -4,13 +4,13 @@
|
|||||||
"description": "Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.",
|
"description": "Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.",
|
||||||
"html_url": "https://github.com/anthropics/claude-code",
|
"html_url": "https://github.com/anthropics/claude-code",
|
||||||
"language": "PowerShell",
|
"language": "PowerShell",
|
||||||
"stars_count": 17938,
|
"stars_count": 18337,
|
||||||
"forks_count": 1003,
|
"forks_count": 1036,
|
||||||
"open_issues_count": 1667,
|
"open_issues_count": 1716,
|
||||||
"updated_at": "2025-07-07T22:23:57Z",
|
"updated_at": "2025-07-09T18:07:38Z",
|
||||||
"created_at": "2025-02-22T17:41:21Z",
|
"created_at": "2025-02-22T17:41:21Z",
|
||||||
"clone_url": "https://github.com/anthropics/claude-code.git",
|
"clone_url": "https://github.com/anthropics/claude-code.git",
|
||||||
"ssh_url": "git@github.com:anthropics/claude-code.git",
|
"ssh_url": "git@github.com:anthropics/claude-code.git",
|
||||||
"default_branch": "main",
|
"default_branch": "main",
|
||||||
"last_build_update": "2025-07-03T21:09:58Z"
|
"last_build_update": "2025-07-08T23:54:59Z"
|
||||||
}
|
}
|
||||||
@ -4,13 +4,13 @@
|
|||||||
"description": "VS Code in the browser",
|
"description": "VS Code in the browser",
|
||||||
"html_url": "https://github.com/coder/code-server",
|
"html_url": "https://github.com/coder/code-server",
|
||||||
"language": "TypeScript",
|
"language": "TypeScript",
|
||||||
"stars_count": 72753,
|
"stars_count": 72787,
|
||||||
"forks_count": 6082,
|
"forks_count": 6085,
|
||||||
"open_issues_count": 142,
|
"open_issues_count": 141,
|
||||||
"updated_at": "2025-07-07T22:17:33Z",
|
"updated_at": "2025-07-09T18:03:17Z",
|
||||||
"created_at": "2019-02-27T16:50:41Z",
|
"created_at": "2019-02-27T16:50:41Z",
|
||||||
"clone_url": "https://github.com/coder/code-server.git",
|
"clone_url": "https://github.com/coder/code-server.git",
|
||||||
"ssh_url": "git@github.com:coder/code-server.git",
|
"ssh_url": "git@github.com:coder/code-server.git",
|
||||||
"default_branch": "main",
|
"default_branch": "main",
|
||||||
"last_build_update": "2025-07-01T13:04:15Z"
|
"last_build_update": "2025-07-07T22:42:20Z"
|
||||||
}
|
}
|
||||||
@ -4,13 +4,13 @@
|
|||||||
"description": "A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.",
|
"description": "A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.",
|
||||||
"html_url": "https://github.com/gethomepage/homepage",
|
"html_url": "https://github.com/gethomepage/homepage",
|
||||||
"language": "JavaScript",
|
"language": "JavaScript",
|
||||||
"stars_count": 24682,
|
"stars_count": 24724,
|
||||||
"forks_count": 1529,
|
"forks_count": 1531,
|
||||||
"open_issues_count": 2,
|
"open_issues_count": 2,
|
||||||
"updated_at": "2025-07-07T21:37:26Z",
|
"updated_at": "2025-07-09T17:54:01Z",
|
||||||
"created_at": "2022-08-24T07:29:42Z",
|
"created_at": "2022-08-24T07:29:42Z",
|
||||||
"clone_url": "https://github.com/gethomepage/homepage.git",
|
"clone_url": "https://github.com/gethomepage/homepage.git",
|
||||||
"ssh_url": "git@github.com:gethomepage/homepage.git",
|
"ssh_url": "git@github.com:gethomepage/homepage.git",
|
||||||
"default_branch": "dev",
|
"default_branch": "dev",
|
||||||
"last_build_update": "2025-07-07T16:29:48Z"
|
"last_build_update": "2025-07-09T12:14:38Z"
|
||||||
}
|
}
|
||||||
@ -4,13 +4,13 @@
|
|||||||
"description": "Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD",
|
"description": "Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD",
|
||||||
"html_url": "https://github.com/go-gitea/gitea",
|
"html_url": "https://github.com/go-gitea/gitea",
|
||||||
"language": "Go",
|
"language": "Go",
|
||||||
"stars_count": 49423,
|
"stars_count": 49480,
|
||||||
"forks_count": 5899,
|
"forks_count": 5907,
|
||||||
"open_issues_count": 2708,
|
"open_issues_count": 2718,
|
||||||
"updated_at": "2025-07-07T21:39:22Z",
|
"updated_at": "2025-07-09T17:44:45Z",
|
||||||
"created_at": "2016-11-01T02:13:26Z",
|
"created_at": "2016-11-01T02:13:26Z",
|
||||||
"clone_url": "https://github.com/go-gitea/gitea.git",
|
"clone_url": "https://github.com/go-gitea/gitea.git",
|
||||||
"ssh_url": "git@github.com:go-gitea/gitea.git",
|
"ssh_url": "git@github.com:go-gitea/gitea.git",
|
||||||
"default_branch": "main",
|
"default_branch": "main",
|
||||||
"last_build_update": "2025-07-07T10:43:58Z"
|
"last_build_update": "2025-07-09T17:20:44Z"
|
||||||
}
|
}
|
||||||
@ -4,10 +4,10 @@
|
|||||||
"description": "High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.",
|
"description": "High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.",
|
||||||
"html_url": "https://github.com/knadh/listmonk",
|
"html_url": "https://github.com/knadh/listmonk",
|
||||||
"language": "Go",
|
"language": "Go",
|
||||||
"stars_count": 17275,
|
"stars_count": 17286,
|
||||||
"forks_count": 1664,
|
"forks_count": 1666,
|
||||||
"open_issues_count": 96,
|
"open_issues_count": 97,
|
||||||
"updated_at": "2025-07-07T20:34:30Z",
|
"updated_at": "2025-07-09T11:15:22Z",
|
||||||
"created_at": "2019-06-26T05:08:39Z",
|
"created_at": "2019-06-26T05:08:39Z",
|
||||||
"clone_url": "https://github.com/knadh/listmonk.git",
|
"clone_url": "https://github.com/knadh/listmonk.git",
|
||||||
"ssh_url": "git@github.com:knadh/listmonk.git",
|
"ssh_url": "git@github.com:knadh/listmonk.git",
|
||||||
|
|||||||
@ -4,10 +4,10 @@
|
|||||||
"description": "Create & scan cute qr codes easily \ud83d\udc7e",
|
"description": "Create & scan cute qr codes easily \ud83d\udc7e",
|
||||||
"html_url": "https://github.com/lyqht/mini-qr",
|
"html_url": "https://github.com/lyqht/mini-qr",
|
||||||
"language": "Vue",
|
"language": "Vue",
|
||||||
"stars_count": 1261,
|
"stars_count": 1267,
|
||||||
"forks_count": 167,
|
"forks_count": 170,
|
||||||
"open_issues_count": 13,
|
"open_issues_count": 13,
|
||||||
"updated_at": "2025-07-07T12:39:47Z",
|
"updated_at": "2025-07-09T10:36:11Z",
|
||||||
"created_at": "2023-04-21T14:20:14Z",
|
"created_at": "2023-04-21T14:20:14Z",
|
||||||
"clone_url": "https://github.com/lyqht/mini-qr.git",
|
"clone_url": "https://github.com/lyqht/mini-qr.git",
|
||||||
"ssh_url": "git@github.com:lyqht/mini-qr.git",
|
"ssh_url": "git@github.com:lyqht/mini-qr.git",
|
||||||
|
|||||||
@ -4,13 +4,13 @@
|
|||||||
"description": "Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.",
|
"description": "Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.",
|
||||||
"html_url": "https://github.com/n8n-io/n8n",
|
"html_url": "https://github.com/n8n-io/n8n",
|
||||||
"language": "TypeScript",
|
"language": "TypeScript",
|
||||||
"stars_count": 115814,
|
"stars_count": 116504,
|
||||||
"forks_count": 34354,
|
"forks_count": 34696,
|
||||||
"open_issues_count": 1083,
|
"open_issues_count": 1082,
|
||||||
"updated_at": "2025-07-07T22:23:56Z",
|
"updated_at": "2025-07-09T18:20:34Z",
|
||||||
"created_at": "2019-06-22T09:24:21Z",
|
"created_at": "2019-06-22T09:24:21Z",
|
||||||
"clone_url": "https://github.com/n8n-io/n8n.git",
|
"clone_url": "https://github.com/n8n-io/n8n.git",
|
||||||
"ssh_url": "git@github.com:n8n-io/n8n.git",
|
"ssh_url": "git@github.com:n8n-io/n8n.git",
|
||||||
"default_branch": "master",
|
"default_branch": "master",
|
||||||
"last_build_update": "2025-07-07T21:32:06Z"
|
"last_build_update": "2025-07-09T17:42:38Z"
|
||||||
}
|
}
|
||||||
@ -4,13 +4,13 @@
|
|||||||
"description": "\ud83d\udd25 \ud83d\udd25 \ud83d\udd25 Open Source Airtable Alternative",
|
"description": "\ud83d\udd25 \ud83d\udd25 \ud83d\udd25 Open Source Airtable Alternative",
|
||||||
"html_url": "https://github.com/nocodb/nocodb",
|
"html_url": "https://github.com/nocodb/nocodb",
|
||||||
"language": "TypeScript",
|
"language": "TypeScript",
|
||||||
"stars_count": 55626,
|
"stars_count": 55663,
|
||||||
"forks_count": 3999,
|
"forks_count": 4001,
|
||||||
"open_issues_count": 719,
|
"open_issues_count": 721,
|
||||||
"updated_at": "2025-07-07T20:11:00Z",
|
"updated_at": "2025-07-09T17:35:07Z",
|
||||||
"created_at": "2017-10-29T18:51:48Z",
|
"created_at": "2017-10-29T18:51:48Z",
|
||||||
"clone_url": "https://github.com/nocodb/nocodb.git",
|
"clone_url": "https://github.com/nocodb/nocodb.git",
|
||||||
"ssh_url": "git@github.com:nocodb/nocodb.git",
|
"ssh_url": "git@github.com:nocodb/nocodb.git",
|
||||||
"default_branch": "develop",
|
"default_branch": "develop",
|
||||||
"last_build_update": "2025-07-07T18:36:58Z"
|
"last_build_update": "2025-07-09T16:52:35Z"
|
||||||
}
|
}
|
||||||
@ -4,13 +4,13 @@
|
|||||||
"description": "Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 3, Mistral Small 3.1 and other large language models.",
|
"description": "Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 3, Mistral Small 3.1 and other large language models.",
|
||||||
"html_url": "https://github.com/ollama/ollama",
|
"html_url": "https://github.com/ollama/ollama",
|
||||||
"language": "Go",
|
"language": "Go",
|
||||||
"stars_count": 145823,
|
"stars_count": 146031,
|
||||||
"forks_count": 12312,
|
"forks_count": 12333,
|
||||||
"open_issues_count": 1861,
|
"open_issues_count": 1863,
|
||||||
"updated_at": "2025-07-07T22:10:39Z",
|
"updated_at": "2025-07-09T18:02:44Z",
|
||||||
"created_at": "2023-06-26T19:39:32Z",
|
"created_at": "2023-06-26T19:39:32Z",
|
||||||
"clone_url": "https://github.com/ollama/ollama.git",
|
"clone_url": "https://github.com/ollama/ollama.git",
|
||||||
"ssh_url": "git@github.com:ollama/ollama.git",
|
"ssh_url": "git@github.com:ollama/ollama.git",
|
||||||
"default_branch": "main",
|
"default_branch": "main",
|
||||||
"last_build_update": "2025-07-07T21:44:26Z"
|
"last_build_update": "2025-07-09T17:35:32Z"
|
||||||
}
|
}
|
||||||
@ -4,13 +4,13 @@
|
|||||||
"description": "Documentation that simply works",
|
"description": "Documentation that simply works",
|
||||||
"html_url": "https://github.com/squidfunk/mkdocs-material",
|
"html_url": "https://github.com/squidfunk/mkdocs-material",
|
||||||
"language": "Python",
|
"language": "Python",
|
||||||
"stars_count": 23818,
|
"stars_count": 23837,
|
||||||
"forks_count": 3795,
|
"forks_count": 3800,
|
||||||
"open_issues_count": 6,
|
"open_issues_count": 5,
|
||||||
"updated_at": "2025-07-07T17:51:29Z",
|
"updated_at": "2025-07-09T16:55:49Z",
|
||||||
"created_at": "2016-01-28T22:09:23Z",
|
"created_at": "2016-01-28T22:09:23Z",
|
||||||
"clone_url": "https://github.com/squidfunk/mkdocs-material.git",
|
"clone_url": "https://github.com/squidfunk/mkdocs-material.git",
|
||||||
"ssh_url": "git@github.com:squidfunk/mkdocs-material.git",
|
"ssh_url": "git@github.com:squidfunk/mkdocs-material.git",
|
||||||
"default_branch": "master",
|
"default_branch": "master",
|
||||||
"last_build_update": "2025-07-02T16:12:25Z"
|
"last_build_update": "2025-07-08T07:28:49Z"
|
||||||
}
|
}
|
||||||
@ -2,126 +2,126 @@
|
|||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/</loc>
|
<loc>https://cmlite.org/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/test/</loc>
|
<loc>https://cmlite.org/test/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/adv/</loc>
|
<loc>https://cmlite.org/adv/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/adv/ansible/</loc>
|
<loc>https://cmlite.org/adv/ansible/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/adv/vscode-ssh/</loc>
|
<loc>https://cmlite.org/adv/vscode-ssh/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/blog/</loc>
|
<loc>https://cmlite.org/blog/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/blog/2025/07/03/blog-1/</loc>
|
<loc>https://cmlite.org/blog/2025/07/03/blog-1/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/build/</loc>
|
<loc>https://cmlite.org/build/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/build/map/</loc>
|
<loc>https://cmlite.org/build/map/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/build/server/</loc>
|
<loc>https://cmlite.org/build/server/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/build/site/</loc>
|
<loc>https://cmlite.org/build/site/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/config/</loc>
|
<loc>https://cmlite.org/config/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/config/cloudflare-config/</loc>
|
<loc>https://cmlite.org/config/cloudflare-config/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/config/coder/</loc>
|
<loc>https://cmlite.org/config/coder/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/config/map/</loc>
|
<loc>https://cmlite.org/config/map/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/config/mkdocs/</loc>
|
<loc>https://cmlite.org/config/mkdocs/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/phil/</loc>
|
<loc>https://cmlite.org/phil/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/phil/cost-comparison/</loc>
|
<loc>https://cmlite.org/phil/cost-comparison/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/services/</loc>
|
<loc>https://cmlite.org/services/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/services/code-server/</loc>
|
<loc>https://cmlite.org/services/code-server/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/services/gitea/</loc>
|
<loc>https://cmlite.org/services/gitea/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/services/homepage/</loc>
|
<loc>https://cmlite.org/services/homepage/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/services/listmonk/</loc>
|
<loc>https://cmlite.org/services/listmonk/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/services/map/</loc>
|
<loc>https://cmlite.org/services/map/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/services/mini-qr/</loc>
|
<loc>https://cmlite.org/services/mini-qr/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/services/mkdocs/</loc>
|
<loc>https://cmlite.org/services/mkdocs/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/services/n8n/</loc>
|
<loc>https://cmlite.org/services/n8n/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/services/nocodb/</loc>
|
<loc>https://cmlite.org/services/nocodb/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/services/postgresql/</loc>
|
<loc>https://cmlite.org/services/postgresql/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/services/static-server/</loc>
|
<loc>https://cmlite.org/services/static-server/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://cmlite.org/blog/archive/2025/</loc>
|
<loc>https://cmlite.org/blog/archive/2025/</loc>
|
||||||
<lastmod>2025-07-07</lastmod>
|
<lastmod>2025-07-09</lastmod>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user