Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Very light read-only pinboard.in client with a React front-end and a PHP caching back-end

License

Notifications You must be signed in to change notification settings

francoisgeorgy/pinboard-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pinboard.in front-end

This application allows you to quickly browse your pinboard.in bookmarks. All data are cached after being retrieved from the pinboard.in service. Once the data are in the cache, navigating your bookmarks is lightning fast.

Backend configuration

The backend must be deployed in a web server supporting PHP5+ with the json extension enabled.

You need to create a conf.ini file containing your poinboard.in credentials and the cache configuration. conf.ini.template is provided as a template for this.

$ cp conf.ini.template conf.ini

Cache

The back-end needs a directory where to store its cache files.

$ mkdir .cache
$ chmod a+w .cache/

Configure the cache path in conf.ini.

Frontend configuration

Set the backend base URL in .env.development and .env.production.

About

Very light read-only pinboard.in client with a React front-end and a PHP caching back-end

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published