@@ -100,7 +100,7 @@ On the Docker host that you want to run the Consul-tree container from.
100100 --restart always \
101101 --name consul-tree \
102102 --env "BASE_URI=consuldirectory" \
103- vagharsh/consul-tree:7.1
103+ vagharsh/consul-tree:7.4
104104 ```
105105- There are 2 ways to provide the config file.
106106 - Provide the configs file via **HTTP** url. (**both files [auth.php, config.json] should be provided**)
@@ -110,7 +110,7 @@ On the Docker host that you want to run the Consul-tree container from.
110110 -p 8123:80 \
111111 --restart always \
112112 --name consul-tree \
113- vagharsh/consul-tree:7.1 -web
113+ vagharsh/consul-tree:7.4 -web
114114 ```
115115 **Note**: Make sure that the files are not shared publicly, and that the php file is not hosted on a php server.
116116
@@ -121,7 +121,7 @@ On the Docker host that you want to run the Consul-tree container from.
121121 -p 8123:80 \
122122 --restart always \
123123 --name consul-tree \
124- vagharsh/consul-tree:7.1
124+ vagharsh/consul-tree:7.4
125125 ```
126126 - Mounting the config files separately.
127127 ```
@@ -130,7 +130,7 @@ On the Docker host that you want to run the Consul-tree container from.
130130 -p 8123:80 \
131131 --restart always \
132132 --name consul-tree \
133- vagharsh/consul-tree:7.1
133+ vagharsh/consul-tree:7.4
134134 ```
135135- Access the `consul-tree` e.g. `http://test.domain.com/consuldirectory` or `http://test.domain.com/`
136136- To create a folder or a key, Right click inside the tree where you want the folder / key to be created. and then click on the create.
@@ -154,7 +154,7 @@ a simple basic `token` is used to authenticate to import the data through `backe
154154
155155Release Notes
156156---------
157- [v7.4]()
157+ [v7.4](https://github.com/vagharsh/consul-tree/commit/64e7363f5ca914984a7fc826122e2fd5e35bc188 )
158158- Fixed : Not exporting when the keys count is more than 64000.
159159- Updated : Send the exported data to the backend using chunks, instead of a huge object.
160160- Added : Export function progress bar which indicates the percentage of the received data.
0 commit comments