Smallest Deployed

On the third day I deployed Smallest Wiki Revisited on a production server with 400 claimed sites. I feel safe since I only grant deno read access. site

I've launched this under screen, now with a loop to log and recover from failures.

while true do (cd /root/.wiki deno run --allow-net --allow-read=. --reload \ http://small.fed.wiki/assets/start.js) \ 2>log/`date +%y%m%d-%H%M%S`.txt done

pages/smallest-wiki-revisited/log

The newest log is expected to be empty. Should deno abort writing any useful info it will be saved as we open a redirect to a new file.

We hack the node server at asia.wiki.org to include a link to the this deploy in the footer.

cd /usr/local/lib/node_modules/ cd wiki/node_modules/wiki-client vi views/static.html

<span onclick="location=location.href .replace(/(\w)\/(\w)/,'$1:4444/#/$2')"> try 4444 </span>