diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2025-07-26 22:03:19 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2025-07-26 22:03:19 +0100 |
commit | 6a64e12f5665be3a5b3bd31ece75cb4ccba95743 (patch) | |
tree | 710d1a790390f942d2f502fdd1c760edeab5f0b3 /.gitmodules | |
parent | 7b2bdcc165bf8f40c32a74c5ea3a9b4ce2db5c3a (diff) | |
download | BetterZFSReplication-6a64e12f5665be3a5b3bd31ece75cb4ccba95743.tar.gz BetterZFSReplication-6a64e12f5665be3a5b3bd31ece75cb4ccba95743.zip |
Created a wrapper for the websockets API and changed the script to make the slave TrueNAS use it (the master TrueNAS still uses the REST API for now)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f65d87e..a1b2dfe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "autoBackup/TasmotaCLI"] path = autoBackup/TasmotaCLI url = git@github.com:jwansek/TasmotaCLI.git +[submodule "api_client"] + path = api_client + url = git@github.com:monitorjbl/api_client.git |