Giter VIP home page Giter VIP logo

Comments (3)

MajoV avatar MajoV commented on July 19, 2024 1

@oznu
Now it works well. Thank you for your fixes.

from docker-unms.

oznu avatar oznu commented on July 19, 2024

I can replicate the issue - will check it out.

from docker-unms.

oznu avatar oznu commented on July 19, 2024

Thanks for raising this issue.

The Download Backup button was not working because the program called redis-dump was not in the PATH. I have fixed the PATH variable to include this.

ENV PATH=/app/node_modules/.bin:$PATH \

The Download Support Info button wasn't working because the UNMS log directory was empty. I was just dumping all logs to stdout which gave the user the choice of using any Docker compatible logging driver they wanted. In this change, I still dump the logs tostdout but also write them to a log file so UNMS can bundle them as part of the support info file.

s6-setuidgid abc /start.sh 2>&1 | tee -a /config/unms/logs/unms.log

After making these two minor changes, both those buttons work as expected.

from docker-unms.

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.