Code Monkey home page Code Monkey logo

rpi-nas's People

Contributors

timoknapp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

rpi-nas's Issues

pyload misses "services:" ?

Hi Timo,

With your compose docker pyLoad misses the line "services:" ?

=> services:
  pyload: # pyload - download manager for your NAS
    image: linuxserver/pyload
    container_name: pyload
    environment:
      - PUID=${USER_ID}
      - PGID=${GROUP_ID}
      - TZ=Europe/Berlin
    volumes:
      - ${PATH_TO_DISK}/appdata:/config
      - ${PATH_TO_DISK}/downloads:/downloads
    ports:
      - 8088:8000
      - 7227:7227 #optional
    restart: unless-stopped

Is there a solution for 3D printing shell

Argon has launched a new raspberry pie shell Argon eon, but the crowdfunding price is a little expensive, is there a more cost-effective 3D printing solution, want to print a shell with board card deck nas
It is said that the hard disk connected to the raspberry pie USB interface through the USB cable can easily cause data damage, and the omv system does not support wireless access to the USB port. So I want to get a shell, a better group of nas for onboard interface.

volumes needs to be recreated

Hi Timo,

with the stack below I get the error:

Volume "X" needs to be recreated - driver has changed.

=======================

  • Removed Portainer as it is already running onder OMV
  • Removed Plex as I don't use it
  • Removed homeassistant as I don't use it

What needs to be added to get these following Apps running under the Portainer?

volumes:
nextcloud_postgres: ?
nextcloud: ?
grafana-storage: ?
influxdb-storage: ?

networks:
influxdb: ?

=======================
version: "2"

services:
heimdall: # Dashboard for all you Apps
image: linuxserver/heimdall
container_name: heimdall
environment:
- PUID=998
- PGID=100
- TZ=Europe/Amsterdam
volumes:
- /dev-disk-by-label-data/AppData/heimdall:/config
ports:
- 8080:80
- 443:443
restart: unless-stopped

portainer: # UI based management of Docker
image: portainer/portainer
container_name: portainer
command: -H unix:///var/run/docker.sock
restart: unless-stopped
ports:
- 9000:9000
- 8000:8000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- portainer_data:/data

cloudcmd: # UI based filemanager
image: team0/rpi-cloudcmd # arm-based docker images for cloudcmd
container_name: cloudcmd
ports:
- 8008:8000
volumes:
- ~:/root
- /:/mnt/fs

pyload: # pyload - download manager for your NAS
image: linuxserver/pyload
container_name: pyload
environment:
- PUID=998
- PGID=100
- TZ=Europe/Amsterdam
volumes:
- /dev-disk-by-label-data/AppData/pyload:/config
- /dev-disk-by-label-data/AppData/downloads:/downloads
ports:
- 8088:8000
- 7227:7227 #optional
restart: unless-stopped

nextcloud_postgres: # DB for Nextcloud
image: postgres
container_name: nextcloud_postgres
restart: always
volumes:
- nextcloud_postgres:/var/lib/postgresql/data
environment:
- POSTGRES_PASSWORD=ABCDE12345
- POSTGRES_DATABASE=nextcloud
- POSTGRES_USER=nextcloud

nextcloud: # Nextcloud
image: nextcloud
container_name: nextcloud
ports:
- 8081:80
links:
- postgres
volumes:
- nextcloud:/var/www/html
restart: unless-stopped

Monitoring Stack:

telegraf:
image: telegraf:latest
container_name: telegraf
command: --config-directory /etc/telegraf/telegraf.d
depends_on:
- influxdb
networks:
- influxdb
volumes:
- ./monitoring/telegraf:/etc/telegraf
restart: always

influxdb:
image: influxdb:latest
container_name: influxdb
networks:
influxdb:
volumes:
- influxdb-storage:/var/lib/influxdb
restart: unless-stopped

grafana:
image: grafana/grafana:latest
container_name: grafana
depends_on:
- influxdb
ports:
- 3000:3000
networks:
- influxdb
environment:
- GF_INSTALL_PLUGINS=grafana-piechart-panel
volumes:
- grafana-storage:/var/lib/grafana
- ./monitoring/grafana/provisioning:/etc/grafana/provisioning
restart: unless-stopped

volumes:
nextcloud_postgres:
nextcloud:
grafana-storage:
influxdb-storage:

networks:
influxdb:

=======================

Thank you for you reply!

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.