OrivanaHome
GuidesToolsTopicsCollectionsWorkspace
Orivana

A self-hosting column and review lab

Explore

  • Guides
  • Tools
  • Topics
  • Stacks
  • Workspace

Resources

  • Start here
  • FAQ
  • How we review
  • Editorial policy

About

  • About
  • Contact
  • Author

Legal & trust

  • Privacy Policy
  • Cookie Policy
  • Terms of Service
  • Disclaimer

Subscribe

© 2026 Orivana. Independently published by Ben Liu. All rights reserved.

GuidesToolsTopicsCollectionsWorkspace

Field notes from a real lab

ORIVANA

Self-hosting is more than installing software.

Practical self-hosting guides — clear trade-offs, deploy paths, and what it takes to keep services healthy.

Explore guidesBrowse topic playbooks
ORIVANA LABONLINE

$ docker compose up -d

[+] running 6/6

✔proxystarted

✔databasestarted

✔monitoringstarted

✔vaultstarted

✔photosstarted

✔homepagestarted

CPU Usage12%
Memory3.1 / 16 GB
Storage2.4 TB / 8 TB
Uptime27d 14h 23m

system ready

Editor's note

Clear trade-offs before you deploy

Original guides and lab notes for self-hosting — what fits, how to ship it, and what it costs to keep running.

Start here

Latest guides

View all guides
  • wikis2026-08-26

    Self-Hosted Wiki for Households and Tiny Teams

    Pick BookStack vs Wiki.js vs Outline for the job, structure pages people will actually use, and back up content before the wiki becomes the only copy.

    18 min readRead
  • feed readers2026-08-26

    Self-Hosted RSS: Feed Readers, Sync, and OPML Hygiene

    When to self-host FreshRSS or Miniflux, how to keep OPML portable, and fetch habits that respect publishers without turning RSS into another inbox.

    16 min readRead
  • ai2026-07-30

    Ollama on a Homelab: Local LLMs Without Melting the Rack

    Operator guide to running Ollama at home — install paths, Docker, model disk gravity, GPU vs CPU, API exposure, and a sane first weekend with Open WebUI.

    20 min readRead
  • tls2026-07-23

    Reverse Proxy and Automatic TLS for Homelabs

    One ops guide for reverse proxy + ACME: what a proxy solves, Caddy/Traefik/Nginx fit, certificate renewal, Docker wiring, failure modes, and troubleshooting — without three overlapping primers.

    22 min readRead

Browser tools

Hash, JSON, timestamps, images, and AI helpers — run them in the browser, then get back to the rack.

View all tools
  • developer

    Timestamp Converter

    Unix seconds and milliseconds ↔ local/UTC dates, with a live clock.

    Open tool
  • developer

    JSON Formatter

    Pretty-print, minify, or validate JSON in the browser.

    Open tool
  • developer

    Hash Generator

    Compute MD5, SHA-1, SHA-256, and SHA-512 digests locally.

    Open tool
  • text

    Password Generator

    Generate strong passwords locally — length, charset, and count.

    Open tool
  • network

    IP Lookup

    Look up IP geolocation, ASN, and network details.

    Open tool
  • ai

    AI Rewriter

    Rewrite text by style and length — polish drafts in one pass.

    Open tool
  • image

    Image Compress

    Compress images in the browser before you upload or archive them.

    Open tool
  • developer

    Base64 Encode / Decode

    Convert between text and Base64 — Standard, URL-safe, and MIME.

    Open tool

Topic playbooks

View all topics
  • Analytics

    Operator guidance for privacy-first analytics — metrics that matter, consent, and maintenance load.

    3 guidesView topic
  • CMS

    How to evaluate CMS options for blogs and brochure sites — migration, plugins, and day-2 ops.

    3 guidesView topic
  • Forums

    Moderation load, federation choices, and security expectations for community software.

    3 guidesView topic
  • Money

    Threat modeling and backup practices before you import bank CSVs into a home server.

    3 guidesView topic
  • Project Mgmt

    Pick trackers that match your ceremony budget — issues, boards, or full suites.

    3 guidesView topic
  • Automation

    How to adopt self-hosted automation without creating undebugable brittle pipelines.

    3 guidesView topic

Curated stacks

Start with a shortlist, not a firehose.

All stacks

Docker-first starter stack

Compose-friendly picks for reverse proxy, vault, photos, and a homepage — a practical first rack.

CaddyVaultwardenImmich

Privacy-minded essentials

DNS filtering, sync, notes, and analytics with fewer third parties in the path.

Pi-holeSyncthingStandard Notes

Family media library

Photos, movies, audiobooks, and a living-room friendly streaming core.

ImmichJellyfinAudiobookshelf

Small-team developer hub

Git hosting, project boards, and low-code building blocks for a private engineering space.

GiteaForgejoVikunja

Docs & paperless office

Wikis, OCR document vaults, and PDF utilities for households and tiny offices.

BookStackPaperless-ngxDocspell

Creator publishing kit

Blogging, CMS, newsletters-adjacent publishing, and first-party analytics.

GhostWordPressStrapi

Why trust Orivana?

  • A real lab

    Deployments and failure notes come from a Proxmox / Docker review bench — not a scraped list.

  • Original writing

    Every guide is written from operator work: install paths, upgrades, and the parts that actually break.

  • Long-horizon reviews

    We score tools on stability, backups, and security over time — not launch-week screenshots.

  • Transparent methods

    How we review is public. Rankings are not for sale. Lab notes can be checked against the benches.

FAQ

Full FAQ

What is Orivana?

Orivana is Ben Liu's self-hosting column: original deep tutorials and lab notes for operators. Start with Guides, Topics, and curated stacks — written from a Proxmox/Compose review lab, not scraped blog dumps.

Who publishes Orivana?

Ben Liu publishes Orivana as an independent site and runs a small Proxmox/Docker review lab for lab notes. Corrections and privacy requests go to support@orivana.xyz, typically within 2-3 business days.

Is self-hosting free?

The software is often free as in freedom / free as in price, but hosting is not free. You pay with hardware, electricity, domains, backup storage, and your time for updates and incidents.

Do I need Docker?

No, but Docker Compose is a practical default for many beginners because it packages dependencies and makes rebuilds repeatable. Some projects install natively via packages or binaries.

Where should a beginner start?

Follow Getting started: pick one job-to-be-done, shortlist a few tools, deploy behind a reverse proxy, prove a restore, then harden lightly.

What is the difference between guides, topics, and stacks?

Guides are original operator articles (how-tos, comparisons, roundups). Topics are category playbooks that help you choose among tools in one area. Stacks (collections) are curated shortlists for a job-to-be-done, such as a first Docker rack or secure remote access.