39 lines
997 B
Markdown
39 lines
997 B
Markdown
---
|
|
title: Software Stack
|
|
description: Services running on Pocket Grimoire
|
|
published: true
|
|
date: 2026-04-12T00:00:00.000Z
|
|
tags: pocket, software, docker
|
|
editor: markdown
|
|
dateCreated: 2026-04-12T00:00:00.000Z
|
|
---
|
|
|
|
# Pocket Grimoire Software Stack
|
|
|
|
## Services
|
|
|
|
| Service | Port | Purpose | Mode |
|
|
|---------|------|---------|------|
|
|
| Jellyfin | 8096 | Media playback | Read/write |
|
|
| PocketStash | 9998 | Adult media (Stash) | Read-only travel mode |
|
|
| Wiki.js | 3000 | Documentation mirror | Pull-only (no writes) |
|
|
| Filebrowser | 8080 | File management | Read/write |
|
|
| Beszel agent | — | Reports back to znas monitoring | Active when tunneled |
|
|
|
|
## ZFS Pool
|
|
|
|
Pool name: `pocket-green`
|
|
Mount point: `/srv/greenpg/`
|
|
|
|
Dataset layout mirrors the Vault Grimoire structure for Green/Pocket data.
|
|
|
|
## Docker
|
|
|
|
Docker Engine (standalone, not Swarm). Compose-only. No overlay networks.
|
|
|
|
## Host Services
|
|
|
|
- Linux (Ubuntu Server)
|
|
- OpenZFS
|
|
- systemd timers (sync, health checks)
|
|
- Cockpit (management)
|