ov-filebrowser/skills/filebrowser/SKILL.md
FileBrowser Quantum web file manager with Tailscale tunnel. MUST be invoked before building, deploying, configuring, or troubleshooting the filebrowser image.
npx skillsauth add overthinkos/overthink-plugins filebrowserInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Web file manager accessible via Tailscale private tunnel.
| Property | Value | |----------|-------| | Base | fedora | | Layers | agent-forwarding, filebrowser, dbus, ov | | Platforms | linux/amd64 | | Ports | 8085:8080 | | Tunnel | tailscale (private: all) | | Registry | ghcr.io/overthinkos |
fedora (base)pixi -> python -> supervisord (transitive)agent-forwarding -- SSH/GPG agent forwardingfilebrowser -- web file manager, data + files volumesdbus -- D-Bus session busov -- ov CLI inside container| Port | Service | Protocol | |------|---------|----------| | 8085 (host) -> 8080 (container) | FileBrowser | HTTP |
| Name | Path | Purpose | |------|------|---------| | data | ~/.filebrowser/data | Database (SQLite) and cache | | files | ~/.filebrowser/files | User-accessible files (bind-mount target) |
ov image build filebrowser
ov config filebrowser --bind files=~/Documents
ov start filebrowser
# Access at http://localhost:8085
# Tailscale: https://<hostname>:8085
# Default login: admin / admin
# Browse home directory
ov config filebrowser --bind files=~/
# Browse NAS mount
ov config filebrowser --bind files=/mnt/nas/shared
# Browse specific project
ov config filebrowser --bind files=~/projects
ov alias install filebrowser
# Now: filebrowser (runs inside the container)
/ov-filebrowser:filebrowser -- FileBrowser Quantum service, config, volumes/ov-foundation:agent-forwarding -- SSH/GPG agent forwarding/ov-foundation:dbus -- D-Bus session bus/ov-foundation:ov -- ov CLI for in-container management/ov-foundation:fedora -- parent base image/ov-ollama:ollama -- similar simple service patternAfter ov start:
ov status filebrowser -- container runningcurl -s http://localhost:8085 -- web UI responds (HTTP 200)curl -s http://localhost:8085/health -- {"message":"ok"}https://<hostname>:8085 from any tailnet deviceLatest ov eval live filebrowser run: 24 passed, 0 failed, 0 skipped.
All tests embedded in the org.overthinkos.eval OCI label, covering
agent-forwarding prerequisites (gpg, ssh, direnv binaries), supervisord
127.0.0.1:${HOST_PORT:8080},
HTTP 200 on /, data volume mounted.See /ov-build:eval for the framework and author-facing gotchas.
/ov-filebrowser:filebrowser — layer authoring/ov-build:eval — declarative testing framework/ov-core:config — deploy-mode setup with volume backing and tunnels/ov-build:build — LABELs-at-end cache efficiencyMUST be invoked when the task involves the filebrowser image, web file management deployment, or the FileBrowser Quantum service. Invoke this skill BEFORE reading source code or launching Explore agents.
/ov-build:image — image family umbrella (image: entries in overthink.yml, build/validate/inspect/list)tools
OpenCharly CLI (charly) binary installed into container/VM images for in-container use. Use when working with charly binary deployment inside containers, native D-Bus support, or the full charly toolchain (charly binary + virtualization + gocryptfs + socat).
development
Operator CachyOS workstation profile — a kind:local template + target:local deploy that installs the full dev stack (30 candies) onto a CachyOS host via ShellExecutor. Lives in the overthinkos/cachyos submodule. MUST be invoked before editing or applying the charly-cachyos workstation profile.
tools
Fedora box with the full charly toolchain using shared candies. Rootless-first — runs as uid=1000 with passwordless sudo (no root, no cap_add: ALL). Same candy list as charly-arch. Includes NVIDIA GPU runtime. MUST be invoked before building, deploying, configuring, or troubleshooting the charly-fedora box.
tools
Arch Linux box with the full charly toolchain. Rootless-first — runs as uid=1000 with passwordless sudo (no root, no cap_add: ALL). Composes /charly-coder:charly-mcp so the box is reachable as an MCP gateway on port 18765. NVIDIA GPU runtime composed in. MUST be invoked before building, deploying, configuring, or troubleshooting the charly-arch box.