GithubHelp home page GithubHelp logo

ricoschulte / go-myapps-app-opentalk Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 12 KB

myApps Presence Integration for Opentalk

License: MIT License

Dockerfile 4.35% Shell 1.13% Go 94.53%
innovaphone opentalk myapps

go-myapps-app-opentalk's Introduction

go-myapps-app-opentalk

innovaphone myApps Presence Integration for Opentalk

Warning This project currently works only with a customized version of the Opentalk controller! Please see ricoschulte/opentalk-controller#2 for details.

Install

Add this to your docker-compose stack where Opentalk is running.

---
version: "3.9"
services:
  # *** go-myapps-app-opentalk ***
  go-myapps-app-opentalk:
    image: rschulte/go-myapps-app-opentalk:latest
    restart: always
    ports:
      # http port
      - "3000:3000"
      # http/tls port
      - "3001:3001"
    command: |
      -domain example.com
      -name opentalk
      -instance demo
      -password your-secret-password
      -redis_host ${REDIS_HOST:-redis}
      -pg_host ${POSTGRES_HOST:-postgres}
      -pg_port ${POSTGRES_PORT:-5432}
      -pg_user ${POSTGRES_USER:-ot}
      -pg_password ${POSTGRES_PASSWORD}
      -pg_database ${POSTGRES_DB:-k3k}
# Optional     -loglevel debug

## rest of the opentalk compose stack https://gitlab.opencode.de/opentalk/ot-setup/-/blob/main/lite/docker-compose.yaml

About ©

myApps is a product of innovaphone AG. Documentation of the API used in this client can be found at innovaphone App SDK.

Opentalk is a product of OpenTalk GmbH

go-myapps-app-opentalk's People

Contributors

ricoschulte avatar

Watchers

 avatar

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.