# VM Obsidian Setup

## Access
- Browser URL: `https://obsidian.archivedpiece.com`
- Authentication credentials are stored separately in `/root/workspace/obsidian-login.txt` and are intentionally not copied into vault notes.

## Deployment
- Container: `obsidian`
- Image: `lscr.io/linuxserver/obsidian:latest`
- Vault path: `/root/workspace/obsidian-vault`
- Config path: `/root/workspace/obsidian-config`
- Container restart policy: `unless-stopped`
- Caddy reverse proxy provides HTTPS and authentication.

## Verification
- HTTPS certificate: issued for `obsidian.archivedpiece.com` by Let's Encrypt.
- Unauthenticated requests are rejected with HTTP 401.
- Authenticated requests return the browser UI with HTTP 200.
