Giter Site home page Giter Site logo

Comments (6)

zimbres avatar zimbres commented on May 29, 2024 1

Hi @Jiriteach

I realized that the Linux Arm folder is published with the same target as Linux folder, I will correct this, but the Windows folder is set to target "Portable", so, this should run on any platform, you just need to run "dotnet UptimeKumaRemoteProbe.dll"

Once I upload a new release with correct target for Arm version, you should be able to run it but just chmod +x and then ./UptimeKumaRemoteProbe.

Can you explain a little more this configuration directory?

Regards,

from uptimekumaremoteprobe.

zimbres avatar zimbres commented on May 29, 2024 1

@Jiriteach

Hi you can bind a host file in the container:

docker run -d --name ukrp --mount type=bind,source="$(pwd)"/appsettings.json,target=/app/appsettings.json zimbres/uptime-kuma-remote-probe

I need to realize how to build this Arm/V7 container in a Amd64 machine. For RPi 64, I think image Arm64 should work.

from uptimekumaremoteprobe.

zimbres avatar zimbres commented on May 29, 2024 1

@Jiriteach

Can you try this "dev" tag please? I dont have a RPi to test it here.

https://hub.docker.com/r/zimbres/uptime-kuma-remote-probe/tags

from uptimekumaremoteprobe.

Jiriteach avatar Jiriteach commented on May 29, 2024 1

@Jiriteach

Can you try this "dev" tag please? I dont have a RPi to test it here.

https://hub.docker.com/r/zimbres/uptime-kuma-remote-probe/tags

Perfect - Thanks. Yes this works really well. Running on one of my RPI 4's.
Not configured yet but simple launch!

Will try binding to the host and should be away!

Screen Shot 2022-07-05 at 16 12 55

from uptimekumaremoteprobe.

Jiriteach avatar Jiriteach commented on May 29, 2024

Hi @Jiriteach

I realized that the Linux Arm folder is published with the same target as Linux folder, I will correct this, but the Windows folder is set to target "Portable", so, this should run on any platform, you just need to run "dotnet UptimeKumaRemoteProbe.dll"

Once I upload a new release with correct target for Arm version, you should be able to run it but just chmod +x and then ./UptimeKumaRemoteProbe.

Can you explain a little more this configuration directory?

Regards,

Thanks

Docker would be the easiest approch if built for ARM. Super easy to launch and no needing any extra components.
You can mount a host directory onto the container - https://docs.docker.com/storage/volumes.

So the container reads appsettings.json from host directory and it makes it easy for someone to edit appsettings.json without needing to go into the container to make changes. Also since appsettings.json will be on the host - its always there is case the container is recreating etc.
The setting for say DATA could be part of the container startup.

from uptimekumaremoteprobe.

Jiriteach avatar Jiriteach commented on May 29, 2024

@Jiriteach

Hi you can bind a host file in the container:

docker run -d --name ukrp --mount type=bind,source="$(pwd)"/appsettings.json,target=/app/appsettings.json zimbres/uptime-kuma-remote-probe

I need to realize how to build this Arm/V7 container in a Amd64 machine. For RPi 64, I think image Arm64 should work.

Thanks for the pointer on binding to the host.

Tried using Docker Desktop and buildx to build for Arm/v7? - https://docs.docker.com/desktop/multi-arch/#build-and-run-multi-architecture-images.

Arm/V7 would be perfect as I can run these on my RPI's.

from uptimekumaremoteprobe.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.