> For the complete documentation index, see [llms.txt](https://kipavy.gitbook.io/it-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kipavy.gitbook.io/it-wiki/self-hosting.md).

# Self-hosting

- [Remote Access](https://kipavy.gitbook.io/it-wiki/self-hosting/remote-access.md)
- [Cloudflare Tunnels](https://kipavy.gitbook.io/it-wiki/self-hosting/remote-access/cloudflare-tunnels.md)
- [Tailscale](https://kipavy.gitbook.io/it-wiki/self-hosting/remote-access/tailscale.md)
- [Split DNS](https://kipavy.gitbook.io/it-wiki/self-hosting/remote-access/tailscale/split-dns.md): Split DNS lets you split your DNS requests on different DNS servers depending on the website. For example you can use your own local DNS only for your domain.
- [Tailscale Subnet routers](https://kipavy.gitbook.io/it-wiki/self-hosting/remote-access/tailscale/tailscale-subnet-routers.md): Subnet routers let you extend your Tailscale network (known as a tailnet) to include devices that don't or can't run the Tailscale client.
- [Tailscale Funnel](https://kipavy.gitbook.io/it-wiki/self-hosting/remote-access/tailscale/tailscale-funnel.md): Tailscale Funnel lets you route traffic from the broader internet to a local service running on a device in your Tailscale network (known as a tailnet).
- [SSH Web Tailscale](https://kipavy.gitbook.io/it-wiki/self-hosting/remote-access/tailscale/ssh-web-tailscale.md): Tailscale SSH Console lets you initiate a Tailscale SSH session in your browser.
- [Reverse Proxy](https://kipavy.gitbook.io/it-wiki/self-hosting/remote-access/reverse-proxy.md)
- [Forward Port on Oracle Free Tier](https://kipavy.gitbook.io/it-wiki/self-hosting/remote-access/forward-port-on-oracle-free-tier.md)
- [Storage](https://kipavy.gitbook.io/it-wiki/self-hosting/storage.md)
- [HDD Monitoring Proxmox](https://kipavy.gitbook.io/it-wiki/self-hosting/storage/hdd-monitoring-proxmox.md): Tutorial to setup Scrutiny HDD Monitoring & Alerting Dashboard on Proxmox (really useful for RAID setups)
- [ZFS Proxmox Config](https://kipavy.gitbook.io/it-wiki/self-hosting/storage/zfs-proxmox-config.md)
- [File Sharing](https://kipavy.gitbook.io/it-wiki/self-hosting/storage/file-sharing.md): This is a tutorial to setup and use an NFS file share on a Proxmox server.
- [Proxmox Backup](https://kipavy.gitbook.io/it-wiki/self-hosting/storage/proxmox-backup.md): How to setup an automated proxmox backup system (host config + LXCs). With this you'll be able to get your server up and running in a few minutes from scratch.
- [Tips](https://kipavy.gitbook.io/it-wiki/self-hosting/tips.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://kipavy.gitbook.io/it-wiki/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.
