Giter VIP home page Giter VIP logo

doge's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

doge's Issues

Difficulty with set up

Hello,

I'm trying to set it up correctly, but nut server isn't connecting with tinfoil as planned. It appears doge works just fine, but nothing populates with nute. I suspect the issue is with how I set up this line of the script for the docker:

-v /volume1/"Resilio Sync"/base/:/nsp/base/

Could you verify if that's correct, or if I'm missing something

Port for nut server access?

First of all, good job on this! I tried to add another -p port forward to send 9000 to the docker, but it doesn't appear to be working. Which port is the internal nut server using so I can use my nut client with this docker image?

edit: NEVERMIND! Port 9000 is it... I hadn't properly restarted the container for the new port forward to kick in.

Suggestion: Docker Image Build and Run Script

Thanks for creating this container.

I wrote this simple shell script to automate the build and run process. It might be useful for people who are trying to figure out how to build the docker. As an added bonus, I added in the nut server port 9000.

#!/bin/sh
docker build ./ -t krptg/doge:latest
 
docker run \
    --name "doge" \
    -d \
    -v $(pwd):/keys \
    -v  /path/to/nsp:/nsp \
    -p 6093:6093 \
    -p 9000:9000 \
    -e DOGE_USER=admin \
    -e DOGE_PASSWD=admin \
    -e NUT_USER=admin \
    -e NUT_PASSWD=admin \
    krptg/doge:latest

Git on Container

In looking at my server logs, I saw this.

start_doge.sh: line 4: git: not found

I don't think the docker container has git installed.

Error relocating /usr/bin/note

Hello,

Been using your docker for some time now, but since git wasn't part of the image i decided to delete the docker and recreate it with latest nut commit to have nsz displayed.
However now docker won't start, i keep having those messages in the logs :

2019-11-22 06:15:36,stdout,Error relocating /usr/bin/node: _ZNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEC1Ev: symbol not found

 
2019-11-22 06:15:36,stdout,Error relocating /usr/bin/node: _ZNSt19_Sp_make_shared_tag5_S_eqERKSt9type_info: symbol not found
 
2019-11-22 06:15:36,stdout,Error relocating /usr/bin/node: _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev: symbol not found
 
2019-11-22 06:15:36,stdout,start_doge.sh: line 4: git: not found

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.