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

184 commits

Author SHA1 Message Date
Ike Devolder
062de7ff85
Fix docker-compose examples UID/GID settings (#64)
when you change the PUID/PGID in the `.env` file, only the librenms
containers UID/GID are changes which causes permission issues with
rrdcached. rrdcached will still be running with UID=1000 and GID=1000.
As a result of that, no graphs will be rendered.

By adding:
```
- "PUID=${PUID}"
- "PGID=${PGID}"
```

to the rrdcache service the graphs will rendered properly because
rrdcached will also run with the same UID/GID as librenms

Signed-off-by: BlackEagle <ike.devolder@gmail.com>
2020-03-29 18:51:14 +02:00
CrazyMax
345a8d9233
Update README 2020-03-27 14:25:44 +01:00
CrazyMax
a31f2a8840
Fix folder creation (#62) 2020-03-27 14:25:03 +01:00
CrazyMax
457a614977
Fix links 2020-03-22 16:57:11 +01:00
CrazyMax
624b15beb1
Allow multi discovery workers through LIBRENMS_CRON_DISCOVERY_WRAPPER_WORKERS env var (#59) 2020-03-22 16:48:13 +01:00
CrazyMax
75d5046430
Update CHANGELOG 2020-03-05 18:38:31 +01:00
CrazyMax
af768511f2
Add php7-sockets to be installed to fix warnings (#61) 2020-03-05 18:36:03 +01:00
John Jensen
54624eb62c add php7-sockets to be installed to fix warnings 2020-03-05 11:31:50 -05:00
CrazyMax
260cbeef9e
LibreNMS 1.61 2020-03-02 11:54:06 +01:00
CrazyMax
ae7ed07880
Revert "Alpine Linux 3.11"
This reverts commit 21118128e5.
2020-02-04 23:37:01 +01:00
CrazyMax
21118128e5
Alpine Linux 3.11 2020-02-04 23:32:47 +01:00
CrazyMax
ad92ae4bae
LibreNMS 1.60 2020-02-04 23:29:45 +01:00
CrazyMax
a0c4a93c53
Move Nginx temp folders to /tmp (#55) 2020-01-23 21:00:50 +01:00
CrazyMax
b3c296eb21
Update CHANGELOG 2019-12-20 23:26:11 +01:00
CrazyMax
027e9f48ae
Fix compose config 2019-12-20 23:25:15 +01:00
Peter Pletcher
2f0af5d859 Add snmp-scan option for cron container (#53) 2019-12-20 23:22:35 +01:00
CrazyMax
6ccfedd2a7
Update CHANGELOG 2019-12-06 10:45:26 +01:00
CrazyMax
7935d50371
Fix timezone php.ini 2019-12-06 10:44:45 +01:00
CrazyMax
0f38a58bfe
Update CHANGELOG 2019-12-06 10:10:06 +01:00
CrazyMax
ee909221a8
Bring back timezone management through symlink (#49) 2019-12-06 10:09:27 +01:00
CrazyMax
4797423cae
Update CHANGELOG 2019-11-29 15:47:17 +01:00
CrazyMax
aeb070d3fc
MEMCACHED_PORT default port not working (#48) 2019-11-29 15:46:28 +01:00
CrazyMax
81106a65f4
Fix php date timezone (#49) 2019-11-29 15:45:33 +01:00
CrazyMax
705a44d9ad
LibreNMS 1.58.1 2019-11-27 16:36:14 +01:00
CrazyMax
3156efff73
LibreNMS 1.58 2019-11-25 11:54:52 +01:00
CrazyMax
1ba2014e4d
Rename to rootfs 2019-11-19 14:10:17 +01:00
CrazyMax
3a92d62e86
Run as non-root user (#6)
Switch to s6-overlay as process supervisor
Prevent exposing Nginx and PHP version
Bind to unprivileged port (8000)
Remove php-fpm access log (already mirrored by nginx)
2019-11-19 14:09:34 +01:00
CrazyMax
fbb387d0da
Update README 2019-11-15 11:40:42 +01:00
CrazyMax
1229a66464
LibreNMS 1.57 2019-10-30 16:56:34 +01:00
CrazyMax
4a5f8a0f4c
Dedicated example for Traefik (#44) 2019-10-30 16:53:11 +01:00
CrazyMax
66abae2189
Base image update 2019-10-26 17:13:46 +02:00
CrazyMax
616d2b901e
Fix CVE-2019-11043 (#43) 2019-10-25 15:15:35 +02:00
CrazyMax
31594a783f
Remove workflow test for now
* Fix test workflow

* Fix test workflow

* Fix test workflow

* Update labels workflow

* Remove workflow test for now
2019-10-20 19:35:11 +02:00
CrazyMax
3313743ddb
Final labels 2019-10-20 18:18:27 +02:00
CrazyMax
34d842341e
Fix test workflow 2019-10-20 18:18:21 +02:00
CrazyMax
a95e1ab194
Add ghaction-github-labeler 2019-10-20 18:13:12 +02:00
CrazyMax
8dae33ad08
Fix test workflow 2019-10-20 18:13:04 +02:00
CrazyMax
f333dd5c52
Fix test 2019-10-20 18:07:27 +02:00
CrazyMax
62ba88cf8b
Fix rrdcached compose 2019-10-20 18:03:07 +02:00
CrazyMax
2176933574
Update README 2019-10-20 17:56:51 +02:00
CrazyMax
48e1c8343e
Fix Docker labels 2019-10-20 17:56:42 +02:00
CrazyMax
d30292ec28
Fix test workflow 2019-09-30 15:31:56 +02:00
CrazyMax
70403bfaf7
Remove travis 2019-09-30 15:30:40 +02:00
CrazyMax
0377027362
Switch to GitHub Actions (#39) 2019-09-30 15:29:19 +02:00
CrazyMax
e86031faf6
LibreNMS 1.56 2019-09-30 15:03:53 +02:00
CrazyMax
62cb36c280
Move doc 2019-09-14 23:45:53 +02:00
CrazyMax
ce51083aaf
Review data permissions
Remove usermod/groupmod (Issue #38)
2019-09-14 23:02:43 +02:00
CrazyMax
177b486e84
Update compose since latest rrdcached image 2019-09-14 22:18:44 +02:00
CrazyMax
d627abc406
LibreNMS 1.55 2019-09-04 02:56:23 +02:00
CrazyMax
1fd872b086
Update README 2019-09-04 02:47:49 +02:00