Digital Signage Solution for business-XiboSignage

Nethserver main focus and target is the business environment, in this case, SME.

SME tend to have a tighter budget, and in the sense, squeze the most out of everything.

A significant number of SME i have worked with tend to have large TV screens in their waiting Areas, as well as multiple Offices where customer hangout.

The TV can become a marketing avenue for the company’s prodcuts and services. it is at the back of this fact that i present Xibo Signage.

Digital Signage Solutions you can rely on!

The availability of this tool will yet again provide an avenue for NEthserver to not only be the main AD server for USers, but also provide the Infrastrcuture through which the company can advertise its core prodcuts and services, and with its multi Node cluster architecture, Multiple branches can run the same adverts accross multiple screens at the same time, all presented through Nethserve r8 by Xibo Signage
The docker Rpo is Available here: GitHub - xibosignage/xibo-docker: Xibo Docker

version: "2.1"

services:
    cms-db:
        image: mysql:8.0
        volumes:
            - "./shared/db:/var/lib/mysql:Z"
        environment:
            - MYSQL_DATABASE=cms
            - MYSQL_USER=cms
            - MYSQL_RANDOM_ROOT_PASSWORD=yes
        mem_limit: 1g
        env_file: config.env
        restart: always
    cms-xmr:
        image: ghcr.io/xibosignage/xibo-xmr:0.11
        ports:
            - "9505:9505"
        restart: always
        mem_limit: 256m
        env_file: config.env
    cms-web:
        image: ghcr.io/xibosignage/xibo-cms:release-4.0.9
        volumes:
            - "./shared/cms/custom:/var/www/cms/custom:Z"
            - "./shared/backup:/var/www/backup:Z"
            - "./shared/cms/web/theme/custom:/var/www/cms/web/theme/custom:Z"
            - "./shared/cms/library:/var/www/cms/library:Z"
            - "./shared/cms/web/userscripts:/var/www/cms/web/userscripts:Z"
            - "./shared/cms/ca-certs:/var/www/cms/ca-certs:Z"
        restart: always
        environment:
            - MYSQL_HOST=cms-db
            - XMR_HOST=cms-xmr
            - CMS_USE_MEMCACHED=true
            - MEMCACHED_HOST=cms-memcached
        env_file: config.env
        ports:
            - "80:80"
        mem_limit: 1g
    cms-memcached:
        image: memcached:alpine
        command: memcached -m 15
        restart: always
        mem_limit: 100M
    cms-quickchart:
      image: ianw/quickchart
      restart: always

Recommended way of installing is here: Xibo for Docker | Xibo Digital Signage (xibosignage.com)

Though we need a Nethserver App

I’m not glad to see still “MySQL” as DBMS for an application/Module.
Since 2008 MySQL AB is part of Oracle and now most of the commercial product should be bundling the commercial version of the DBMS, not the GPLv2 one.
Xibo is a commercial product.

i beleive mariadb is also a viable option as well

And most of the devs left in corpore soon after…
And certainly the creator left, he’s at MariaDB now… :slight_smile: