Download nextcloud 3 9 1
Author: B | 2025-04-23
Download nextcloud-client(aarch-64) linux packages for Fedora, Mageia, OpenMandriva, Red Hat Enterprise Linux. Enterprise Linux 9 (RHEL 9, Rocky Linux 9, AlmaLinux 9, CentOS 9 Stream) EPEL aarch64 Official: nextcloud-client-3.6.4-4.el9.aarch64.rpm: The Nextcloud Client:
Be connected with Nextcloud Hub 9
This app hasn’t been tested with the latest 3 major releases of Nextcloud. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of Nextcloud. Highest Nextcloud version Nextcloud 23 Show all releases Community rating Author Klaus Herberth Last updated 3 years, 1 month ago Categories Social & communication Resources Homepage User documentation Admin documentation Developer documentation Interact Report problem Request feature Ask questions or discuss Releases Nextcloud version Stable channel Nightly channel All releases 23 5.0.0 - 23 22 5.0.0 - 22 21 4.3.1 - 21 20 4.3.1 - 20 19 4.3.1 - 19 18 4.2.1 - 18 17 4.2.1 - 17 16 4.1.1 - 16 15 3.4.4 4.0.0-rc.1 (Unstable) 15 14 3.4.4 - 14 13 3.4.3 - 13 12 3.4.3 - 12 11 3.3.2 - 11 10 3.3.2 - 10 9 3.2.1 - 9 No comments found. Comments Switch language for the comments:
Iexplorer 3 9 9 1 -
In this guide, we’ll demonstrate how to install NextCloud from Command line on Ubuntu 22.04. Rather than using the web-based setup, We will run a few commands to finish the initial configurations. So, we will not perform the entire installation manually.There are various method of Nextcloud Installation. Command line Installation is the easiest. First, we will prepare the server environment for regular nextcloud setup. Secondly, instead of the web based setup, we will completely install and configure Nextcloud on Ubuntu 22.04 using the command line. Nextcloud CLI installation method is very useful because we can perform full automatic installation with any automation system. Below, we mentioned the steps for the Nextcloud Command line Installation.Step1: Install PHP, Apache and MariaDB ServerStep2: Configure MariaDB ServerStep3: Download and Prepare Nextcloud PackageStep4: Run the Nextcloud installation CLI CommandStep1: Install PHP, Apache and MariaDB Server1. Update and Upgrade the Ubuntu Packagesapt update && apt upgrade2. install Apache and MySQL Serverapt install apache2 mariadb-server 3. Install PHP and other Dependencies and Restart Apacheapt install libapache2-mod-php php-bz2 php-gd php-mysql php-curl php-mbstring \php-imagick php-zip php-ctype php-curl php-dom php-json php-posix php-bcmath \php-xml php-intl php-gmp zip unzip wget4. Enable required Apache modules and restart Apache:a2enmod rewrite dir mime env headerssystemctl restart apache2Step2: Configure MariaDB Server1. Login to MySQL Prompt, Just type2. Create MySQL Database and User for Nextcloud and Provide Permissions.CREATE USER 'nextcloud'@'localhost' IDENTIFIED BY 'passw@rd';CREATE DATABASE IF NOT EXISTS nextcloud CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;GRANT ALL PRIVILEGES ON nextcloud.* TO 'nextcloud'@'localhost';FLUSH PRIVILEGES;quit;Step3: Download and Prepare Nextcloud PackageNow download the latest Nextcloud archive file, Go to the Nextcloud Download Page. Or you can download from this direct link.1. Download and unzip at the web root (/var/www/html) foldercd /var/www/htmlwget latest.zip2. Move all nextcloud content to the web root (/var/www/html) foldercd /var/www/html/nextcloudmv * .* ../3. Remove empty nextcloud directoryrmdir /var/www/html/nextcloud4. Change the ownership of the nextcloud content directory to the HTTP user.chown -R www-data:www-data /var/www/htmlStep4: Run the Nextcloud installation CLI CommandThis CLI command will take all the installation parameters like the database and admin credentials to run the installation and configure on the background.cd /var/www/htmlsudo -u www-data php occ maintenance:install --database "mysql"First beta of Nextcloud Hub 9 (v30) - Releases - Nextcloud
And Own Your Privacy|news.ycombinator.com|2025-02-24There are screenshots on ente.io [0] and their GitHub repo [1][0] brook 9 12 14,756 7.1 GoA cross-platform programmable network tool openvpn-install 10 109 14,291 5.6 ShellSet up your own OpenVPN server on Debian, Ubuntu, Fedora, CentOS, Arch Linux and more (by angristan) or if you want to be free from your distro's OpenSSL version: (recommended, just rebuild the container if it becomes outdated) Cryptomator 11 494 12,477 9.6 JavaCryptomator for Windows, macOS, and Linux: Secure client-side encryption for your cloud storage, ensuring privacy and control over your data.Project mention:Apple pulls data protection tool after UK government security row|news.ycombinator.com|2025-02-21It's a drag that we're seeing this crap happen, but authoritarians will be authoritarians. What's the general opinion of tools like Cryptomator? [^1][^1]: Duplicati 12 22 11,830 10.0 C#Store securely encrypted backups in the cloud! BorgBackup 13 334 11,587 9.6 PythonDeduplicating archiver with compression and authenticated encryption.Project mention:Ask HN: How do you manage files and backups as an individual?|news.ycombinator.com|2024-07-14I started using Nextcloud for file/contact/calendar syncing a few years, and have gradually moved most of my digital life into it. Documents and photos, but also scripts to automatically set some things up for me when I do a fresh install of Linux (I've been playing around with a few different distros lately). The only thing that doesn't live in Nextcloud are some old DVD rips, and that's mostly due to "haven't gotten around to it yet". Besides those, if it's not in Nextcloud, it's not something I care too much. Download nextcloud-client(aarch-64) linux packages for Fedora, Mageia, OpenMandriva, Red Hat Enterprise Linux. Enterprise Linux 9 (RHEL 9, Rocky Linux 9, AlmaLinux 9, CentOS 9 Stream) EPEL aarch64 Official: nextcloud-client-3.6.4-4.el9.aarch64.rpm: The Nextcloud Client: Download nextcloud-client-libs(x ) linux packages for Fedora, Red Hat Enterprise Linux. Enterprise Linux 9 (CentOS 9, RHEL 9, Rocky Linux 9, AlmaLinux 9) EPEL x86_64 Official: nextcloud-client-libs-3.6.4-4.el9.x86_64.rpm: Common files for nextcloud-client:RC3 of Nextcloud 30 - Hub 9 - Releases - Nextcloud community
October 12, 2016, 2:28pm 1 Hi,may be an OT feature, but since here we are talking about re-take control on our data, it would be a great improvement to add a “desktop sharing” functionality in nextcloud.I consider unacceptable still using service like teamviewer to share client desktop.No, webRTC share only browser window, not the whole desktop.Ok, could be a bandwidth problem (overall added to underground data transfer) but together with audio and video calls (via webRTC) could make nextcloud leader in this field.Client application that point to personalized nextcloud-desktop-sharing server that act as hub/switch to other clients, with “rooms” for remote assistance or even to internal (private network) virtualized desktop.Too much? LazyInLA October 12, 2016, 2:39pm 2 I’d be reaaaaally happy if I could just use it to remote desktop my systems with the client installed. Easy, direct access for clients using the same account, and a permissions system for other accounts on the same server. All the rest seems a bit much for core features but could be good as an integration. MikeLupe October 12, 2016, 3:13pm 3 Spreed.Me already provides the screen sharing functionality, not remote control, but desktop sharing.Anyway, a remote control feature being authenticated through the nextcloud desktop client would be an incredible feature. But oh my, there’s a lot of work to do for that one I guess.edit: Spreed.Me not Collabora Services like meet.jit.si is able to share the whole desktop using a browser extension. Taurus7 August 9, 2022, 8:45am 5 Yes, I think that is a great idea, I was just looking for such a feature… but apparently it still doesn’t exist. Maybe I should start a new discussion as this one is 6 years old…Anyway, I came across Rustdesk, which is an open source alternative to Teamviewer and Anydesk (so no port forwarding etc required). You can run your own server, so what about intergrating the Rustdesk server in Nextcloud? Perhaps as an app? This is exactly what I came looking for.Is there a way to set up a bounty or community funding drive? markc December 9, 2023, 5:06am 7 That’s an excellent idea. Integrating rustdesk with Nextcloud by turning the rustdesk server part into an easily installable app would be a brilliant move. I would contribute to funding this for sure. szaimen December 9, 2023, 8:08am 8 Hi, in general this would already be possible by using Nextcloud AIO and its community container feature. See wwe Closed November 6, 2024, 8:52pm 9 wwe: close old topicsIexplorer 3 9 9 1 Download Free - downsfile
Nextcloud documentation¶Download link for Nextcloud documentation.Adminconsole manual¶Download link for Adminconsole manual.Automatically saving the password in the SnappyMail email client of Noswork¶Download link for Automatically saving the password in the SnappyMail email client of NosworkSynchronization apps manual¶Download link for Synchronization Apps manual.Change password in the Adminconsole¶Download link Change password in the Adminconsole.Browser Configuration Manual for Desktop Mode¶Download link Browser Configuration Manual for Desktop Mode.Blue Mail Setup Guide for Mobile Email Configuration¶Download link Blue Mail Setup Guide for Mobile Email ConfigurationNextCloud installing manual for mobile¶Download link NextCloud installing manual for mobileNextCloud installing manual for PC¶Download link NextCloud installing manual for PCHow to go directly to the text of an email¶Download link How to go directly to the text of an emailSetup manual for OneCalendar on Mobile¶Download link Setup manual for OneCalendar on MobileSetup manual for OneCalendar on PC¶Download link Setup manual for OneCalendar on PCSetup manual for Nextcloud Desktop Client on MacOS¶Download link Setup manual for Nextcloud Desktop Client on MacOSNotes on Working with OnlyOffice and Microsoft Office¶Download link Notes on Working with OnlyOffice and Microsoft OfficeIexplorer 3 9 9 1 Download Free - downnfiles
Use your Nextcloud log to review system status, or to help debug problems. You may adjust logging levels, and choose how and where log data is stored. If additional event logging is required, you can optionally activate the admin_audit app.When file based logging is utilized, both the Nextcloud log and, optionally, the admit_audit app log can be viewed within the Nextcloud interface under Administration settings -> Logging (this functionality is provided by the logreader app).Further configuration and usage details for both the standard Nextcloud log and the optional admin_audit app log can be found below.Log levelLogging levels range from DEBUG, which logs all activity, to FATAL, which logs only fatal errors.0: DEBUG: All activity; the most detailed logging.1: INFO: Activity such as user logins and file activities, plus warnings, errors, and fatal errors.2: WARN: Operations succeed, but with warnings of potential problems, plus errors and fatal errors.3: ERROR: An operation fails, but other services and operations continue, plus fatal errors.4: FATAL: The server stops.By default the log level is set to 2 (WARN). Use DEBUG when you have a problem to diagnose, and then reset your log level to a less-verbose level as DEBUG outputs a lot of information, and can affect your server performance.Logging level parameters are set in the config/config.php file.Log typeerrorlogAll log information will be sent to PHP error_log()."log_type" => "errorlog",WarningUntil version Nextcloud 25 log entries were prefixed with [owncloud]. From 26 onwards messages start with [nextcloud].fileAll log information will be written to a separate log file which can beviewed using the log viewer on your Admin page. By default, a logfile named nextcloud.log will be created in the directory which hasbeen configured by the datadirectory parameter in config/config.php.The desired date format can optionally be defined using the logdateformat parameter in config/config.php.By default the PHP date function parameter c is used, and therefore thedate/time is written in the format 2013-01-10T15:20:25+02:00. By using thedate format in the example below, the date/time format will be written in the formatJanuary 10, 2013 15:20:25."log_type" => "file","logfile" => "nextcloud.log","loglevel" => 3,"logdateformat" => "F d, Y H:i:s",syslogAll log information will be sent to your default syslog daemon."log_type" => "syslog","syslog_tag" => "Nextcloud","logfile" => "","loglevel" => 3,systemdAll log information will be sent to Systemd journal. Requires php-systemd extension."log_type" => "systemd","syslog_tag" => "Nextcloud",Log fields explainedExample log entries{ "reqId":"TBsuA2uE86DiOD0S8f9j", "level":1, "time":"April 13, 2021 16:55:37", "remoteAddr":"192.168.56.1", "user":"admin", "app":"admin_audit", "method":"GET", "url":"/ocs/v1.php/cloud/users?disabled", "message":"Login successful: "admin"", "userAgent":"curl/7.68.0", "version":"21.0.1.1"}{ "reqId":"ByeDVLuwkXKMfLpBgvxC", "level":2, "time":"April 14, 2021 09:03:29", "remoteAddr":"192.168.56.1", "user":"--", "app":"no app in context", "method":"POST", "url":"/login", "message":"Login failed: asdf (Remote IP: 192.168.56.1)", "userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36", "version":"21.0.1.1"}Log field breakdownreqId (request id): any log lines related to a single request have the same valuelevel: logged incident’s level, always 1 in audit.logtime: date and time (format and timezone can be configured in config.php)remoteAddr: the IP address of the user (if applicable – empty for occ commands)user: acting user’s id (if applicable)app: affected app (always admin_audit in audit.log)method: HTTP method, for example GET, POST, PROPFIND, etc. – empty on occ callsurl: request. Download nextcloud-client(aarch-64) linux packages for Fedora, Mageia, OpenMandriva, Red Hat Enterprise Linux. Enterprise Linux 9 (RHEL 9, Rocky Linux 9, AlmaLinux 9, CentOS 9 Stream) EPEL aarch64 Official: nextcloud-client-3.6.4-4.el9.aarch64.rpm: The Nextcloud Client:Comments
This app hasn’t been tested with the latest 3 major releases of Nextcloud. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of Nextcloud. Highest Nextcloud version Nextcloud 23 Show all releases Community rating Author Klaus Herberth Last updated 3 years, 1 month ago Categories Social & communication Resources Homepage User documentation Admin documentation Developer documentation Interact Report problem Request feature Ask questions or discuss Releases Nextcloud version Stable channel Nightly channel All releases 23 5.0.0 - 23 22 5.0.0 - 22 21 4.3.1 - 21 20 4.3.1 - 20 19 4.3.1 - 19 18 4.2.1 - 18 17 4.2.1 - 17 16 4.1.1 - 16 15 3.4.4 4.0.0-rc.1 (Unstable) 15 14 3.4.4 - 14 13 3.4.3 - 13 12 3.4.3 - 12 11 3.3.2 - 11 10 3.3.2 - 10 9 3.2.1 - 9 No comments found. Comments Switch language for the comments:
2025-04-03In this guide, we’ll demonstrate how to install NextCloud from Command line on Ubuntu 22.04. Rather than using the web-based setup, We will run a few commands to finish the initial configurations. So, we will not perform the entire installation manually.There are various method of Nextcloud Installation. Command line Installation is the easiest. First, we will prepare the server environment for regular nextcloud setup. Secondly, instead of the web based setup, we will completely install and configure Nextcloud on Ubuntu 22.04 using the command line. Nextcloud CLI installation method is very useful because we can perform full automatic installation with any automation system. Below, we mentioned the steps for the Nextcloud Command line Installation.Step1: Install PHP, Apache and MariaDB ServerStep2: Configure MariaDB ServerStep3: Download and Prepare Nextcloud PackageStep4: Run the Nextcloud installation CLI CommandStep1: Install PHP, Apache and MariaDB Server1. Update and Upgrade the Ubuntu Packagesapt update && apt upgrade2. install Apache and MySQL Serverapt install apache2 mariadb-server 3. Install PHP and other Dependencies and Restart Apacheapt install libapache2-mod-php php-bz2 php-gd php-mysql php-curl php-mbstring \php-imagick php-zip php-ctype php-curl php-dom php-json php-posix php-bcmath \php-xml php-intl php-gmp zip unzip wget4. Enable required Apache modules and restart Apache:a2enmod rewrite dir mime env headerssystemctl restart apache2Step2: Configure MariaDB Server1. Login to MySQL Prompt, Just type2. Create MySQL Database and User for Nextcloud and Provide Permissions.CREATE USER 'nextcloud'@'localhost' IDENTIFIED BY 'passw@rd';CREATE DATABASE IF NOT EXISTS nextcloud CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;GRANT ALL PRIVILEGES ON nextcloud.* TO 'nextcloud'@'localhost';FLUSH PRIVILEGES;quit;Step3: Download and Prepare Nextcloud PackageNow download the latest Nextcloud archive file, Go to the Nextcloud Download Page. Or you can download from this direct link.1. Download and unzip at the web root (/var/www/html) foldercd /var/www/htmlwget latest.zip2. Move all nextcloud content to the web root (/var/www/html) foldercd /var/www/html/nextcloudmv * .* ../3. Remove empty nextcloud directoryrmdir /var/www/html/nextcloud4. Change the ownership of the nextcloud content directory to the HTTP user.chown -R www-data:www-data /var/www/htmlStep4: Run the Nextcloud installation CLI CommandThis CLI command will take all the installation parameters like the database and admin credentials to run the installation and configure on the background.cd /var/www/htmlsudo -u www-data php occ maintenance:install --database "mysql"
2025-04-15October 12, 2016, 2:28pm 1 Hi,may be an OT feature, but since here we are talking about re-take control on our data, it would be a great improvement to add a “desktop sharing” functionality in nextcloud.I consider unacceptable still using service like teamviewer to share client desktop.No, webRTC share only browser window, not the whole desktop.Ok, could be a bandwidth problem (overall added to underground data transfer) but together with audio and video calls (via webRTC) could make nextcloud leader in this field.Client application that point to personalized nextcloud-desktop-sharing server that act as hub/switch to other clients, with “rooms” for remote assistance or even to internal (private network) virtualized desktop.Too much? LazyInLA October 12, 2016, 2:39pm 2 I’d be reaaaaally happy if I could just use it to remote desktop my systems with the client installed. Easy, direct access for clients using the same account, and a permissions system for other accounts on the same server. All the rest seems a bit much for core features but could be good as an integration. MikeLupe October 12, 2016, 3:13pm 3 Spreed.Me already provides the screen sharing functionality, not remote control, but desktop sharing.Anyway, a remote control feature being authenticated through the nextcloud desktop client would be an incredible feature. But oh my, there’s a lot of work to do for that one I guess.edit: Spreed.Me not Collabora Services like meet.jit.si is able to share the whole desktop using a browser extension. Taurus7 August 9, 2022, 8:45am 5 Yes, I think that is a great idea, I was just looking for such a feature… but apparently it still doesn’t exist. Maybe I should start a new discussion as this one is 6 years old…Anyway, I came across Rustdesk, which is an open source alternative to Teamviewer and Anydesk (so no port forwarding etc required). You can run your own server, so what about intergrating the Rustdesk server in Nextcloud? Perhaps as an app? This is exactly what I came looking for.Is there a way to set up a bounty or community funding drive? markc December 9, 2023, 5:06am 7 That’s an excellent idea. Integrating rustdesk with Nextcloud by turning the rustdesk server part into an easily installable app would be a brilliant move. I would contribute to funding this for sure. szaimen December 9, 2023, 8:08am 8 Hi, in general this would already be possible by using Nextcloud AIO and its community container feature. See wwe Closed November 6, 2024, 8:52pm 9 wwe: close old topics
2025-04-08Nextcloud documentation¶Download link for Nextcloud documentation.Adminconsole manual¶Download link for Adminconsole manual.Automatically saving the password in the SnappyMail email client of Noswork¶Download link for Automatically saving the password in the SnappyMail email client of NosworkSynchronization apps manual¶Download link for Synchronization Apps manual.Change password in the Adminconsole¶Download link Change password in the Adminconsole.Browser Configuration Manual for Desktop Mode¶Download link Browser Configuration Manual for Desktop Mode.Blue Mail Setup Guide for Mobile Email Configuration¶Download link Blue Mail Setup Guide for Mobile Email ConfigurationNextCloud installing manual for mobile¶Download link NextCloud installing manual for mobileNextCloud installing manual for PC¶Download link NextCloud installing manual for PCHow to go directly to the text of an email¶Download link How to go directly to the text of an emailSetup manual for OneCalendar on Mobile¶Download link Setup manual for OneCalendar on MobileSetup manual for OneCalendar on PC¶Download link Setup manual for OneCalendar on PCSetup manual for Nextcloud Desktop Client on MacOS¶Download link Setup manual for Nextcloud Desktop Client on MacOSNotes on Working with OnlyOffice and Microsoft Office¶Download link Notes on Working with OnlyOffice and Microsoft Office
2025-03-26How to Install Nextcloud with Apache and Let's Encrypt SSL on Ubuntu 22.04 LTSNextcloud is a free and open-source, file sharing and syncing solution that helps you to store your personal documents, files, photos, and other in a central location. It is very similar to other cloud storage solutions like Dropbox, Google Drive, iCloud, etc. You should switch to NextCloud if you are worried about privacy because you can install Nextcloud on your own server. You can upload files and other docs to your Nextcloud server and then sync all of them to your desktop pc, laptop, or smartphone.In this tutorial, we will show you how to install Nextcloud on Ubuntu 22.04 server.RequirementsA server running Ubuntu 22.04.A valid domain name pointed to the server IP.A root password is configured on your server.Install Apache, PHP, and MariaDBBefore starting, LAMP stack must be installed on your server. If not installed, you can install it with the following command:apt install apache2 mariadb-server php php-cli php-fpm php-json php-intl php-imagick php-pdo php-mysql php-zip php-gd php-mbstring php-curl php-xml php-pear php-bcmath apache2 libapache2-mod-php -yAfter installing all packages, edit the PHP configuration file and change some default settings:nano /etc/php/8.1/apache2/php.iniChange the following lines:date.timezone = UTCmemory_limit = 512Mupload_max_filesize = 500Mpost_max_size = 500Mmax_execution_time = 300Save and close the file then restart the Apache service to apply the changes:systemctl restart apache2Create a Database for NextcloudNextcloud uses a MariaDB database as a database backend so you will need to create a database and user in MariaDB.First, connect to the MariaDB shell with the following command:mysqlOnce you are connected to the MariaDB, create a database and user with the following command:CREATE DATABASE nextcloud;CREATE USER 'nextcloud'@'localhost' identified by 'password';Next, grant all the privileges to the Nextcloud database with the following command:GRANT ALL PRIVILEGES ON nextcloud.* TO 'nextcloud'@'localhost';Next, flush the privileges and exit from the MariaDB with the following command:FLUSH PRIVILEGES;QUIT;Download NextcloudAt the time of writing the article, the latest version of Nextcloud is 24.0.1. You can download it with the following command:wget the download is completed, unzip the downloaded file with the following command:unzip nextcloud-24.0.1.zipNext, move the extracted directory to the Apache web root with the following command:mv nextcloud /var/www/html/Next, change the ownership and permission of the Nextcloud directory using the following command:chown -R www-data:www-data /var/www/html/nextcloudchmod -R 775 /var/www/html/nextcloudCreate an Apache Virtual Host for NextcloudNext, you will need to create an Apache virtual host configuration file for Nextcloud. You can create it with the following
2025-04-02November 20, 2022, 12:56pm 1 I’ve been following DBTech tutorials to setup a Nextcloud instance and I want to use Cloudflare Tunnel to access it over the internet.Cloudflare Tunnel provides DDOS protection, firewall and many other features to keep the website safe from external factors, but is the Tunnel private (privacy focused)? Like is it truly encrypted? When I upload a file or use Nextcloud Talk to chat with my friends, is it possible that Cloudflare can view the decrypted contents?The free plan doesn’t allow usage of any other SSL certificates, you have to use the one provided by Cloudflare, and the origin server can only use SSL certificates from Cloudflare.I’ve read few posts saying it’s not really private, but the Nextcloud AIO documentation says it can be hosted behind a Cloudflare Tunnel.Is there a way to harden Cloudflare Tunnel? If it isn’t private, are there any other good alternatives?I’m new to self hosting, so I’m sorry if these things sound trivial, but I really need to know if the service (Cloudflare Tunnel) is privacy focused before using it. Kerasit November 21, 2022, 8:54am 2 No. Using solely cloudflare, is not truly privacy safe.However here is a brief recap of what happens and then what a tunnel is and how it SHOULD be used.When you writes “new to self hosting” I will automatically assume you have setup a server in your own perimeter (home address), and is looking into using Cloudflare ONLY to provide a publicly reachable interface, so you can reach your Nextcloud from anywhere.All your data resides on your nextcloud in your home. So far so good. You should ALWAYS use HTTPS, where the TLS trafic terminates at your own premise (on your own network). For this to be possible, there are three options, whereas two is considered truly trustworthy:1:Reverse proxy with TLS termination (can be Letsencrypt), proxying through a VPN tunnel to your on premise Nextcloud webserver, setup also with TLS (self signed). NOT truly privacy trustworthy.2:Reverse proxy with SSL passthrough through VPN tunnel to your on premnise Nextcloud webserver, setup with TLS (can be Letsencrypt). Considered truly privacy trustworthy.3:Cloudflare tunnel using pure TCP port forwarding over the VPN you sets up, it is even better. And this setup is even more simple than a reverse proxy. Considered truly privacy trustworthy.With option 2 - and especially 3 - it does not matter at all, which frontend service - Cloudflare or even Alibaba - you are using. Even less if you use a service like Letsencrypt, because it uses your On premise Nextcloud webservers own private key, to identify and ensure that there is no middleman trying to disguise like you.So to recap and answer: Your question as
2025-04-22