Bookmarks with Nextcloud: Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
Line 10: Line 10:


== HowTo ==
== HowTo ==
# Make sure, your bookmarks are backupped:<br/>[[File:nc bookmarks settings backup.png|300px]]
* Make sure, your bookmarks are backupped:<br/>[[File:nc bookmarks settings backup.png|300px]]
# Create a .htpasswd in your public path
* Create a .htpasswd in your public path
  deep-thought bookmarks # cat .htaccess  
  deep-thought bookmarks # cat .htaccess  
  AuthType Basic
  AuthType Basic
Line 18: Line 18:
  Require valid-user
  Require valid-user
  deep-thought bookmarks #  
  deep-thought bookmarks #  
# Set a password:
* Set a password:
  deep-thought _htaccess # htpasswd bookmarksUsers heiko
  deep-thought _htaccess # htpasswd bookmarksUsers heiko
  New password:  
  New password:  
Line 24: Line 24:
  Adding password for user heiko
  Adding password for user heiko
  deep-thought _htaccess #  
  deep-thought _htaccess #  
# Run this script nightly:
* Run this script nightly:
  TBD
  TBD

Revision as of 21:00, 21 June 2023

About

Nextcloud can handle all your bookmarks...this is REALLY handy if you use multiple devices, Terminal Servers and such.

You can learn all about the built-in and third-party apps here: https://apps.nextcloud.com/apps/bookmarks

iOS or Android devices

Since the usual floccus-Plugins won't work on mobile device browsers[1] there are special apps to manage your bookmarks. This works just fine, but is a bit "unhandy".

However, you can export these bookmarks on a daily basis to HTML and use it otherwise...

HowTo

  • Make sure, your bookmarks are backupped:
    Nc bookmarks settings backup.png
  • Create a .htpasswd in your public path
deep-thought bookmarks # cat .htaccess 
AuthType Basic
AuthName "Wurst-Wasser.net Bookmarks"
AuthUserFile /var/www/_htaccess/bookmarksUsers
Require valid-user
deep-thought bookmarks # 
  • Set a password:
deep-thought _htaccess # htpasswd bookmarksUsers heiko
New password: 
Re-type new password: 
Adding password for user heiko
deep-thought _htaccess # 
  • Run this script nightly:
TBD