Nextcloud Notes
Nextcloud 23 Installation on Debian – Emanuel Pina How to install Nextcloud with SSL using snap; either thru Let's Encrypt or self-signed certificate nextcloud 21 installation on ubuntu | Nextcloud 20 Installation on Ubuntu – Emanuel Pina |
How to install NextCloud 18 on Ubuntu 16.04/18.04/19.04/19.10 – Marksei | How to install Nextcloud 18 on Ubuntu Server – TechRepublic | The complete guide to installing Nextcloud on Debian 10 Nice article on installing Nextcloud with nginx (reverse proxy) and Let's Encrypt | more nc from Rog | Nextcloud backup/restore shell scripts Nextcloud security scanner | Nextcloud download files server | Nextcloud 17 online user manual | Using the OCC command |
To backup Nextcloud: there are four major components to deal with:
folder nextcloud/config
folder nextcloud/data
folder nextcloud/theme
folder nextcloud/config
(added by me)
(also possibly .htaccess)
The database (can be MySQL/MariaDB, SQLite, or PostgreSQL)
It's possible to manually back up folders, files, and the database. Have a look at the Nextcloud documentation to find out how to achieve that. It basically involves shutting down the application, letting it store its internal state on disk, backing up all files, and restarting Nextcloud.
from: How to back up Nextcloud with Bareos – Nextcloud
Followup: Header Strict-Transport-Security (HSTS) in /etc/apache2/conf-available/ssl-params.conf
GitHub | NC Forum | Security scan of instance | Blog | Free instances | Free Providers | thegood.cloud 2gb free | HowTo: backup files | nc backup doc | nc restore doc | Sync files on Windows with WebDAV | on RaspPi | New collaborative rich text editor | NC Projects | Markdown editor | User Manual | Nextcloud at home | How To Backup Nextcloud, by Kev Quirk |
Security guidance doc | Security checker |
NextCloud Bookmarks has a browser bookmarklet.
access nextcloud using webdav and php (Be sure to create and use an app password) https://blog.sleeplessbeastie.eu/2018/06/11/how-to-display-upcoming-events-in-nextcloud-calendar-using-text-based-terminal-emulator/ curl api call to download file using GET | Basic APIs sabre/xml http://sabre.io/xml/ https://blog.sleeplessbeastie.eu/search/?query=nextcloud google: install nextcloud on local computer How To Install and Configure Nextcloud on Ubuntu 18.04 | DigitalOcean | caltlgin NC install procs | webhostinghero |
To share a NextCloud image file, right-click on file to get link. You probably need to share file first. The image displays in other apps ok. The link will look something like this (it will differ with different NC providers): https://your_nextcloud.org/apps/files_sharing/publicpreview/TGgDBx69pBN6pTX?x=1522&y=626&a=true&file=filename.jpg&scalingup=0
NC's Apps info page | RSS News app | Carnet |
Access files via WebDav with Microsoft Windows
How to import Firefox bookmarks to Nextcloud using API
NextCloud API docs
NextCloud Notes integration with Joplin and NextNote
“You may customize a Gallery album with a simple text file named gallery.cnf, which contains parameters structured using the Yaml markup language. You may have multiple gallery.cnf files; you need one in your own root Nextcloud folder (your Home folder) that defines global features, and then you may have individual per-album gallery.cnf files if you want to define different behaviors in different albums.” Docs source
How To Install and Configure Nextcloud on Ubuntu 18.04; DigitalOcean | How to install Nextcloud on shared hosting | How To Setup A Nextcloud Server In Ubuntu | Nextcloud On A Raspberry Pi 3+, by Kev Quirk | How to Install Nextcloud on UberLab | NextCloud install script for Ubuntu 16.04 |
A filedrop is available: “You may create your own special upload directories so that other people can upload files to you without having to log in to the server, and without being a Nextcloud user. They will not be allowed to see the contents of this directory, or to make any changes.' Docs source
Apparently, markdown syntax for images does not work when Note is viewed in a browser page (apparently IF the image is hosted external to the NC instance). Images do show when viewing the note in NextCloud. This is true for all NextCloud instances I've used. However, see this. Apparently, the reason that image displays ok on a webpage is that the image file is hosted on the nextcloud instance. This was confirmed on both nixnet and snopyta – images display ok when note is viewed as a web page IF the image file is hosted on the NC instance where the note is posted. CodiMD, HackMD, write.as, and writefreely notes do not have this limitation.
Provider Features Comparison:
Feature | Snopyta | CNow | OwnCube | Hostiso | Nixnet |
---|---|---|---|---|---|
MD Notes | Yes | Limited | Rich Text editor | Limited | Yes |
Collabora | No | No | No | Yes | No |
Storage | 500 mb | 5 gb | 5 gb | 3 gb | 10 gb |
Bookmarks | Yes | No | Yes | Yes | No |
Gallery | Yes | Yes | Yes | Yes | Yes |
Carnet | No | No | No | No | Yes |
Performance | Fast | Fast | Medium | Slow | Slow |
ocloud.de has an admin demo, so you can install apps that you want to learn about. The menus are in German though. Their free version gives 1gb space but Notes and the markdown editor are not included.