1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 10:15:22 +00:00

Support for Customizing the Web UI

Links the menu folder used for customizing menu to the data directory.
this allows "custom.blade.php" to be created outside the container.
This commit is contained in:
Skylark 2023-01-12 13:26:34 +00:00 committed by GitHub
parent d6d3971d3d
commit 00246ad6db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,6 +138,8 @@ RUN apk --update --no-cache add -t build-dependencies \
doc/ \
tests/ \
/tmp/*
RUN ln -s /data/menu/ /opt/librenms/resources/views/
COPY rootfs /