In ndcode_site, can create account, verify email, sign in/out, reset password (while...
authorNick Downing <nick@ndcode.org>
Sun, 16 Jan 2022 00:10:32 +0000 (11:10 +1100)
committerNick Downing <nick@ndcode.org>
Tue, 18 Jan 2022 00:25:03 +0000 (19:25 -0500)
.gitmodules
install.sh
ndcode_site
nodemailer_cache [new submodule]

index f6c1bf2..ab61b95 100644 (file)
 [submodule "UglifyJS"]
        path = UglifyJS
        url = https://git.ndcode.org/public/UglifyJS.git
+[submodule "nodemailer_cache"]
+       path = nodemailer_cache
+       url = https://git.ndcode.org/public/nodemailer_cache.git
index 0c3b0f9..3b69df9 100755 (executable)
@@ -3,6 +3,9 @@
 sudo apt install build-essential recode zlib1g-dev automake
 (cd zettair && ./configure --prefix=$HOME && make -j5 install)
 
+# for captchagen / node-canvas
+sudo apt install libcairo2-dev libpango1.0-dev
+
 NODE_VERSION=v17.3.0
 NODE=node-$NODE_VERSION-linux-x64
 if ! test -f $NODE.tar.xz
index 3ee27cc..6d2cdae 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 3ee27ccfaa0799654dd2836b57ce818b541a7f60
+Subproject commit 6d2cdae0d153a3601b0a0855de1530cc4417788e
diff --git a/nodemailer_cache b/nodemailer_cache
new file mode 160000 (submodule)
index 0000000..bcb3296
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit bcb32968ce8577c5a137f76134d80bc50a2f677e