Git Product home page Git Product logo

psgallery-module-downloads's Introduction

Docker Pulls GitHub repo

Prerequisites

  • An InfluxDB install.

Dependencies

  1. Create a new InfluxDB bucket.
  2. Create an api token in InfluxDB with WRITE access to your newly made bucket.

Setup and installation

You can run the image either by using docker run or docker compose.

Docker compose

  1. Put this inside the docker-compose.yml file.
version: '3'
services:
  psgallery-module-downloads:
    container_name: psgallery-module-downloads
    image: norsknoobing/psgallery-module-downloads:latest
    environment:
      - PSGALLERY_PROFILE_NAME=
      - INFLUX_HOST=
      - INFLUX_BUCKET=
      - INFLUX_ORG=
      - INFLUX_TOKEN=
  1. Add all your ENV_VARS values after each equals sign.
  2. Run the container by using docker compose up -d in the directory where your docker-compose.yml file is located.

Environmental variables

Variable Description Required
PSGALLERY_PROFILE_NAME The username of your PSGallery profile.
INFLUX_HOST The hostname of your InfluxDB installation, including the port if applicable. I.e. 192.168.86.10:8086, https://influxdb.example.com, or http://influxdb:8086. It's important that you add the protocol when using a hostname, like in the last example.
INFLUX_BUCKET The name of the InfluxDB bucket that the script should use.
INFLUX_ORG The name or ID of your InfluxDB org.
INFLUX_TOKEN An InfluxDB API token that has WRITE access to the bucket that you specified.

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.