podbox/quadlets/librenms/README.md
2025-03-29 09:45:00 -05:00

12 lines
234 B
Markdown

# LibreNMS
## Create DB password secret
```bash
printf 'supersecretpassword' | podman secret create librenms-db-pw -
```
## Known Issues
- Dependencies are not respected at all
- Launch each container service manually for now