# Self-Hosting

- [Proxmox VE](https://martian1337.gitbook.io/notes/digital-privacy/self-hosting/proxmox-ve.md)
- [Proxmox Update Setup Guide](https://martian1337.gitbook.io/notes/digital-privacy/self-hosting/proxmox-ve/proxmox-update-setup-guide.md): This guide covers how to set up the necessary Proxmox repositories, enable automatic updates with unattended-upgrades, and handle both enterprise and non-subscription update channels.
- [Enable and test Wake-on-LAN (WOL)](https://martian1337.gitbook.io/notes/digital-privacy/self-hosting/proxmox-ve/enable-and-test-wake-on-lan-wol.md)
- [Remotely Unlocking LUKS-Encrypted Proxmox with Dropbear SSH at Boot](https://martian1337.gitbook.io/notes/digital-privacy/self-hosting/proxmox-ve/remotely-unlocking-luks-encrypted-proxmox-with-dropbear-ssh-at-boot.md): This guide explains how to set up remote unlocking via SSH during the early boot stage using Dropbear inside the initramfs environment on a LUKS-encrypted Proxmox system.
- [Idle Proxmox Auto-Shutdown](https://martian1337.gitbook.io/notes/digital-privacy/self-hosting/proxmox-ve/idle-proxmox-auto-shutdown.md)
- [Secure Remote Access with TailScale + Hardened SSH](https://martian1337.gitbook.io/notes/digital-privacy/self-hosting/secure-remote-access-with-tailscale-+-hardened-ssh.md): This guide walks you through setting up secure remote access using TailScale VPN with MagicDNS for easy hostname access along with steps to harden SSH with key-based login.
- [Expose the Web UI over Tailnet](https://martian1337.gitbook.io/notes/digital-privacy/self-hosting/secure-remote-access-with-tailscale-+-hardened-ssh/expose-the-web-ui-over-tailnet.md)
- [Remote Unlock of LUKS-Encrypted Root Disk via SSH](https://martian1337.gitbook.io/notes/digital-privacy/self-hosting/remote-unlock-of-luks-encrypted-root-disk-via-ssh.md): This document outlines how to configure remote unlocking of an encrypted root filesystem protected by LUKS during system boot, using SSH access before the main OS loads.
- [Git](https://martian1337.gitbook.io/notes/digital-privacy/self-hosting/git.md)
- [Hosting Gitea & Forgejo with Docker, Nginx, and Cloudflare Proxy](https://martian1337.gitbook.io/notes/digital-privacy/self-hosting/git/hosting-gitea-and-forgejo-with-docker-nginx-and-cloudflare-proxy.md): This guide helps beginners deploy Gitea or Forgejo Git servers using Docker containers, secure them with Nginx reverse proxy, and protect with Cloudflare.
- [Two-VPS Private Proxy Architecture: Nginx Reverse Proxy Over Wireguard VPN](https://martian1337.gitbook.io/notes/digital-privacy/self-hosting/two-vps-private-proxy-architecture-nginx-reverse-proxy-over-wireguard-vpn.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://martian1337.gitbook.io/notes/digital-privacy/self-hosting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
