list

scripts

Repo containing scripts to be used with dovel, and git hooks that powers our web interface.

curl https://dovel.email/scripts.tar tar

3e3398b

Author: brian (git@myr.sh)

Date: Sun Oct 1 12:52:07 2023 -0300

Parent: 1de8506

Added go mod meta line

Diff

diff --git a/aux.sh b/aux.sh
index b10c9cf..fc4bdf5 100755
--- a/aux.sh
+++ b/aux.sh
@@ -13,6 +13,7 @@ pagehead() {
<meta name="keywords" content="email, dovel, blmayer, self host, software, smtp, web, interface">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">
+		$([ -e "$REPO" ] && echo "<meta name="go-import" content="/$REPO mod https://dovel.email">")
<style>
body {
max-width: 43em;