Update openwrt.md

This commit is contained in:
Pierre Balzack 2024-01-26 14:06:02 -08:00 committed by GitHub
parent c689ecd535
commit 08c2e0bd92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 - 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 ## 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: - 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: - update the package list by running:
- scripts/feeds update databag - scripts/feeds update databag
- install the pacakge by running: - install the pacakge by running: