Nginx Wiki Exposure

Summary

The personal LLM Wiki is publicly exposed through nginx at https://hermes.devance.co.

Paths

Exposure Policy

Published Content

The nginx site serves a generated static HTML snapshot from /var/www/wiki, not the source markdown directory directly.

Published by default:

Excluded by default:

Rebuild Workflow

Manual rebuild:


sudo /usr/local/bin/build-wiki-site

sudo chown -R www-data:www-data /var/www/wiki

Automatic rebuild is enabled through systemd path monitoring:


systemctl status wiki-site-build.path --no-pager

systemctl status wiki-site-build.service --no-pager

Verification Commands


sudo nginx -t

curl -I https://hermes.devance.co/

curl -s https://hermes.devance.co/index.html | grep -i 'Wiki Index'

curl -I https://hermes.devance.co/raw/ || true

sudo certbot certificates -d hermes.devance.co

Related Wiki Pages