minor updates
authorIan Kelling <iank@fsf.org>
Wed, 16 Feb 2022 20:32:57 +0000 (15:32 -0500)
committerIan Kelling <iank@fsf.org>
Wed, 16 Feb 2022 20:32:57 +0000 (15:32 -0500)
about-me.html
setup.sh

index c52359d9ac7aed6eab757037a98e54c437d9326f..6ca9bd1108e69ed0f3fd4192a05418f01d2d7af9 100644 (file)
@@ -3,7 +3,7 @@
     <li><a href="mailto:iank@fsf.org">iank@fsf.org</a>, I'm a senior sysadmin at FSF</li>
     <li><a href="mailto:ian@iankelling.org">ian@iankelling.org</a></li>
     <li><a href="ian-kelling-pubkey.asc">gpg key: B125 F60B 7B28 7FF6 A2B7 DF8F 170A F0E2 9542 95DF</a></li>
-    <li>iank on <a href="https://libera.chat/">Libera.Chat</a>. There was a false tweet about me in march 2021 claiming I said mean things in #perl 10+ years ago. That was not me. I started using the nick iank on freenode when I joined FSF in may 2017. I don't regularly read twitter. Apparently it's common for people to post on twitter about people who don't read twitter and never tell them about it. If you read something within the last month about me on twitter, please tell me. I respond to all emails I get.</li>
+    <li>iank on <a href="https://libera.chat/">Libera.Chat</a>. There was a false tweet about me in march 2021 claiming I said mean things in #perl 10+ years ago. That was not me. I started using the nick iank on freenode when I joined FSF in may 2017. I don't regularly read twitter. Apparently it's common for people to post on twitter about people who don't read twitter and never tell them about it. If you read something within the last month about me on twitter, please tell me. I respond to all emails I get. I contacted the original tweet author and they deleted the tweet and ignored my request to inform people that it was wrong.</li>
 </li>
     <li><a rel="me" href="https://hostux.social/@iank">@iank@hostux.social</a> on <a href="https://joinmastodon.org">Mastodon</a></li>
     <li>I do most of my computing on some librebooted x200's and KGPE-D16's + Trisquel, and a libreCMC router</li>
index 5452793a6a3cce6094d307773de33ab55c8297c7..7035dff24774a677ac9846b0b7b8e2d9fc2302be 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -85,7 +85,8 @@ pkgs=(
   # build.rb dependencies
   ruby-pygments.rb ruby-safe-yaml ruby-sass
   # python pkgs used for o(n^2) voting blog entry
-  python-bcrypt python-passlib
+  # # commented out, needs update to python3
+  #python-bcrypt python-passlib
   # gitweb pkgs
   gitweb highlight
 )
@@ -151,6 +152,11 @@ web-conf $allow_symlinks_arg $email_arg -p $port - apache2 $domain <<EOF
   AddHandler cgi-script .py
 </Directory>
 
+<Directory /var/www/$domain/html/alex>
+  Options Indexes
+</Directory>
+
+
 <Directory "/var/www/$domain/html/cgi">
   Options +ExecCGI
   SetHandler cgi-script