0334.html 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Create Locally Hosted Bookmark Sync with Nextcloud and Floccus</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Nextcloud,Floccus,Bookmark Sync,Self-Hosted,Brave Browser,Chrome,Firefox,Linux,Windows,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Create Locally Hosted Bookmark Sync with Nextcloud and Floccus">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Create Locally Hosted Bookmark Sync with Nextcloud and Floccus</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <h2>Setting Up Nextcloud</h2>
  25. <ol>
  26. <li>Log into Nextcloud</li>
  27. <li>Click the gear icon in the upper right corner &gt; Click Apps</li>
  28. <li>Press CTRL + F and search bookmark</li>
  29. <li>Find the Bookmarks app and click the Download and Enable button</li>
  30. </ol>
  31. <h2>Setting Up Floccus</h2>
  32. <ol>
  33. <li>In Firefox or a Chromium based browser, install the Floccus add-on or extension</li>
  34. <li>In Brave Browser, open a new tab and navigate to&nbsp;https://chrome.google.com/webstore/category/extensions</li>
  35. <li>Search for Floccus</li>
  36. <li>Click on&nbsp;floccus bookmarks sync</li>
  37. <li>Click the Add to Brave button &gt; Click Add Extension to confirm</li>
  38. <li>Click the hamburger menu &gt; Extensions</li>
  39. <li>Find&nbsp;floccus bookmarks sync and click the Details button</li>
  40. <li>Scroll down and click Extension options</li>
  41. <li>Click the New Account button</li>
  42. <li>Select Nextcloud Bookmarks &gt; Click the Add Account button</li>
  43. <li>Enter the Nextcloud URL, username and password</li>
  44. <li>Expand the Folder mapping section</li>
  45. <li>Under Local folder, click the folder&nbsp;icon to browse the current browser&#39;s bookmark locations</li>
  46. <li>Select Bookmarks &gt; Click the Save button</li>
  47. <li>Click the Save button</li>
  48. <li>Add a bookmark in the browser to test the sync</li>
  49. <li>Click the Extensions button &gt;&nbsp;floccus bookmarks sync</li>
  50. <li>Click the Sync Now button</li>
  51. <li>The test bookmark should sync to Nextcloud</li>
  52. <li>After the initial sync, floccus will automatically sync bi-directionally every 15 minutes by default. This interval can be configured in the extension options</li>
  53. </ol>
  54. </div>
  55. </div>
  56. </body>
  57. </html>