| 00-overview | 4 days ago | ||
| 10-systems | 1 day ago | ||
| 40-inventory | 3 days ago | ||
| 60-generated | 4 days ago | ||
| 90-maintenance | 17 hours ago | ||
| nginx | 1 day ago | ||
| schemas | 11 hours ago | ||
| scripts | 1 day ago | ||
| server | 11 hours ago | ||
| systemd | 1 day ago | ||
| ui | 4 days ago | ||
| .gitignore | 4 days ago | ||
| README.md | 1 day ago | ||
Knowledge base for documenting personal digital and server infrastructure.
./scripts/install.sh
systemctl --user status gnexus-book-backend.service — listens on 0.0.0.0:800080 from /var/www/gnexus-booksystemctl --user status gnexus-book-mcp.service — listens on 0.0.0.0:8001, endpoint /sse./scripts/deploy.sh
A sample nginx config is provided in nginx/gnexus-book.conf. To use it:
sudo apt install nginx sudo cp nginx/gnexus-book.conf /etc/nginx/sites-available/ sudo ln -s /etc/nginx/sites-available/gnexus-book.conf /etc/nginx/sites-enabled/ sudo rm -f /etc/nginx/sites-enabled/default sudo nginx -t && sudo systemctl reload nginx
Nginx will serve the built UI from /var/www/gnexus-book and proxy /api/ to the backend on port 8000.