Floccus bookmarks


Scenario:

To share bookmarks with team members, Floccus provides self hosted solution.

Solution:

  • DNS to hosts.
  • Install floccus extension for Chrome: https://chrome.google.com/webstore/detail/floccus-bookmarks-sync/fnaicdffflnofjppbagibeoednhnbjhg?hl=en
  • Add a new folder to the bookmark bar
  • Configuration:
    • Add account
    • Select Nextclould Bookmarks
    • Nextcloud URL: http://nextcloud.mpls.digitalriver.com
      • Username: {user}
      • Password: {password}
    • Local folder: Choose Folder -> newly created folder above
    • Save
    • Enabled is checked
    • Click Sync

No comments:

Post a Comment

Move Github Sub Repository back to main repo

 -- delete .gitmodules git rm --cached MyProject/Core git commit -m 'Remove myproject_core submodule' rm -rf MyProject/Core git remo...