Skip to content

Commit eadfe72

Browse files
committed
Add captive portal details
1 parent 35b95d4 commit eadfe72

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

manifest.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,62 @@
239239
"www-data ALL=(ALL) NOPASSWD:/bin/rm /tmp/*.pcap",
240240
"www-data ALL=(ALL) NOPASSWD:/bin/rm /tmp/*.pcapng"
241241
]
242+
},
243+
{
244+
"id": "8",
245+
"name": "Captive portal",
246+
"version": "v1.0.0",
247+
"description": "A Captive Portal add-on for RaspAP",
248+
"author": "Bill Z",
249+
"author_uri": "https://github.com/billz",
250+
"plugin_uri": "https://github.com/RaspAP/",
251+
"plugin_docs": "https://docs.raspap.com/features-insiders/captive/",
252+
"license": "GPL-3.0",
253+
"namespace": "RaspAP\\Plugins\\Captive",
254+
"dpkgs": {
255+
"nodogsplash_5.0.2-1_arm64.deb",
256+
"nodogsplash_5.0.2-1_armhf.deb"
257+
},
258+
"configuration": [
259+
{
260+
"source": "config/nodogsplash.conf",
261+
"destination": "/etc/nodogsplash/"
262+
},
263+
{
264+
"source": "config/splash.html",
265+
"destination": "/etc/nodogsplash/"
266+
},
267+
{
268+
"source": "config/status.html",
269+
"destination": "/etc/nodogsplash/"
270+
},
271+
{
272+
"source": "config/status.html",
273+
"destination": "/etc/nodogsplash/"
274+
},
275+
{
276+
"source": "config/splash.css",
277+
"destination": "/etc/nodogsplash/"
278+
},
279+
{
280+
"source": "config/RaspAP-logo.svg",
281+
"destination": "/etc/nodogsplash/images/"
282+
}
283+
],
284+
"default_locale": "en_US",
285+
"dependencies": {
286+
"libmicrohttpd-dev": "1.0.1-4",
287+
"libjson-c-dev": "0.18+ds-1"
288+
},
289+
"icon": "fas fa-right-to-bracket",
290+
"install_path": "plugins-available",
291+
"manifest_version": "1.0",
292+
"sudoers": [
293+
"www-data ALL=(ALL) NOPASSWD:/bin/systemctl * nodogsplash.service",
294+
"www-data ALL=(ALL) NOPASSWD:/bin/cp /tmp/nodogsplash.conf /etc/nodogsplash/nodogsplash.conf",
295+
"www-data ALL=(ALL) NOPASSWD:/usr/bin/ndsctl *"
296+
]
242297
}
243298
]
244299
}
300+

0 commit comments

Comments
 (0)