Aucune description

Spencer Gardner a52e8c3413 Changed .deb package name. il y a 6 ans
Dockerfile a52e8c3413 Changed .deb package name. il y a 6 ans
README.md 576a501377 More readme changes il y a 7 ans

README.md

meschat-docker

Create an aredn meshchat server using docker

Instructions

Use Jacob's instructions for installing the API package on your aredn node

Example of docker run

docker run -d -e "LOCAL_NODE=192.168.50.2" -e "MESH_ZONE=MeshChat" -h kf7ztb.local.mesh -p 9050:80 -v $PWD/meshchat/db:/var/www/html/meshchat/db/ snppla/meshchat-docker

Volume

Map your volume to /var/www/html/meshchat/db/ to keep a persitent copy of the database

Hostname

Set the hostname to match your aredn dns name

Environment Variables:

MESH_ZONE

Set the zone. By default it is set to MeshChat

LOCAL_NODE

Set the ip address of the local aredn node