Manage your self-hosted server or NAS with a lightweight, remote file browser designed for simplicity. Built with a Go backend and a JavaScript frontend, this solution provides a clean web interface to handle file operations without unnecessary bloat. Navigate directories, upload documents, and organize your storage directly from your browser.
Key features include:
.tar.gz archives.Configuration is handled through environment variables, allowing you to set up secure authentication and custom data directories in minutes.
services:
mikochi:
image: zer0tonin/mikochi:latest
container_name: mikochi
restart: unless-stopped
ports:
- 8080:80
volumes:
- ./files:/data
environment:
- USERNAME=${MIKOCHI_USERNAME}
- PASSWORD=${MIKOCHI_PASSWORD}MIKOCHI_USERNAME=admin
MIKOCHI_PASSWORD=your_secure_passwordAuto-fetched about 22 hours ago
Auto-fetched about 22 hours ago