App for visualising GetPocket and Reader usage stats.
test2
BACKEND_URL- backend url, default: http://localhost:8080POCKET_CONSUMER_KEY- get pocket consumer keyREADER_ACCESS_TOKEN- readwise access keyMONGODB_HOST- mongo db hostMONGODB_URI- full mongodb uri with login and pass
example env variables for local instance workig with dockerized MongoDB
{
"VUE_APP_BACKEND_URL": "http://127.0.0.1:8081/pocketstats",
"POCKET_CONSUMER_KEY": "[get pocket consumer key]",
"MONGODB_DB": "test",
"MONGODB_URI": "mongodb+srv://..."
}
Docker service file with mongodb can be find here: mongodb.yml
VUE_APP_BACKEND_URL- java backend url
You can read more in article: https://cybershu.eu/articles/pocket-stats-analytics-app-get-pocket-api.html (it describes old version!!)