New page for module download https://pirinel.ro/3rdpartyapps (April 26, 2023)


Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ Nextcloud ][ 24.0.1.0 ] OwnCloud fork
#1
[Image: unnamed.png]

Thecus_Nextcloud is available for:

x64_OS5/OS7 - last version 24.0.1.0
x86_OS5/OS6 - last version 17.0.2.0

For upgrade, a major version cannot be skipped

Download:
"You have not unlocked the download links. Read here to check how you can unlock them."

Require:

apache24 > 2.4.53.0
MariaDB > 10.0.12.0
Redis > 4.0.8.1 optional

During setup choose a shared folder on your NAS to store your data (/raid/data/$name_of_your_share). After upgrade you can retrive your data

Some usefull tips

As from version 21.0.2 apc need to be enable in php.ini to run under cli

Go to module WebUI and from menu choose Configuration files >> Edit php.ini
Add this line apc.enable_cli = 1 at the beginnig of the file as below (if is not already there):
Code:
[PHP]

;;;;;;;;;;;;;;;;;;;
; About php.ini  ;
;;;;;;;;;;;;;;;;;;;

apc.enable_cli = 1

; PHP's initialization file, generally called php.ini, is responsible for
; configuring many of the aspects of PHP's behavior.


Guide to use Cron as background job

Add cache memory

After Nextcloud is configured, add this line on nextcloud config.
Code:
'memcache.local' => '\OC\Memcache\APCu',

Optional for x64 platform and x86 over 11.0.3.5 version, add also Redis mem cached in nextcloud config. Redis module have to be installed and running.
Code:
'filelocking.enabled' => true,
'memcache.locking' => '\OC\Memcache\Redis',
 'redis' => array(</br>
     'host' => '127.0.0.1',</br>
     'port' => 6379,
      ),

Convert file cache to big init

Stop Nextcloud module
Connect with SSH and run
Code:
cd /raid/data/module/Nextcloud_okm/bin/nextcloud
/raid/data/module/apache24/sys/bin/php -c /raid/data/module/Nextcloud_okm/bin/php.ini occ db:convert-filecache-bigint
It can take hours to complete.
When is done, start Nextcloud module

Add missing indexes

Connect with SSH and run
Code:
cd /raid/data/module/Nextcloud_okm/bin/nextcloud
/raid/data/module/apache24/sys/bin/php -c /raid/data/module/Nextcloud_okm/bin/php.ini occ db:add-missing-indices

Add missing primary keys

Connect with SSH and run
Code:
cd /raid/data/module/Nextcloud_okm/bin/nextcloud
/raid/data/module/apache24/sys/bin/php -c /raid/data/module/Nextcloud_okm/bin/php.ini occ db:add-missing-primary-keys

Increase PHP memory size to minimum recomended 512M

Go to module WebUI and from menu choose Configuration files >> Edit php.ini
Find this line
Code:
memory_limit = 128M
and replace with
Code:
memory_limit = 512M

About:

https://nextcloud.com

A safe home for all your data
Access & share your files, calendars, contacts, mail & more from any device, on your terms

Nextcloud puts you in control
Nextcloud puts your data at your fingertips, under your control. You store your photos, calendar, contacts and documents on a server of your choosing, be it at home, a rented server or at one of our providers. Your existing data can stay on that FTP drive at work, dropbox or a NAS you have at home, while you access it through Nextcloud.
A trusted solution giving you access to all data you care about in one convenient place!
[Image: serverwebui.png]

File access and sharing.Your files everywhere
Nextcloud gives you access to all your files wherever you are and whatever device you use.

The easy web interface allows you to share files with other users on your server, to create and send password protected public links, to let others upload files to your cloud and to get notifications on your phone and desktop when a user on another cloud server shares files directly with you. And you can do all these things from the desktop or mobile clients, too.

Nextcloud makes sharing and collaboration easy!

Security and control. Share on your terms
With Nextcloud, system administrators can control and direct the flow of data between users on a server. Rule based file tagging and responding to these tags as well as other triggers like physical location, user group, file properties and request type enables administrators to specifically deny access to, convert, delete or retain data following business or legal requirements.

Features including our monitoring app, 2-factor authentication, brute force protection and our Eur 5000 security bug bounty program give you the highest level of security and protection against privacy breaches.

Nextcloud puts you in control of your data and keeps it safe.
[Image: file_access_control_wee.png]

Monitoring your Nextcloud server
The Server Information app provides a way for admins to monitor the health and performance of a Nextcloud system. Besides the graphical UI, an API endpoint provided makes it possible for system administrators to import this data in their monitoring app so they can keep an eye on Nextcloud operations from the same place they monitor the rest of their infrastructure.
[Image: monitoring_wee.png]

Mobile and desktop clients
Nextcloud clients for Android, iOS and desktop systems allow you to sync and share files, in a fully secure way through an encrypted connection. The mobile clients feature automatic upload of pictures and videos you take and can synchronize select files and folders. The clients can handle multiple accounts, show all activity happening on your server and notify you of new events such as the availability of new shares.

While not all clients support all features yet, here is a non-exhaustive list of what you can do today:

Perform file operations such as rename, delete and move
Show previews of documents, photos and videos and choose between list and grid view
Mark files as favourites to keep them in sync with the server and available offline
Upload pictures taken with your phone's camera automatically
Share files directly with users on your Nextcloud, with other cloud servers or via public link
Get notified of shares or other events
Show all activity related to your files

External Storage
The external storage feature of Nextcloud gives you access to your data wherever it is. Nextcloud can access files stored with a wide variety of popular cloud service providers such as Amazon, Google and Dropbox, but you can also access them using standard protocols such as (S)FTP, WebDAV and more.

The Encryption App can encrypt data at rest for both local and remote storage, protecting data stored on networks outside of your infrastructure. Keys can be handled by an external key management server or stored locally, on the server. Nextcloud will keep your data where it is and retrieve it over a secure communication channel whenever you need to access it.
[Image: externalstorage.png]

External storage features:

Support for SWIFT, (S)FTP, WebDAV, Amazon S3, Google Drive, Dropbox, SMB/CIFS/Windows Network Drive, Sharepoint and OpenStack Object Storage (Swift).
Full server side encryption with optional external key management
Encryption can be enabled or disabled for each external storage system
Administrators can control the list of external storage types users have access to
[Image: externalstorage2.png]

Calendar and Contacts

The Nextcloud Calendar and Contacts apps allow you to store, sync and share your plans and contacts. You can share with users or groups on your server or sync the calendar or contacts with your devices and access them wherever you are.
The Calendar and Contacts app feature:

Easy to use interface
Private and shared calendars and addressbooks with permissions management
CalDAV and CardDAV sync with third party clients both on mobile and desktop (i.e with Thunderbird)
[Image: calendar.png]

[Image: contacts.png][/b]
------------------------------------------------------------------------
[Image: linkedinbutton.jpg]
Please respect my work and dont share my modules
Reply

[-]
No Permission
Unfortunately you do not have sufficient rights to view replies or ask for support in this thread. For full access and support, consider upgrading



Forum Jump:


Users browsing this thread: 3 Guest(s)