Mais où donc travaillent Gunthram et Hannelore ? Sont‐ils au bureau mais pas à leur bureau ? Sont‐ils en télétravail ou bien réellement absents ? Pour réduire encore un peu les interactions sociales au travail, mon collègue Sascha a écrit Awayboard qui permet d’afficher l’information sur un écran de veille au travail !
Le logiciel est une petite application Node.js, qu’on peut simplement préparer et installer grâce à Docker :
% git clone https://github.com/talentsconnect/awayboard
% docker build -t awayboard .
% docker run -it --rm --publish 5711:5711 awayboard
L’application est ensuite accessible sur http://localhost:5711 — à adapter selon la machine où tourne le conteneur Docker.
Awayboard est distribué sous licence MIT.