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 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. web.0) and get `native.secure` from `system.adapter.web.0`
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 disappear 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.
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. nginx to forward the requests to the `http://local-iobroker.IP:8081`.
53
+ And you set up e.g., nginx to forward the requests to the `http://local-iobroker.IP:8081`.
54
54
 
55
- Same is with your web instance: `https://iobroker.mydomain.com/ioBrokerWeb/ => http://local-iobroker.IP:8082`.
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>