From fb7d5bfb0b780486d3b6191dda7c0a340abe286e Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 13 Feb 2026 17:03:35 -0800 Subject: feat: add docker support and update readme (NK-kqt9oc) --- README.md | 39 +++++++++++++++++++++++++++------------ 1 file changed, 27 insertions(+), 12 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b7e97e8..d79e3d1 100644 --- a/README.md +++ b/README.md @@ -19,25 +19,26 @@ - [Neko](#neko) - - [Features](#features) - - [Screenshots](#screenshots) + - [Features](#features) + - [Screenshots](#screenshots) - [Installation](#installation) - - [Requirements](#requirements) - - [Building](#building) - - [Dependencies](#dependencies) + - [Requirements](#requirements) + - [Building](#building) + - [Build with React Frontend](#build-with-react-frontend) - [Configuration](#configuration) - - [Storage](#storage) + - [Storage](#storage) - [Usage](#usage) - - [Web Interface](#web-interface) - - [Add Feed](#add-feed) - - [Crawl Feeds](#crawl-feeds) - - [Export](#export) + - [Web Interface](#web-interface) + - [Add Feed](#add-feed) + - [Crawl Feeds](#crawl-feeds) + - [Export](#export) - [All Command Line Options](#all-command-line-options) - [Configuration File](#configuration-file) - [TODO](#todo) - [History](#history) - - [Early 2017](#early-2017) - - [July 2018 -- v0.2](#july-2018----v02) + - [Early 2017](#early-2017) + - [July 2018 -- v0.2](#july-2018----v02) + - [February 2026 -- v.03 -- Vibe-code Modernization](#february-2026----v03----vibe-code-modernization) - [Feedback](#feedback) @@ -78,6 +79,20 @@ Binaries are not yet officially provided, but the project is designed for easy s ## Building +### Docker + +The easiest way to run Neko is using Docker and Docker Compose. + +1. **Build and Start**: + ```bash + docker-compose up -d + ``` + +2. **Access**: + The web interface will be available at `http://localhost:8080`. + +Data is persisted in a Docker volume named `neko-data` (mapping to `/app/data/neko.db` inside the container). + ### Build with React Frontend Neko now includes a modern React frontend. To build the full application: -- cgit v1.2.3