mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-11 15:10:09 +08:00
add ability to change the listening port and hostname
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"name": "uptime-kuma",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"dev": "vite --host",
|
||||
"start-server": "node server/server.js",
|
||||
@@ -12,6 +11,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@popperjs/core": "^2.9.2",
|
||||
"args-parser": "^1.3.0",
|
||||
"axios": "^0.21.1",
|
||||
"bootstrap": "^5.0.0",
|
||||
"dayjs": "^1.10.4",
|
||||
|
Reference in New Issue
Block a user