azertylr

Results 30 comments of azertylr

I've tried it but unsuccessfully, SNMP doesn't seems to be activated on my router. My router does have an API (https://dev.freebox.fr/sdk/os/) but it is too complex for me. I will...

Hi, thanks I was not aware of this feature! I will try it and it should do the job! I find the field "description" a bit misleading because it can...

Hi @PeterOsinski Docker allows an easy deployment and flexibility if you need several instances of lodgy. You can for example add directly to the docker compose of the project a...

and a very simple dockerfile ```yaml FROM alpine:latest ENV LOGDY_VERSION=0.13.0 ADD "https://github.com/logdyhq/logdy-core/releases/download/v${LOGDY_VERSION}/logdy_linux_amd64" /usr/local/bin/logdy RUN chmod +x /usr/local/bin/logdy ENTRYPOINT ["/usr/local/bin/logdy"] CMD ["--ui-ip", "0.0.0.0", "--config", "/config/logdy.json", "follow", "/var/log/access.log"]

Thanks, I can help for testing and implementing!

Hi, I did a test here: https://github.com/azertylr/logdy-docker/

Hello, It is working great :) my docker-compose: Thanks! ````yaml services: logdy: build: https://github.com/logdyhq/logdy-core.git container_name: logdy read_only: true volumes: - /home/docker/caddy/logs:/var/log:ro - /home/docker/logdy/logdy_caddy2.json:/config/logdy.json restart: unless-stopped security_opt: - no-new-privileges=true

Just something I've just noticed, image is 935.6 MB, versus 87 MB for the exe file :(

I can help for testing of course :)

You can also use: https://github.com/atlanhq/camelot