From 08c2e0bd9275dab5c61f54c395ceb4832b60df75 Mon Sep 17 00:00:00 2001 From: Pierre Balzack <96387156+balzack@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:06:02 -0800 Subject: [PATCH] Update openwrt.md --- doc/openwrt.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/openwrt.md b/doc/openwrt.md index adfff6c6..32cae4f7 100644 --- a/doc/openwrt.md +++ b/doc/openwrt.md @@ -5,8 +5,10 @@ These instructions assume can build an OpenWrt firmware for your hardware: - you will likely also want to install nginx from the main feed and configure it as a reverse proxy to the databag service ## Databag is currently included as a custom feed + - clone the custom feed into the OpenWrt repo: + - git clone https://github.com/balzack/openwrt-databag.git - in feeds.conf at the root of the repository add: - - src-git databag https://github.com/balzack/openwrt-databag.git + - src-cpy databag ./openwrt-databag/ - update the package list by running: - scripts/feeds update databag - install the pacakge by running: