12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Create Locally Hosted Bookmark Sync with Nextcloud and Floccus</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="Nextcloud,Floccus,Bookmark Sync,Self-Hosted,Brave Browser,Chrome,Firefox,Linux,Windows,How To,Tutorial,i12bretro">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Create Locally Hosted Bookmark Sync with Nextcloud and Floccus">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Create Locally Hosted Bookmark Sync with Nextcloud and Floccus</h1>
- </div>
- <div></div>
- <div id="content">
- <h2>Setting Up Nextcloud</h2>
- <ol>
- <li>Log into Nextcloud</li>
- <li>Click the gear icon in the upper right corner > Click Apps</li>
- <li>Press CTRL + F and search bookmark</li>
- <li>Find the Bookmarks app and click the Download and Enable button</li>
- </ol>
- <h2>Setting Up Floccus</h2>
- <ol>
- <li>In Firefox or a Chromium based browser, install the Floccus add-on or extension</li>
- <li>In Brave Browser, open a new tab and navigate to https://chrome.google.com/webstore/category/extensions</li>
- <li>Search for Floccus</li>
- <li>Click on floccus bookmarks sync</li>
- <li>Click the Add to Brave button > Click Add Extension to confirm</li>
- <li>Click the hamburger menu > Extensions</li>
- <li>Find floccus bookmarks sync and click the Details button</li>
- <li>Scroll down and click Extension options</li>
- <li>Click the New Account button</li>
- <li>Select Nextcloud Bookmarks > Click the Add Account button</li>
- <li>Enter the Nextcloud URL, username and password</li>
- <li>Expand the Folder mapping section</li>
- <li>Under Local folder, click the folder icon to browse the current browser's bookmark locations</li>
- <li>Select Bookmarks > Click the Save button</li>
- <li>Click the Save button</li>
- <li>Add a bookmark in the browser to test the sync</li>
- <li>Click the Extensions button > floccus bookmarks sync</li>
- <li>Click the Sync Now button</li>
- <li>The test bookmark should sync to Nextcloud</li>
- <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>
- </ol>
- </div>
- </div>
- </body>
- </html>
-
|