All Projects → nicoulaj → focalboard-docker

nicoulaj / focalboard-docker

Licence: other
Cross platform Docker images for Focalboard.

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to focalboard-docker

Synestiaos
The Synestia Operating System
Stars: ✭ 159 (+1225%)
Mutual labels:  arm, armv7, arm64, armv8
alpine-qbittorrent-openvpn
qBittorrent docker container with OpenVPN client running as unprivileged user on alpine linux
Stars: ✭ 230 (+1816.67%)
Mutual labels:  arm, armv7, arm64, armv8
discolix
distroless arm docker images
Stars: ✭ 22 (+83.33%)
Mutual labels:  arm, armv7, arm64, armv8
tensorflow-serving-arm
TensorFlow Serving ARM - A project for cross-compiling TensorFlow Serving targeting popular ARM cores
Stars: ✭ 75 (+525%)
Mutual labels:  arm, armv7, arm64, armv8
Element Web
element.io docker image generator
Stars: ✭ 21 (+75%)
Mutual labels:  arm, armv7, arm64
Raspberrypipkg
DEPRECATED - DO NOT USE | Go here instead ->
Stars: ✭ 758 (+6216.67%)
Mutual labels:  arm, arm64, armv8
Arm Assembly Cheat
MOVED TO: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly SEE README. ARMv7 and ARMv8 assembly userland minimal examples tutorial. Runnable asserts on x86 hosts with QEMU user mode or natively on ARM targets. Nice GDB step debug setup. Tested on Ubuntu 18.04 host and Raspberry Pi 2 and 3 targets.
Stars: ✭ 159 (+1225%)
Mutual labels:  arm, armv7, armv8
Rappel
A linux-based assembly REPL for x86, amd64, armv7, and armv8
Stars: ✭ 818 (+6716.67%)
Mutual labels:  armv7, arm64, armv8
Computelibrary
The Compute Library is a set of computer vision and machine learning functions optimised for both Arm CPUs and GPUs using SIMD technologies.
Stars: ✭ 2,123 (+17591.67%)
Mutual labels:  arm, armv7, armv8
Capstone.NET
.NET Core and .NET Framework binding for the Capstone Disassembly Framework
Stars: ✭ 108 (+800%)
Mutual labels:  arm, arm64, armv8
nordvpn
NordVpn Docker Client
Stars: ✭ 475 (+3858.33%)
Mutual labels:  arm, armv7, arm64
Grafana On Raspberry
Grafana packages for raspberry pi (armv6/armv7) and aarch64/arm64
Stars: ✭ 318 (+2550%)
Mutual labels:  arm, armv7, arm64
Sse2neon
A translator from Intel SSE intrinsics to Arm/Aarch64 NEON implementation
Stars: ✭ 316 (+2533.33%)
Mutual labels:  arm, arm64, armv8
tensorflow-aarch64
Compiled tensorflow for aarch64 architecture
Stars: ✭ 20 (+66.67%)
Mutual labels:  arm, arm64, armv8
docker-nagios
Docker image for Nagios Core in Alpine Linux with basic plugins, available for x86, x64 , ARM v6, ARM v7 and ARM64.
Stars: ✭ 33 (+175%)
Mutual labels:  arm, armv7, arm64
Pieman
Script for creating custom OS images for single-board computers
Stars: ✭ 149 (+1141.67%)
Mutual labels:  armv7, arm64, armv8
arm64-pgtable-tool
Tool for automatically generating MMU and translation table setup code, whether to drag and drop into your own bare metal arm64 projects or to assist you in your own learning.
Stars: ✭ 41 (+241.67%)
Mutual labels:  arm, arm64, armv8
alpine-php-fpm
Lightweight and optimised PHP-FPM (PHP 7.4, 8.0, 8.1) Docker images with essential extensions on top of latest Alpine Linux.
Stars: ✭ 53 (+341.67%)
Mutual labels:  arm, armv7, arm64
novix
kris nóva userspace and kernel tools for the Novix operating system
Stars: ✭ 33 (+175%)
Mutual labels:  armv7, arm64, armv8
arm-wheels
Project to generate Python wheels for ARM systems (targeting armv7 / aarch64 in the future)
Stars: ✭ 14 (+16.67%)
Mutual labels:  arm, armv7

focalboard Docker images build

Cross platform Docker images for focalboard.

The images are available at Dockerhub: nicoulaj/focalboard.

Usage

docker

docker run -p 8000:8000 nicoulaj/focalboard

docker-compose

  • config.json:

    {
        ["serverRoot": "http://focalboard.tld",]
        "port": 8000,
        "dbtype": "sqlite3",
        "dbconfig": "/var/lib/focalboard/focalboard.db",
        "postgres_dbconfig": "dbname=focalboard sslmode=disable",
        "useSSL": false,
        "webpath": "./pack",
        "filespath": "/var/lib/focalboard/files",
        "telemetry": false,
        "session_expire_time": 2592000,
        "session_refresh_time": 18000,
        "localOnly": false,
        "enableLocalMode": true,
        "localModeSocketLocation": "/var/tmp/focalboard_local.socket"
    }
    
  • docker-compose.yml:

    services:
      focalboard:
        image: nicoulaj/focalboard
        volumes:
        - ./config.json:/opt/focalboard/config.json
        - /var/lib/focalboard:/var/lib/focalboard
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].