Giter Site home page Giter Site logo

Comments (4)

CrazyWolf13 avatar CrazyWolf13 commented on August 19, 2024 1

Hi
Not sure what's giving you such a headache, but installing dashy is very very simple and straightforward.

Here is a command you can enter into your shell:

docker run -d \
  -p 8080:8080 \
  -v ~/dashy/user-data:/app/user-data \
  --name my-dashboard \
  --restart=always \
  lissy93/dashy:latest

This will expose the latest dashy instance on your host's ip on port 8080, you can freely choose it.

--name is the container name, you can also freely name it.
-v ~/my-conf.yml has to be the path on the host to your working dashy conf file, you can also take the default one from the github here located in /app/public

That's it.

If you encounter any error feel free to report back, thanks!

from dashy.

liss-bot avatar liss-bot commented on August 19, 2024

If you're enjoying Dashy, consider dropping us a ⭐
🤖 I'm a bot, and this message was automated

from dashy.

CrazyWolf13 avatar CrazyWolf13 commented on August 19, 2024

Keep in mind dashy will soon upgrade to v3 where the path inside the container for mounting will change a bit, but we'll let everyone know once it releases

from dashy.

CrazyWolf13 avatar CrazyWolf13 commented on August 19, 2024

Dashy has updated to V3, look here for the docker commands:

https://dashy.to/docs/deployment

from dashy.

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.