Schlagwort-Archive: Dashy
Dashy – Local Icons
You may also want to store your icons locally, bundled within Dashy so that there is no reliance on outside services. This can be done by putting the icons within Dashy’s ./public/item-icons/ directory. If you are using Docker, then the easiest option is to map a volume from your host system, for example: -v /local/image/directory:/app/public/item-icons/. To reference an… Weiterlesen »
Dashy – Powerful, Informative, Configurable Self-Hosting Dashboard
Dashy installieren
Quelle: github.com/Lissy93/dashy/ — version: “3.8” services: dashy: # To build from source, replace ‘image: lissy93/dashy’ with ‘build: .’ # build: . image: lissy93/dashy container_name: Dashy # Pass in your config file below, by specifying the path on your host machine # volumes: # – /root/my-config.yml:/app/public/conf.yml ports: – 4000:80 # Set any environmental variables environment: -… Weiterlesen »