Giter Club home page Giter Club logo

Comments (6)

tzapu avatar tzapu commented on July 19, 2024

sure, will prioritize it
seeing how docker creates folders when given a volume that does not exist on the host, would it be ok to have a customizable config so you can specify -v /local/config/folder:/config ?
would you then also need to change the /config part?

p.s. excuse the current poor documentation, super WIP

from eth2stats-client.

tzapu avatar tzapu commented on July 19, 2024

btw @prestonvanloon , for now you can also just not mount it, if the key is lost on pod/container recreation, a new entry with the same name will appear on the portal, the old one will appear offline and will be cleaned up after a few hours

from eth2stats-client.

prestonvanloon avatar prestonvanloon commented on July 19, 2024

I don't mind mounting a config volume, but the token path is not in the config path.

const TokenPath = "./token.dat"

from eth2stats-client.

tzapu avatar tzapu commented on July 19, 2024

oh yeah, made the change here https://github.com/Alethio/eth2stats-client/pull/3/files#diff-2c824df4dc0776b6848cf5e02e9d5f07R13
as soon as it's reviewed i ll ping you

from eth2stats-client.

tzapu avatar tzapu commented on July 19, 2024

hey @prestonvanloon this was merged.
can you try with

docker run -d --name eth2stats --restart always --network="host" \
    alethio/eth2stats-client:latest \
    run --v \
    -v /path/to/your/persistant/data/folder:/data \
    --eth2stats.node-name="YourNode" \ 
    --data-folder="/data" \
    --eth2stats.addr="grpc.sapphire.eth2stats.net:443" --eth2stats.tls=true \
    --beacon.type="prysm" --beacon.addr="localhost:4000"

from eth2stats-client.

lacasian avatar lacasian commented on July 19, 2024

Will close this since the feature has been implemented.

from eth2stats-client.

Related Issues (20)

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.