GithubHelp home page GithubHelp logo

crra / focalboard-native-docker Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 0.0 14 KB

Mattermost's focalboard in a (native) docker container (including raspberry pi, ARM)

License: GNU Affero General Public License v3.0

Dockerfile 100.00%
arm docker docker-compose focalboard native raspberry-pi raspberrypi

focalboard-native-docker's People

Contributors

crra avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

focalboard-native-docker's Issues

Unable to deploy on my raspberry pi 3B+

The focalboard instance crashes when it starts, here is the build & start logs: https://hastebin.com/yolopuqimi.yaml
Config file

{
        "serverRoot": "http://localhost:8000",
        "port": 8000,
        "dbtype": "sqlite3",
        "dbconfig": "./data/focalboard.db",
        "postgres_dbconfig": "dbname=focalboard sslmode=disable",
        "test_dbconfig": "file::memory:?cache=shared",
        "useSSL": false,
        "webpath": "./pack",
        "filespath": "./files",
        "telemetry": false,
        "webhook_update": [],
        "secret": "wywWdQ3xA9vmmp3B",
        "session_expire_time": 2592000,
        "session_refresh_time": 18000,
        "localOnly": false,
        "enableLocalMode": true,
        "localModeSocketLocation": "/var/tmp/focalboard_local.socket",
        "authMode": "native",
        "mattermostURL": "",
        "mattermostClientID": "",
        "mattermostClientSecret": ""
}

docker-compose.yml. I had changed the version to 0.6.7 as it's the latest version

version: "3"
services:
  app:
    build:
      context: ./
      args:
        focalboard_version: 0.6.7
    container_name: focalboard
    ports:
      - 30008:8000
    environment:
      - VIRTUAL_HOST=focalboard.local
      - VIRTUAL_PORT=8000
    volumes:
      - "./config-sqlite.json:/opt/focalboard/config.json"
      - "./sqlite:/opt/focalboard/data"
      - "./files:/opt/focalboard/files"

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.