Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 665 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 665 Bytes

xBrowserSync Web App

Overview

A simple web application to retrieve a single user's bookmarks from a xBrowserSync backend and provide them as simple web page.

Usage

docker run -it --rm -p 80:8080 -e XBROWSERSYNC_USER_ID="$XBROWSERSYNC_USER_ID" -e XBROWSERSYNC_USER_PASSWORD="$XBROWSERSYNC_USER_PASSWORD"  sharkusmanch/xbrowsersync-webapp

Variables

Environment Variable Default
XBROWSERSYNC_INTERVAL 300
XBROWSERSYNC_API_HOST https://api.xbrowsersync.org
XBROWSERSYNC_USER_ID N/A
XBROWSERSYNC_USER_PASSWORD N/A