-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathlightnvr.xml
More file actions
38 lines (38 loc) · 3.55 KB
/
lightnvr.xml
File metadata and controls
38 lines (38 loc) · 3.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0"?>
<Container version="2">
<Name>lightnvr</Name>
<Repository>ghcr.io/opensensor/lightnvr</Repository>
<Registry>https://github.com/opensensor/lightNVR</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/195746-support-devzwf-lightnvr/</Support>
<Project>https://github.com/opensensor/lightNVR</Project>
<Overview>LightNVR is a tiny, memory-optimized Network Video Recorder software written in C. While originally designed for resource-constrained devices like the Ingenic A1 SoC with only 256MB of RAM, it can run on any Linux system.
LightNVR provides a lightweight yet powerful solution for recording and managing IP camera streams. It's designed to run efficiently on low-power, memory-constrained devices while still providing essential NVR functionality with a modern, responsive web interface.</Overview>
<Category>Security:</Category>
<WebUI>http://[IP]:[PORT:8080]</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/devzwf/unraid-docker-templates/main/images/lightnvr-logo.png</Icon>
<ExtraParams>--restart=unless-stopped</ExtraParams>
<PostArgs/>
<CPUset/>
<DateInstalled>1765478346</DateInstalled>
<DonateText>Don't donate to me! Instead, please donate the creators of the apps, but if you insist </DonateText>
<DonateLink>https://ko-fi.com/devzwf</DonateLink>
<Requires/>
<Config Name="WEBUI" Target="8080" Default="8080" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">8080</Config>
<Config Name="RTSP" Target="8554" Default="8554" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">8554</Config>
<Config Name="WebRTC TCP" Target="8555" Default="8555" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">8555</Config>
<Config Name="WebRTC UDP" Target="8555" Default="8555" Mode="udp" Description="" Type="Port" Display="always" Required="false" Mask="false">8555</Config>
<Config Name="go2rtc API" Target="1984" Default="1984" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">1984</Config>
<Config Name="Time Zone" Target="TZ" Default="UTC" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false">America/New_York</Config>
<Config Name="go2rtc configuration persistence" Target="GO2RTC_CONFIG_PERSIST" Default="True" Mode="" Description="Set to 'false' to let go2rtc regenerate config on each restart" Type="Variable" Display="always" Required="false" Mask="false">True</Config>
<Config Name="Auto-initialize configuration files on first run" Target="LIGHTNVR_AUTO_INIT" Default="True" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">True</Config>
<Config Name="Configuration files" Target="/etc/lightnvr" Default="/mnt/user/appdata/lightnvr/config" Mode="rw" Description="- lightnvr.ini - Main configuration - go2rtc/go2rtc.yaml - go2rtc WebRTC/RTSP configuration " Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/lightnvr/config</Config>
<Config Name="Data Dir - Persistent data" Target="/var/lib/lightnvr/data" Default="" Mode="rw" Description="- database/ - SQLite database - recordings/ - Video recordings (HLS and MP4) - models/ - Object detection models Note : recommend a share on your array for this" Type="Path" Display="always" Required="true" Mask="false"/>
<TailscaleStateDir/>
<Changes>### 2025.12.11
- Initial Release</Changes>
</Container>