iobroker.admin 7.4.0 → 7.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +107 -108
- package/adminWww/asset-manifest.json +21 -21
- package/adminWww/index.html +1 -1
- package/adminWww/static/js/{1193.99579f17.chunk.js → 1193.f78c91c7.chunk.js} +2 -2
- package/adminWww/static/js/1193.f78c91c7.chunk.js.map +1 -0
- package/adminWww/static/js/288.8fd137b7.chunk.js.map +1 -1
- package/adminWww/static/js/4720.f547d551.chunk.js +2 -0
- package/adminWww/static/js/4720.f547d551.chunk.js.map +1 -0
- package/adminWww/static/js/5139.bc9ec1cd.chunk.js.LICENSE.txt +1 -1
- package/adminWww/static/js/591.675e66af.chunk.js +2 -0
- package/adminWww/static/js/{591.1a92eff9.chunk.js.map → 591.675e66af.chunk.js.map} +1 -1
- package/adminWww/static/js/{6853.398f32f8.chunk.js → 6853.be661c6e.chunk.js} +2 -2
- package/adminWww/static/js/6853.be661c6e.chunk.js.map +1 -0
- package/adminWww/static/js/{422.897485de.chunk.js → 706.20143240.chunk.js} +2 -2
- package/adminWww/static/js/706.20143240.chunk.js.map +1 -0
- package/adminWww/static/js/{7931.38a8acbc.chunk.js → 7931.5fd9faf0.chunk.js} +3 -3
- package/adminWww/static/js/7931.5fd9faf0.chunk.js.map +1 -0
- package/adminWww/static/js/921.f7fc8142.chunk.js +3 -0
- package/adminWww/static/js/921.f7fc8142.chunk.js.map +1 -0
- package/adminWww/static/js/{9228.4d6ceaef.chunk.js → 9228.e34a369b.chunk.js} +4 -4
- package/adminWww/static/js/9228.e34a369b.chunk.js.map +1 -0
- package/adminWww/static/js/{9731.81eb2531.chunk.js → 9731.49fa7804.chunk.js} +3 -3
- package/adminWww/static/js/{9731.81eb2531.chunk.js.map → 9731.49fa7804.chunk.js.map} +1 -1
- package/adminWww/static/js/{main.580afe3b.js → main.d185596b.js} +2 -2
- package/adminWww/static/js/{main.580afe3b.js.map → main.d185596b.js.map} +1 -1
- package/io-package.json +14 -14
- package/package.json +4 -4
- package/adminWww/static/js/1193.99579f17.chunk.js.map +0 -1
- package/adminWww/static/js/422.897485de.chunk.js.map +0 -1
- package/adminWww/static/js/4720.a3767f97.chunk.js +0 -2
- package/adminWww/static/js/4720.a3767f97.chunk.js.map +0 -1
- package/adminWww/static/js/591.1a92eff9.chunk.js +0 -2
- package/adminWww/static/js/6853.398f32f8.chunk.js.map +0 -1
- package/adminWww/static/js/7931.38a8acbc.chunk.js.map +0 -1
- package/adminWww/static/js/921.aa5491a4.chunk.js +0 -3
- package/adminWww/static/js/921.aa5491a4.chunk.js.map +0 -1
- package/adminWww/static/js/9228.4d6ceaef.chunk.js.map +0 -1
- /package/adminWww/static/js/{7931.38a8acbc.chunk.js.LICENSE.txt → 7931.5fd9faf0.chunk.js.LICENSE.txt} +0 -0
- /package/adminWww/static/js/{921.aa5491a4.chunk.js.LICENSE.txt → 921.f7fc8142.chunk.js.LICENSE.txt} +0 -0
- /package/adminWww/static/js/{9228.4d6ceaef.chunk.js.LICENSE.txt → 9228.e34a369b.chunk.js.LICENSE.txt} +0 -0
- /package/adminWww/static/js/{9731.81eb2531.chunk.js.LICENSE.txt → 9731.49fa7804.chunk.js.LICENSE.txt} +0 -0
package/README.md
CHANGED
|
@@ -1,119 +1,118 @@
|
|
|
1
|
-
<img src="admin/admin.svg" width="100" height="100" />
|
|
2
|
-
|
|
3
|
-
# ioBroker.admin
|
|
4
|
-
|
|
5
|
-

|
|
6
|
-

|
|
7
|
-
[](https://www.npmjs.com/package/iobroker.admin)
|
|
8
|
-
|
|
9
|
-

|
|
10
|
-
[](https://weblate.iobroker.net/engage/adapters/?utm_source=widget)
|
|
11
|
-
[](https://www.npmjs.com/package/iobroker.admin)
|
|
12
|
-
|
|
13
|
-
User interface for configuration and administration of ioBroker.
|
|
14
|
-
|
|
15
|
-
**This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.** For more details and for information how to disable the error reporting see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0.
|
|
16
|
-
|
|
17
|
-
## JSON config schema
|
|
18
|
-
|
|
19
|
-
The JSON config schema description can be found at [JSON config schema](/packages/jsonConfig/SCHEMA.md).
|
|
20
|
-
|
|
21
|
-
## Using common.localLink
|
|
22
|
-
|
|
23
|
-
- `%ip%` - ioBroker ip address (address of the admin)
|
|
24
|
-
- `%secure%` or `%protocol%` - read from `native.secure` the value and use http or https
|
|
25
|
-
- `%web_protocol%` - looking for the first instance of web (e.g., `web.0`) and get `native.secure` from `system.adapter.web.0`
|
|
26
|
-
- `%instance%` - instance of the adapter
|
|
27
|
-
- `%someField%` - get someField from `native` of this adapter instance
|
|
28
|
-
- `%web.0_bind%` - get `native.bind` from `system.adapter.web.0`
|
|
29
|
-
- `%native_someField%` - get someField from `native` of this adapter instance
|
|
30
|
-
|
|
31
|
-
## Scheduled restart
|
|
32
|
-
|
|
33
|
-
Some adapters are not stable or connection disappears after one or two days.
|
|
34
|
-
To fix this, there is a scheduled restart setting.
|
|
35
|
-
To activate scheduled restart, just define CRON condition when to restart adapter.
|
|
36
|
-
|
|
37
|
-
It is suggested to restart in the night, when no one use the adapter, e.g. `0 3 * * *` - at 3:00 every day.
|
|
38
|
-
|
|
39
|
-
## Let's Encrypt Certificates
|
|
40
|
-
|
|
41
|
-
To manage and update, let's encrypt certificates you need to use [`iobroker.acme`](https://github.com/iobroker-community-adapters/ioBroker.acme) adapter.
|
|
42
|
-
|
|
43
|
-
You will have so-called "collections" of certificates. Each collection has its own domains.
|
|
44
|
-
You can select in configuration of admin adapter if and which collection to use.
|
|
45
|
-
|
|
46
|
-
## Simple instance's settings page
|
|
47
|
-
|
|
48
|
-
The user has the possibility to limit the access to the instance configuration dialog.
|
|
49
|
-
For that, the option "Allow access only to specific instances" must be activated.
|
|
50
|
-
It could be found on the "Access to the instances" tab.
|
|
51
|
-
Additionally, the allowed instances should be selected in the appeared configuration table.
|
|
52
|
-
|
|
53
|
-
If this option is disabled, the simple configuration page could be accessed under `http://IP:8081/configs.html`
|
|
54
|
-
|
|
55
|
-
## Reverse proxy
|
|
56
|
-
|
|
57
|
-
Please be sure that you forward not only the http/https requests, but the web-socket traffic too. It is essential for communication.
|
|
58
|
-
|
|
59
|
-
From version 6.1.0 you have the possibility to tune intro page for usage with reverse proxy.
|
|
60
|
-
|
|
61
|
-
### Example
|
|
62
|
-
|
|
63
|
-
Your `ioBroker.admin` runs on port 8081 behind reverse proxy with domain `iobroker.mydomain.com` under path `/ioBrokerAdmin/`.
|
|
64
|
-
And you set up e.g., nginx to forward the requests to the `http://local-iobroker.IP:8081`.
|
|
65
|
-
|
|
66
|
-
The same is with your web instance: `https://iobroker.mydomain.com/ioBrokerWeb/ => http://local-iobroker.IP:8082`.
|
|
67
|
-
And with rest-api instance: `https://iobroker.mydomain.com/ioBrokerAPI/ => http://local-iobroker.IP:8093`.
|
|
68
|
-
|
|
69
|
-
You can add the following lines into Reverse Proxy tab to let Intro tab run behind reverse proxy properly:
|
|
70
|
-
|
|
71
|
-
| Global path | Instance | Instance path behind proxy |
|
|
72
|
-
|-------------------|---------------|----------------------------|
|
|
73
|
-
| `/ioBrokerAdmin/` | `web.0` | `/ioBrokerWeb/` |
|
|
74
|
-
| | `rest-api.0` | `/ioBrokerAPI/` |
|
|
75
|
-
| | `admin.0` | `/ioBrokerAdmin/` |
|
|
76
|
-
| | `eventlist.0` | `/ioBrokerWeb/eventlist/` |
|
|
77
|
-
|
|
78
|
-
So all links of instances that use web server, like `eventlist`, `vis`, `material` and so on will use `https://iobroker.mydomain.com/ioBrokerWeb/` path
|
|
79
|
-
|
|
80
|
-
## Used icons
|
|
81
|
-
|
|
82
|
-
This project uses icons from [Flaticon](https://www.flaticon.com/).
|
|
83
|
-
|
|
84
|
-
ioBroker GmbH has a valid license for all used icons.
|
|
85
|
-
The icons may not be reused in other projects without the proper flaticon license or flaticon subscription.
|
|
86
|
-
|
|
87
|
-
<!--
|
|
88
|
-
### **WORK IN PROGRESS**
|
|
1
|
+
<img src="admin/admin.svg" width="100" height="100" />
|
|
2
|
+
|
|
3
|
+
# ioBroker.admin
|
|
4
|
+
|
|
5
|
+

|
|
6
|
+

|
|
7
|
+
[](https://www.npmjs.com/package/iobroker.admin)
|
|
8
|
+
|
|
9
|
+

|
|
10
|
+
[](https://weblate.iobroker.net/engage/adapters/?utm_source=widget)
|
|
11
|
+
[](https://www.npmjs.com/package/iobroker.admin)
|
|
12
|
+
|
|
13
|
+
User interface for configuration and administration of ioBroker.
|
|
14
|
+
|
|
15
|
+
**This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.** For more details and for information how to disable the error reporting see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0.
|
|
16
|
+
|
|
17
|
+
## JSON config schema
|
|
18
|
+
|
|
19
|
+
The JSON config schema description can be found at [JSON config schema](/packages/jsonConfig/SCHEMA.md).
|
|
20
|
+
|
|
21
|
+
## Using common.localLink
|
|
22
|
+
|
|
23
|
+
- `%ip%` - ioBroker ip address (address of the admin)
|
|
24
|
+
- `%secure%` or `%protocol%` - read from `native.secure` the value and use http or https
|
|
25
|
+
- `%web_protocol%` - looking for the first instance of web (e.g., `web.0`) and get `native.secure` from `system.adapter.web.0`
|
|
26
|
+
- `%instance%` - instance of the adapter
|
|
27
|
+
- `%someField%` - get someField from `native` of this adapter instance
|
|
28
|
+
- `%web.0_bind%` - get `native.bind` from `system.adapter.web.0`
|
|
29
|
+
- `%native_someField%` - get someField from `native` of this adapter instance
|
|
30
|
+
|
|
31
|
+
## Scheduled restart
|
|
32
|
+
|
|
33
|
+
Some adapters are not stable or connection disappears after one or two days.
|
|
34
|
+
To fix this, there is a scheduled restart setting.
|
|
35
|
+
To activate scheduled restart, just define CRON condition when to restart adapter.
|
|
36
|
+
|
|
37
|
+
It is suggested to restart in the night, when no one use the adapter, e.g. `0 3 * * *` - at 3:00 every day.
|
|
38
|
+
|
|
39
|
+
## Let's Encrypt Certificates
|
|
40
|
+
|
|
41
|
+
To manage and update, let's encrypt certificates you need to use [`iobroker.acme`](https://github.com/iobroker-community-adapters/ioBroker.acme) adapter.
|
|
42
|
+
|
|
43
|
+
You will have so-called "collections" of certificates. Each collection has its own domains.
|
|
44
|
+
You can select in configuration of admin adapter if and which collection to use.
|
|
45
|
+
|
|
46
|
+
## Simple instance's settings page
|
|
47
|
+
|
|
48
|
+
The user has the possibility to limit the access to the instance configuration dialog.
|
|
49
|
+
For that, the option "Allow access only to specific instances" must be activated.
|
|
50
|
+
It could be found on the "Access to the instances" tab.
|
|
51
|
+
Additionally, the allowed instances should be selected in the appeared configuration table.
|
|
52
|
+
|
|
53
|
+
If this option is disabled, the simple configuration page could be accessed under `http://IP:8081/configs.html`
|
|
54
|
+
|
|
55
|
+
## Reverse proxy
|
|
56
|
+
|
|
57
|
+
Please be sure that you forward not only the http/https requests, but the web-socket traffic too. It is essential for communication.
|
|
58
|
+
|
|
59
|
+
From version 6.1.0 you have the possibility to tune intro page for usage with reverse proxy.
|
|
60
|
+
|
|
61
|
+
### Example
|
|
62
|
+
|
|
63
|
+
Your `ioBroker.admin` runs on port 8081 behind reverse proxy with domain `iobroker.mydomain.com` under path `/ioBrokerAdmin/`.
|
|
64
|
+
And you set up e.g., nginx to forward the requests to the `http://local-iobroker.IP:8081`.
|
|
65
|
+
|
|
66
|
+
The same is with your web instance: `https://iobroker.mydomain.com/ioBrokerWeb/ => http://local-iobroker.IP:8082`.
|
|
67
|
+
And with rest-api instance: `https://iobroker.mydomain.com/ioBrokerAPI/ => http://local-iobroker.IP:8093`.
|
|
68
|
+
|
|
69
|
+
You can add the following lines into Reverse Proxy tab to let Intro tab run behind reverse proxy properly:
|
|
70
|
+
|
|
71
|
+
| Global path | Instance | Instance path behind proxy |
|
|
72
|
+
|-------------------|---------------|----------------------------|
|
|
73
|
+
| `/ioBrokerAdmin/` | `web.0` | `/ioBrokerWeb/` |
|
|
74
|
+
| | `rest-api.0` | `/ioBrokerAPI/` |
|
|
75
|
+
| | `admin.0` | `/ioBrokerAdmin/` |
|
|
76
|
+
| | `eventlist.0` | `/ioBrokerWeb/eventlist/` |
|
|
77
|
+
|
|
78
|
+
So all links of instances that use web server, like `eventlist`, `vis`, `material` and so on will use `https://iobroker.mydomain.com/ioBrokerWeb/` path
|
|
79
|
+
|
|
80
|
+
## Used icons
|
|
81
|
+
|
|
82
|
+
This project uses icons from [Flaticon](https://www.flaticon.com/).
|
|
83
|
+
|
|
84
|
+
ioBroker GmbH has a valid license for all used icons.
|
|
85
|
+
The icons may not be reused in other projects without the proper flaticon license or flaticon subscription.
|
|
86
|
+
|
|
87
|
+
<!--
|
|
88
|
+
### **WORK IN PROGRESS**
|
|
89
89
|
-->
|
|
90
|
-
### 7.4.
|
|
90
|
+
### 7.4.1 (2024-11-19)
|
|
91
|
+
|
|
92
|
+
- (@GermanBluefox) Made improvement for JSONConfig components
|
|
91
93
|
|
|
94
|
+
### 7.4.0 (2024-11-17)
|
|
95
|
+
|
|
92
96
|
- (@GermanBluefox) Added new JsonConfig control: staticInfo
|
|
93
97
|
|
|
94
|
-
### 7.3.2 (2024-11-15)
|
|
95
|
-
|
|
96
|
-
- (@GermanBluefox) Some GUI packages were updated.
|
|
98
|
+
### 7.3.2 (2024-11-15)
|
|
99
|
+
|
|
100
|
+
- (@GermanBluefox) Some GUI packages were updated.
|
|
97
101
|
- (@GermanBluefox) Improved file viewer. Added icons viewer
|
|
98
102
|
|
|
99
|
-
### 7.3.1 (2024-11-14)
|
|
100
|
-
|
|
101
|
-
- (@GermanBluefox) Corrected cloud icon for admin
|
|
102
|
-
- (@GermanBluefox) Added old dialog names to adapter-react-v5 again
|
|
103
|
+
### 7.3.1 (2024-11-14)
|
|
104
|
+
|
|
105
|
+
- (@GermanBluefox) Corrected cloud icon for admin
|
|
106
|
+
- (@GermanBluefox) Added old dialog names to adapter-react-v5 again
|
|
103
107
|
- (@GermanBluefox) Corrected the password field in JSON-Config
|
|
104
108
|
|
|
105
|
-
### 7.2.6 (2024-10-11)
|
|
106
|
-
|
|
107
|
-
- (@GermanBluefox) Trying to fix a GUI build process
|
|
109
|
+
### 7.2.6 (2024-10-11)
|
|
110
|
+
|
|
111
|
+
- (@GermanBluefox) Trying to fix a GUI build process
|
|
108
112
|
- (@GermanBluefox) Changed license icon
|
|
109
113
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
## License
|
|
116
|
-
|
|
117
|
-
The MIT License (MIT)
|
|
118
|
-
|
|
114
|
+
## License
|
|
115
|
+
|
|
116
|
+
The MIT License (MIT)
|
|
117
|
+
|
|
119
118
|
Copyright (c) 2014-2024 bluefox <dogafox@gmail.com>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": {
|
|
3
|
-
"main.js": "./static/js/main.
|
|
3
|
+
"main.js": "./static/js/main.d185596b.js",
|
|
4
4
|
"static/css/288.c0edd320.chunk.css": "./static/css/288.c0edd320.chunk.css",
|
|
5
5
|
"static/js/288.8fd137b7.chunk.js": "./static/js/288.8fd137b7.chunk.js",
|
|
6
6
|
"static/js/4669.59fb05c3.chunk.js": "./static/js/4669.59fb05c3.chunk.js",
|
|
@@ -22,18 +22,18 @@
|
|
|
22
22
|
"static/js/4203.445035f0.chunk.js": "./static/js/4203.445035f0.chunk.js",
|
|
23
23
|
"static/js/8387.3afad8c0.chunk.js": "./static/js/8387.3afad8c0.chunk.js",
|
|
24
24
|
"static/js/8222.0bf6128e.chunk.js": "./static/js/8222.0bf6128e.chunk.js",
|
|
25
|
-
"static/js/591.
|
|
26
|
-
"static/js/6853.
|
|
25
|
+
"static/js/591.675e66af.chunk.js": "./static/js/591.675e66af.chunk.js",
|
|
26
|
+
"static/js/6853.be661c6e.chunk.js": "./static/js/6853.be661c6e.chunk.js",
|
|
27
27
|
"static/js/1869.02f95681.chunk.js": "./static/js/1869.02f95681.chunk.js",
|
|
28
28
|
"static/js/228.d069ff83.chunk.js": "./static/js/228.d069ff83.chunk.js",
|
|
29
29
|
"static/js/3849.957a31ac.chunk.js": "./static/js/3849.957a31ac.chunk.js",
|
|
30
|
-
"static/js/
|
|
30
|
+
"static/js/706.20143240.chunk.js": "./static/js/706.20143240.chunk.js",
|
|
31
31
|
"static/js/2023.30c5fe7d.chunk.js": "./static/js/2023.30c5fe7d.chunk.js",
|
|
32
32
|
"static/js/5546.823d00ce.chunk.js": "./static/js/5546.823d00ce.chunk.js",
|
|
33
33
|
"static/js/7050.dcdd30eb.chunk.js": "./static/js/7050.dcdd30eb.chunk.js",
|
|
34
|
-
"static/js/921.
|
|
34
|
+
"static/js/921.f7fc8142.chunk.js": "./static/js/921.f7fc8142.chunk.js",
|
|
35
35
|
"static/js/7249.ff7ffd3f.chunk.js": "./static/js/7249.ff7ffd3f.chunk.js",
|
|
36
|
-
"static/js/4720.
|
|
36
|
+
"static/js/4720.f547d551.chunk.js": "./static/js/4720.f547d551.chunk.js",
|
|
37
37
|
"static/js/9420.31175a6c.chunk.js": "./static/js/9420.31175a6c.chunk.js",
|
|
38
38
|
"static/js/6331.a5f853ac.chunk.js": "./static/js/6331.a5f853ac.chunk.js",
|
|
39
39
|
"static/js/9619.432ffde7.chunk.js": "./static/js/9619.432ffde7.chunk.js",
|
|
@@ -181,19 +181,19 @@
|
|
|
181
181
|
"static/js/9072.6a6a7fbc.chunk.js": "./static/js/9072.6a6a7fbc.chunk.js",
|
|
182
182
|
"static/js/184.412f828f.chunk.js": "./static/js/184.412f828f.chunk.js",
|
|
183
183
|
"static/js/4386.2fbc4060.chunk.js": "./static/js/4386.2fbc4060.chunk.js",
|
|
184
|
-
"static/js/9228.
|
|
184
|
+
"static/js/9228.e34a369b.chunk.js": "./static/js/9228.e34a369b.chunk.js",
|
|
185
185
|
"static/js/7949.922477b8.chunk.js": "./static/js/7949.922477b8.chunk.js",
|
|
186
186
|
"static/js/6603.614b4df4.chunk.js": "./static/js/6603.614b4df4.chunk.js",
|
|
187
187
|
"static/js/5575.ee7c0ae8.chunk.js": "./static/js/5575.ee7c0ae8.chunk.js",
|
|
188
188
|
"static/js/2825.60a77210.chunk.js": "./static/js/2825.60a77210.chunk.js",
|
|
189
189
|
"static/js/5503.05739db6.chunk.js": "./static/js/5503.05739db6.chunk.js",
|
|
190
190
|
"static/js/2918.9643adad.chunk.js": "./static/js/2918.9643adad.chunk.js",
|
|
191
|
-
"static/js/9731.
|
|
191
|
+
"static/js/9731.49fa7804.chunk.js": "./static/js/9731.49fa7804.chunk.js",
|
|
192
192
|
"static/js/5139.bc9ec1cd.chunk.js": "./static/js/5139.bc9ec1cd.chunk.js",
|
|
193
193
|
"static/js/38.566dcdef.chunk.js": "./static/js/38.566dcdef.chunk.js",
|
|
194
|
-
"static/js/1193.
|
|
194
|
+
"static/js/1193.f78c91c7.chunk.js": "./static/js/1193.f78c91c7.chunk.js",
|
|
195
195
|
"static/js/632.72c332b3.chunk.js": "./static/js/632.72c332b3.chunk.js",
|
|
196
|
-
"static/js/7931.
|
|
196
|
+
"static/js/7931.5fd9faf0.chunk.js": "./static/js/7931.5fd9faf0.chunk.js",
|
|
197
197
|
"static/js/9823.f3f5cd8c.chunk.js": "./static/js/9823.f3f5cd8c.chunk.js",
|
|
198
198
|
"static/js/722.62e8d3af.chunk.js": "./static/js/722.62e8d3af.chunk.js",
|
|
199
199
|
"static/js/1444.e85ccb2b.chunk.js": "./static/js/1444.e85ccb2b.chunk.js",
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
"static/media/Outdoor Blinds.svg": "./static/media/Outdoor Blinds.37b85a9c060a4af48da9.svg",
|
|
350
350
|
"static/media/Upstairs.svg": "./static/media/Upstairs.441813e54e0daca0882d.svg",
|
|
351
351
|
"static/media/filter.svg": "./static/media/filter.ddf40c28bbf1e138937e53be53e56274.svg",
|
|
352
|
-
"main.
|
|
352
|
+
"main.d185596b.js.map": "./static/js/main.d185596b.js.map",
|
|
353
353
|
"288.c0edd320.chunk.css.map": "./static/css/288.c0edd320.chunk.css.map",
|
|
354
354
|
"288.8fd137b7.chunk.js.map": "./static/js/288.8fd137b7.chunk.js.map",
|
|
355
355
|
"4669.59fb05c3.chunk.js.map": "./static/js/4669.59fb05c3.chunk.js.map",
|
|
@@ -371,37 +371,37 @@
|
|
|
371
371
|
"4203.445035f0.chunk.js.map": "./static/js/4203.445035f0.chunk.js.map",
|
|
372
372
|
"8387.3afad8c0.chunk.js.map": "./static/js/8387.3afad8c0.chunk.js.map",
|
|
373
373
|
"8222.0bf6128e.chunk.js.map": "./static/js/8222.0bf6128e.chunk.js.map",
|
|
374
|
-
"591.
|
|
375
|
-
"6853.
|
|
374
|
+
"591.675e66af.chunk.js.map": "./static/js/591.675e66af.chunk.js.map",
|
|
375
|
+
"6853.be661c6e.chunk.js.map": "./static/js/6853.be661c6e.chunk.js.map",
|
|
376
376
|
"1869.02f95681.chunk.js.map": "./static/js/1869.02f95681.chunk.js.map",
|
|
377
377
|
"228.d069ff83.chunk.js.map": "./static/js/228.d069ff83.chunk.js.map",
|
|
378
378
|
"3849.957a31ac.chunk.js.map": "./static/js/3849.957a31ac.chunk.js.map",
|
|
379
|
-
"
|
|
379
|
+
"706.20143240.chunk.js.map": "./static/js/706.20143240.chunk.js.map",
|
|
380
380
|
"2023.30c5fe7d.chunk.js.map": "./static/js/2023.30c5fe7d.chunk.js.map",
|
|
381
381
|
"5546.823d00ce.chunk.js.map": "./static/js/5546.823d00ce.chunk.js.map",
|
|
382
382
|
"7050.dcdd30eb.chunk.js.map": "./static/js/7050.dcdd30eb.chunk.js.map",
|
|
383
|
-
"921.
|
|
383
|
+
"921.f7fc8142.chunk.js.map": "./static/js/921.f7fc8142.chunk.js.map",
|
|
384
384
|
"7249.ff7ffd3f.chunk.js.map": "./static/js/7249.ff7ffd3f.chunk.js.map",
|
|
385
|
-
"4720.
|
|
385
|
+
"4720.f547d551.chunk.js.map": "./static/js/4720.f547d551.chunk.js.map",
|
|
386
386
|
"9420.31175a6c.chunk.js.map": "./static/js/9420.31175a6c.chunk.js.map",
|
|
387
387
|
"9701.cd1685f3.chunk.js.map": "./static/js/9701.cd1685f3.chunk.js.map",
|
|
388
388
|
"2930.abd1b73e.chunk.js.map": "./static/js/2930.abd1b73e.chunk.js.map",
|
|
389
389
|
"9072.6a6a7fbc.chunk.js.map": "./static/js/9072.6a6a7fbc.chunk.js.map",
|
|
390
390
|
"184.412f828f.chunk.js.map": "./static/js/184.412f828f.chunk.js.map",
|
|
391
391
|
"4386.2fbc4060.chunk.js.map": "./static/js/4386.2fbc4060.chunk.js.map",
|
|
392
|
-
"9228.
|
|
392
|
+
"9228.e34a369b.chunk.js.map": "./static/js/9228.e34a369b.chunk.js.map",
|
|
393
393
|
"7949.922477b8.chunk.js.map": "./static/js/7949.922477b8.chunk.js.map",
|
|
394
394
|
"6603.614b4df4.chunk.js.map": "./static/js/6603.614b4df4.chunk.js.map",
|
|
395
395
|
"5575.ee7c0ae8.chunk.js.map": "./static/js/5575.ee7c0ae8.chunk.js.map",
|
|
396
396
|
"2825.60a77210.chunk.js.map": "./static/js/2825.60a77210.chunk.js.map",
|
|
397
397
|
"5503.05739db6.chunk.js.map": "./static/js/5503.05739db6.chunk.js.map",
|
|
398
398
|
"2918.9643adad.chunk.js.map": "./static/js/2918.9643adad.chunk.js.map",
|
|
399
|
-
"9731.
|
|
399
|
+
"9731.49fa7804.chunk.js.map": "./static/js/9731.49fa7804.chunk.js.map",
|
|
400
400
|
"5139.bc9ec1cd.chunk.js.map": "./static/js/5139.bc9ec1cd.chunk.js.map",
|
|
401
401
|
"38.566dcdef.chunk.js.map": "./static/js/38.566dcdef.chunk.js.map",
|
|
402
|
-
"1193.
|
|
402
|
+
"1193.f78c91c7.chunk.js.map": "./static/js/1193.f78c91c7.chunk.js.map",
|
|
403
403
|
"632.72c332b3.chunk.js.map": "./static/js/632.72c332b3.chunk.js.map",
|
|
404
|
-
"7931.
|
|
404
|
+
"7931.5fd9faf0.chunk.js.map": "./static/js/7931.5fd9faf0.chunk.js.map",
|
|
405
405
|
"9823.f3f5cd8c.chunk.js.map": "./static/js/9823.f3f5cd8c.chunk.js.map",
|
|
406
406
|
"722.62e8d3af.chunk.js.map": "./static/js/722.62e8d3af.chunk.js.map",
|
|
407
407
|
"1444.e85ccb2b.chunk.js.map": "./static/js/1444.e85ccb2b.chunk.js.map",
|
|
@@ -410,6 +410,6 @@
|
|
|
410
410
|
"3834.9fdf7ac5.chunk.js.map": "./static/js/3834.9fdf7ac5.chunk.js.map"
|
|
411
411
|
},
|
|
412
412
|
"entrypoints": [
|
|
413
|
-
"static/js/main.
|
|
413
|
+
"static/js/main.d185596b.js"
|
|
414
414
|
]
|
|
415
415
|
}
|
package/adminWww/index.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="en" translate="no"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"/><meta name="theme-color" content="#000000"/><meta name="description" content="admin - ioBroker"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="stylesheet" href="./css/leaflet.css"/><link rel="manifest" href="./manifest.json" crossorigin="use-credentials"/><script type="text/javascript" onerror="setTimeout(function(){window.location.reload()}, 5000)" src="./lib/js/socket.io.js"></script><script type="text/javascript" src="./lib/js/sparkline.js"></script><title>Admin</title><script>window.loginHideLogo="@@loginHideLogo@@",window.loginMotto="@@loginMotto@@",window.login="@@auth@@",window.loginLogo="@@loginLogo@@",window.loginLink="@@loginLink@@",window.loginTitle="@@loginTitle@@",window.loginBackgroundColor="@@loginBackgroundColor@@",window.loginBackgroundImage="@@loginBackgroundImage@@",window.vendorPrefix="@@vendorPrefix@@",window.disableDataReporting="@@disableDataReporting@@",window.loadingBackgroundColor="@@loadingBackgroundColor@@",window.loadingBackgroundImage="@@loadingBackgroundImage@@",window.loadingHideLogo="@@loadingHideLogo@@"</script><style>.root{background-color:rgba(255,255,255,.87);border-radius:10px}.unsupported{width:200px;background-color:#aaa;margin:auto;margin-top:3rem;padding:10px;line-height:25px;border-radius:4px;text-align:center}.leaflet-container{height:400px;width:100%}</style><script>setTimeout((()=>{const o=document.body;window.location.search.includes("?login")?(window.loginBackgroundColor&&-1===window.loginBackgroundColor.indexOf("loginBackgroundColor")&&(o.style.backgroundColor=window.loginBackgroundColor),window.loginBackgroundImage&&-1===window.loginBackgroundImage.indexOf("loginBackgroundImage")&&(o.style.backgroundImage="url("+window.loginBackgroundImage+")",o.style.backgroundSize="cover")):(window.loadingBackgroundColor&&-1===window.loadingBackgroundColor.indexOf("loadingBackgroundColor")&&(o.style.backgroundColor=window.loadingBackgroundColor),window.loadingBackgroundImage&&-1===window.loadingBackgroundImage.indexOf("loadingBackgroundImage")&&(o.style.backgroundImage="url("+window.loadingBackgroundImage+")",o.style.backgroundSize="cover"))}),0),window.addEventListener("load",(function o(n){window.removeEventListener("load",o,!1);if(window.navigator.userAgent.indexOf("MSIE ")>0||navigator.userAgent.match(/Trident.*rv\:11\./)){const o=document.getElementById("root");o.classList.add("unsupported"),o.innerHTML="Browser is not supported. Please use Firefox or Chrome."}}),!1)</script><script defer="defer" src="static/js/main.
|
|
1
|
+
<!doctype html><html lang="en" translate="no"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"/><meta name="theme-color" content="#000000"/><meta name="description" content="admin - ioBroker"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="stylesheet" href="./css/leaflet.css"/><link rel="manifest" href="./manifest.json" crossorigin="use-credentials"/><script type="text/javascript" onerror="setTimeout(function(){window.location.reload()}, 5000)" src="./lib/js/socket.io.js"></script><script type="text/javascript" src="./lib/js/sparkline.js"></script><title>Admin</title><script>window.loginHideLogo="@@loginHideLogo@@",window.loginMotto="@@loginMotto@@",window.login="@@auth@@",window.loginLogo="@@loginLogo@@",window.loginLink="@@loginLink@@",window.loginTitle="@@loginTitle@@",window.loginBackgroundColor="@@loginBackgroundColor@@",window.loginBackgroundImage="@@loginBackgroundImage@@",window.vendorPrefix="@@vendorPrefix@@",window.disableDataReporting="@@disableDataReporting@@",window.loadingBackgroundColor="@@loadingBackgroundColor@@",window.loadingBackgroundImage="@@loadingBackgroundImage@@",window.loadingHideLogo="@@loadingHideLogo@@"</script><style>.root{background-color:rgba(255,255,255,.87);border-radius:10px}.unsupported{width:200px;background-color:#aaa;margin:auto;margin-top:3rem;padding:10px;line-height:25px;border-radius:4px;text-align:center}.leaflet-container{height:400px;width:100%}</style><script>setTimeout((()=>{const o=document.body;window.location.search.includes("?login")?(window.loginBackgroundColor&&-1===window.loginBackgroundColor.indexOf("loginBackgroundColor")&&(o.style.backgroundColor=window.loginBackgroundColor),window.loginBackgroundImage&&-1===window.loginBackgroundImage.indexOf("loginBackgroundImage")&&(o.style.backgroundImage="url("+window.loginBackgroundImage+")",o.style.backgroundSize="cover")):(window.loadingBackgroundColor&&-1===window.loadingBackgroundColor.indexOf("loadingBackgroundColor")&&(o.style.backgroundColor=window.loadingBackgroundColor),window.loadingBackgroundImage&&-1===window.loadingBackgroundImage.indexOf("loadingBackgroundImage")&&(o.style.backgroundImage="url("+window.loadingBackgroundImage+")",o.style.backgroundSize="cover"))}),0),window.addEventListener("load",(function o(n){window.removeEventListener("load",o,!1);if(window.navigator.userAgent.indexOf("MSIE ")>0||navigator.userAgent.match(/Trident.*rv\:11\./)){const o=document.getElementById("root");o.classList.add("unsupported"),o.innerHTML="Browser is not supported. Please use Firefox or Chrome."}}),!1)</script><script defer="defer" src="static/js/main.d185596b.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|