Updated README.md
- Updated README.md to announce the Bearer Token Authentication feature.
This commit is contained in:
parent
817433a393
commit
ebc461a519
11
README.md
11
README.md
|
|
@ -1,6 +1,6 @@
|
||||||
# TrueNAS ZFS over iSCSI Plugin for Proxmox VE
|
# TrueNAS ZFS over iSCSI Plugin for Proxmox VE
|
||||||
|
|
||||||
## 📢: ATTENTION 2023-08-16 📢: New repos are now online at [Cloudsmith](#new-installs).
|
## 📢: ATTENTION 2024-01-07 📢: Bearer Token Authentication now available in Version 2.3.0 on the testing repo.
|
||||||
|
|
||||||
## Activity
|
## Activity
|
||||||
|
|
||||||
|
|
@ -8,6 +8,15 @@
|
||||||
<summary>Expand to see the activity tree</summary>
|
<summary>Expand to see the activity tree</summary>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>2024-01-07</summary>
|
||||||
|
|
||||||
|
- Added Bearer Token Authentication.
|
||||||
|
- Changed variable `freenas_password` to `truenas_secret` to represent either a password or token.
|
||||||
|
- Identation and whitespace cleanup.
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>2023-08-18</summary>
|
<summary>2023-08-18</summary>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue