iobroker.admin 6.5.6 → 6.5.8
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 +22 -22
- package/io-package.json +417 -417
- package/lib/web.js +6 -0
- package/package.json +93 -93
- package/www/asset-manifest.json +11 -11
- package/www/index.html +1 -1
- package/www/static/js/1917.80c513cf.chunk.js +2 -0
- package/www/static/js/1917.80c513cf.chunk.js.map +1 -0
- package/www/static/js/2226.bbfeb324.chunk.js +3 -0
- package/www/static/js/{5354.d059ea3f.chunk.js.map → 2226.bbfeb324.chunk.js.map} +1 -1
- package/www/static/js/58.3e0e90cc.chunk.js +3 -0
- package/www/static/js/58.3e0e90cc.chunk.js.map +1 -0
- package/www/static/js/{6014.725be099.chunk.js → 6014.ecca60d3.chunk.js} +3 -3
- package/www/static/js/6014.ecca60d3.chunk.js.map +1 -0
- package/www/static/js/main.438271f4.js +2 -0
- package/www/static/js/{main.699ec389.js.map → main.438271f4.js.map} +1 -1
- package/www/static/js/4207.d91823f7.chunk.js +0 -2
- package/www/static/js/4207.d91823f7.chunk.js.map +0 -1
- package/www/static/js/5354.d059ea3f.chunk.js +0 -3
- package/www/static/js/58.0d77fffc.chunk.js +0 -3
- package/www/static/js/58.0d77fffc.chunk.js.map +0 -1
- package/www/static/js/6014.725be099.chunk.js.map +0 -1
- package/www/static/js/main.699ec389.js +0 -2
- /package/www/static/js/{5354.d059ea3f.chunk.js.LICENSE.txt → 2226.bbfeb324.chunk.js.LICENSE.txt} +0 -0
- /package/www/static/js/{58.0d77fffc.chunk.js.LICENSE.txt → 58.3e0e90cc.chunk.js.LICENSE.txt} +0 -0
- /package/www/static/js/{6014.725be099.chunk.js.LICENSE.txt → 6014.ecca60d3.chunk.js.LICENSE.txt} +0 -0
package/README.md
CHANGED
|
@@ -16,16 +16,16 @@ User interface for configuration and administration of ioBroker.
|
|
|
16
16
|
## Using common.localLink
|
|
17
17
|
- `%ip%` - ioBroker ip address (address of the admin)
|
|
18
18
|
- `%secure%` or `%protocol%` - read from `native.secure` the value and use http or https
|
|
19
|
-
- `%web_protocol%` - looking for the first instance of web (e.g
|
|
19
|
+
- `%web_protocol%` - looking for the first instance of web (e.g., `web.0`) and get `native.secure` from `system.adapter.web.0`
|
|
20
20
|
- `%instance%` - instance of the adapter
|
|
21
21
|
- `%someField%` - get someField from `native` of this adapter instance
|
|
22
22
|
- `%web.0_bind%` - get `native.bind` from `system.adapter.web.0`
|
|
23
23
|
- `%native_someField%` - get someField from `native` of this adapter instance
|
|
24
24
|
|
|
25
25
|
## Scheduled restart
|
|
26
|
-
Some adapters are not stable or connection
|
|
27
|
-
To fix this there is a scheduled restart setting.
|
|
28
|
-
To activate scheduled restart just define CRON condition when to restart adapter.
|
|
26
|
+
Some adapters are not stable or connection disappears after one or two days.
|
|
27
|
+
To fix this, there is a scheduled restart setting.
|
|
28
|
+
To activate scheduled restart, just define CRON condition when to restart adapter.
|
|
29
29
|
|
|
30
30
|
It is suggested to restart in the night, when no one use the adapter, e.g. `0 3 * * *` - at 3:00 every day.
|
|
31
31
|
|
|
@@ -37,7 +37,7 @@ You can select in configuration of admin adapter if and which collection to use.
|
|
|
37
37
|
|
|
38
38
|
## Simple instance's settings page
|
|
39
39
|
The user has the possibility to limit the access to the instance configuration dialog.
|
|
40
|
-
For that the option "Allow access only to specific instances" must be activated.
|
|
40
|
+
For that, the option "Allow access only to specific instances" must be activated.
|
|
41
41
|
It could be found on the "Access to the instances" tab.
|
|
42
42
|
Additionally, the allowed instances should be selected in the appeared configuration table.
|
|
43
43
|
|
|
@@ -50,12 +50,12 @@ From version 6.1.0 you have the possibility to tune intro page for usage with re
|
|
|
50
50
|
|
|
51
51
|
### Example
|
|
52
52
|
Your `ioBroker.admin` runs on port 8081 behind reverse proxy with domain `iobroker.mydomain.com` under path `/ioBrokerAdmin/`.
|
|
53
|
-
And you set up e.g
|
|
53
|
+
And you set up e.g., nginx to forward the requests to the `http://local-iobroker.IP:8081`.
|
|
54
54
|
|
|
55
|
-
|
|
55
|
+
The same is with your web instance: `https://iobroker.mydomain.com/ioBrokerWeb/ => http://local-iobroker.IP:8082`.
|
|
56
56
|
And with rest-api instance: `https://iobroker.mydomain.com/ioBrokerAPI/ => http://local-iobroker.IP:8093`.
|
|
57
57
|
|
|
58
|
-
You can add following lines into Reverse Proxy tab to let Intro tab run behind reverse proxy properly:
|
|
58
|
+
You can add the following lines into Reverse Proxy tab to let Intro tab run behind reverse proxy properly:
|
|
59
59
|
|
|
60
60
|
| Global path | Instance | Instance path behind proxy |
|
|
61
61
|
|-------------------|---------------|----------------------------|
|
|
@@ -83,24 +83,24 @@ The icons may not be reused in other projects without the proper flaticon licens
|
|
|
83
83
|
### **WORK IN PROGRESS**
|
|
84
84
|
-->
|
|
85
85
|
|
|
86
|
-
## Changelog
|
|
86
|
+
## Changelog
|
|
87
|
+
### 6.5.8 (2023-06-12)
|
|
88
|
+
* (foxriver76) The log size will be parsed correctly for controller v5
|
|
89
|
+
|
|
90
|
+
### 6.5.7 (2023-06-06)
|
|
91
|
+
* (bluefox) ZIP archives will be saved in files and not in states
|
|
92
|
+
|
|
87
93
|
### 6.5.6 (2023-06-01)
|
|
88
|
-
* (bluefox) Sentry packages were updated
|
|
89
|
-
|
|
94
|
+
* (bluefox) Sentry packages were updated
|
|
95
|
+
|
|
90
96
|
### 6.5.3 (2023-05-24)
|
|
91
|
-
* (bluefox) Added support for the js-controller update
|
|
92
|
-
|
|
97
|
+
* (bluefox) Added support for the js-controller update
|
|
98
|
+
|
|
93
99
|
### 6.4.4 (2023-05-10)
|
|
94
100
|
* (bluefox) Added `imageSendTo` Control to JSONConfig
|
|
95
|
-
* (bluefox) Added possibility to filter objects in selectID JSON component
|
|
96
|
-
|
|
97
|
-
### 6.4.3 (2023-03-31)
|
|
98
|
-
* (bluefox) Corrected the folder rights edit dialog
|
|
99
|
-
|
|
100
|
-
### 6.4.2 (2023-03-27)
|
|
101
|
-
* (bluefox) Better check of the certificates
|
|
102
|
-
|
|
101
|
+
* (bluefox) Added possibility to filter objects in selectID JSON component
|
|
102
|
+
|
|
103
103
|
## License
|
|
104
104
|
The MIT License (MIT)
|
|
105
105
|
|
|
106
|
-
Copyright (c) 2014-2023 bluefox <dogafox@gmail.com>
|
|
106
|
+
Copyright (c) 2014-2023 bluefox <dogafox@gmail.com>
|