# nextcloud/all-in-one

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/nextcloud-all-in-one).**

9,082 stars · 977 forks · PHP · agpl-3.0

## Links

- GitHub: https://github.com/nextcloud/all-in-one
- Homepage: https://nextcloud.com/blog/how-to-install-the-nextcloud-all-in-one-on-linux/
- awesome-repositories: https://awesome-repositories.com/repository/nextcloud-all-in-one.md

## Topics

`backup` `docker` `nextcloud` `restore`

## Description

all-in-one is a containerized deployment system designed to install and manage a complete suite of productivity and collaboration services. It functions as a cloud suite deployer that orchestrates the installation of a self-hosted content platform, incorporating necessary dependencies via Docker or Kubernetes.

The project distinguishes itself by providing a web-based dashboard for orchestrating, updating, and monitoring the lifecycle of service containers. It also serves as a local AI inference server, enabling the execution of generative text models, image diffusion, and speech processing on private hardware.

The platform covers a broad range of capabilities, including self-hosted cloud storage with S3 compatible gateway support, private data governance for encryption and retention, and collaborative knowledge management for shared workspaces. It further integrates automated workflow orchestration through webhooks and background jobs.

Administrative operations can be performed through a command-line interface or the integrated web management UI.

## Tags

### Data & Databases

- [Private Cloud Storage](https://awesome-repositories.com/f/data-databases/private-cloud-storage.md) — Deploys a private cloud environment for file synchronization, sharing, and collaborative editing.
- [Automated Backup Systems](https://awesome-repositories.com/f/data-databases/automated-backup-systems.md) — Schedules the creation of encrypted and compressed system restore points to local or remote storage. ([source](https://cdn.jsdelivr.net/gh/nextcloud/all-in-one@main/README.md))
- [Database Backup Restoration](https://awesome-repositories.com/f/data-databases/data-governance-modeling/data-management-governance/backup-recovery-systems/database-backup-restoration.md) — Allows recovering both database metadata and file snapshots to revert the environment from a backup. ([source](https://docs.nextcloud.com/server/latest/admin_manual/maintenance/index.html))
- [Instance Data Backups](https://awesome-repositories.com/f/data-databases/multi-instance-storage/instance-data-backups.md) — Copies the database and file folders to prevent data loss and enable full instance recovery. ([source](https://docs.nextcloud.com/server/latest/admin_manual/maintenance/index.html))
- [S3-Compatible Cloud Storage](https://awesome-repositories.com/f/data-databases/data-engineering-infrastructure/data-persistence-storage/data-storage/file-based-storage/local-file-storage/s3-compatible-cloud-storage.md) — Integrates with S3-compatible object storage providers for persisting primary files and assets. ([source](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/index.html))
- [Remote Storage Mounts](https://awesome-repositories.com/f/data-databases/data-engineering/cloud-native-storage-layers/remote-storage-mounts.md) — Directly mounts remote object storage buckets and network file systems as backends. ([source](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/index.html))
- [Data Governance](https://awesome-repositories.com/f/data-databases/data-governance-modeling/data-management-governance/data-governance.md) — Implements policies for user access, encryption, and data retention to ensure organizational compliance.
- [File Versioning Strategies](https://awesome-repositories.com/f/data-databases/data-integration-synchronization/data-integrity-versioning/file-versioning-strategies.md) — Tracks and manages multiple iterations of files with decay schedules to allow recovery. ([source](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/file_versioning.html))
- [Data Retention Policies](https://awesome-repositories.com/f/data-databases/data-retention-policies.md) — Provides mechanisms for managing the lifecycle and automatic deletion of session data and logs. ([source](https://docs.nextcloud.com/server/latest/admin_manual/contents.html))
- [Database Configurations](https://awesome-repositories.com/f/data-databases/database-management-systems/database-systems-management/database-management/database-configurations.md) — Allows adjustment of database connections and backend parameters to optimize performance. ([source](https://docs.nextcloud.com/server/latest/admin_manual/configuration_database/index.html))
- [External Storage Integrations](https://awesome-repositories.com/f/data-databases/external-storage-integrations.md) — Supports connecting diverse external storage drivers to map network shares and host directories. ([source](https://cdn.jsdelivr.net/gh/nextcloud/all-in-one@main/README.md))
- [In-Memory Caches](https://awesome-repositories.com/f/data-databases/in-memory-caches.md) — Supports integration with high-performance memory stores like Redis to cache frequently accessed data. ([source](https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/config_sample_php_parameters.html))
- [Object Storage](https://awesome-repositories.com/f/data-databases/object-storage.md) — Supports the use of S3-compatible object storage for storing file binaries instead of local disks. ([source](https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/config_sample_php_parameters.html))
- [Disk Quota Enforcement](https://awesome-repositories.com/f/data-databases/virtual-disk-overlays/disk-quota-policies/disk-quota-enforcement.md) — Implements disk usage limits to track and restrict the amount of space specific users can consume. ([source](https://docs.nextcloud.com/server/latest/admin_manual/configuration_user/index.html))

### DevOps & Infrastructure

- [Cloud Suite Deployers](https://awesome-repositories.com/f/devops-infrastructure/cloud-deployment-platforms/cloud-suite-deployers.md) — Provides a containerized system to install and manage a complete suite of productivity and collaboration services. ([source](https://docs.nextcloud.com/server/latest/admin_manual/contents.html))
- [Cloud Suite Orchestrators](https://awesome-repositories.com/f/devops-infrastructure/cloud-suite-orchestrators.md) — Simplifies the installation and maintenance of complex server suites using Docker and Kubernetes orchestration.
- [Automated Workflow Orchestration](https://awesome-repositories.com/f/devops-infrastructure/automated-workflow-orchestration.md) — Builds custom system behaviors by chaining webhooks, scheduled background jobs, and external script integrations.
- [Container Deployment](https://awesome-repositories.com/f/devops-infrastructure/container-deployment.md) — Deploys a complete environment with integrated dependencies using container technology. ([source](https://cdn.jsdelivr.net/gh/nextcloud/all-in-one@main/README.md))
- [Container Environment Managers](https://awesome-repositories.com/f/devops-infrastructure/container-environment-managers.md) — Provides an interface to manage container environments, including memory limits and log levels. ([source](https://cdn.jsdelivr.net/gh/nextcloud/all-in-one@main/README.md))
- [Container Management Dashboards](https://awesome-repositories.com/f/devops-infrastructure/container-management-dashboards.md) — Provides a web-based dashboard to start, stop, and update service containers. ([source](https://cdn.jsdelivr.net/gh/nextcloud/all-in-one@main/README.md))
- [Productivity Suite Deployers](https://awesome-repositories.com/f/devops-infrastructure/container-orchestration/container-runtimes/runtime-configuration-interfaces/docker-socket-orchestrators/docker-target-configurators/docker-container-deployments/docker-based-deployment-tools/productivity-suite-deployers.md) — Provides a containerized system to install and manage a complete suite of productivity and collaboration services.
- [Containerized Application Management](https://awesome-repositories.com/f/devops-infrastructure/containerized-application-management.md) — Implements a platform for deploying, configuring, and managing the lifecycle of containerized applications. ([source](https://docs.nextcloud.com/server/latest/admin_manual/exapps_management/index.html))
- [File Sharing Services](https://awesome-repositories.com/f/devops-infrastructure/file-sharing-services.md) — Generates secure share links for files and folders with expiration dates and upload permissions. ([source](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/index.html))
- [Webhook Triggers](https://awesome-repositories.com/f/devops-infrastructure/automation-orchestration/task-execution-frameworks/event-based-triggers/webhook-triggers.md) — Ships mechanisms that initiate automated workflows in outside services in response to internal data events. ([source](https://docs.nextcloud.com/server/latest/admin_manual/webhook_listeners/index.html))
- [S3-Compatible Storage Adapters](https://awesome-repositories.com/f/devops-infrastructure/cloud-infrastructure/cloud-computing-serverless/cloud-storage/s3-compatible-storage-adapters.md) — Integrates local filesystems with S3-compatible object storage and encrypted data-at-rest capabilities.
- [Instance Migrators](https://awesome-repositories.com/f/devops-infrastructure/instance-migrators.md) — Provides mechanisms to move the entire installation and associated data from one host to another. ([source](https://docs.nextcloud.com/server/latest/admin_manual/maintenance/index.html))
- [Kubernetes Deployments](https://awesome-repositories.com/f/devops-infrastructure/kubernetes-deployments.md) — Provides Helm charts for orchestrated deployment of the suite onto Kubernetes clusters. ([source](https://nextcloud.github.io/all-in-one/))
- [Kubernetes Orchestration](https://awesome-repositories.com/f/devops-infrastructure/kubernetes-orchestration.md) — Utilizes Helm charts to manage scalable instances of collaboration software within Kubernetes clusters.
- [Multi-Instance Hosting](https://awesome-repositories.com/f/devops-infrastructure/multi-instance-hosting.md) — Enables hosting several independent environment copies on a single server using containers or VMs. ([source](https://github.com/nextcloud/all-in-one/blob/main/multiple-instances.md))

### Artificial Intelligence & ML

- [Local Model Inference Servers](https://awesome-repositories.com/f/artificial-intelligence-ml/machine-learning/infrastructure/model-deployment-and-serving/local-and-on-device-inference/local-model-inference-servers.md) — Functions as a local inference server providing generative text, image, and speech capabilities via private hardware.
- [Local Language Model Execution](https://awesome-repositories.com/f/artificial-intelligence-ml/machine-learning/infrastructure/model-inference-serving/local-ai-deployment-platforms/deployment-platforms/local-inference/local-language-model-execution.md) — Provides software components that manage the loading and execution of generative language models on local hardware. ([source](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html))
- [Private AI Infrastructure](https://awesome-repositories.com/f/artificial-intelligence-ml/private-ai-infrastructure.md) — Provides a dedicated environment for running generative AI models and speech processing on private hardware.
- [AI Service Integrations](https://awesome-repositories.com/f/artificial-intelligence-ml/ai-service-integrations.md) — Includes connectors and interfaces for linking the local environment with external artificial intelligence services. ([source](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html))
- [Real-Time Transcription](https://awesome-repositories.com/f/artificial-intelligence-ml/audio-transcription/real-time-transcription.md) — Implements instantaneous conversion of live audio streams into text transcripts during communication. ([source](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html))
- [Text-to-Image Generators](https://awesome-repositories.com/f/artificial-intelligence-ml/generative-ai-resources/diffusion-visual-models/generative-ai-pipelines/text-to-image-generators.md) — Provides machine learning pipelines that generate high-resolution images from natural language text prompts locally. ([source](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html))
- [Image Content Analyzers](https://awesome-repositories.com/f/artificial-intelligence-ml/image-content-analyzers.md) — Includes tools for detecting objects and faces within images to automate metadata tagging. ([source](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html))
- [Local Speech-to-Text](https://awesome-repositories.com/f/artificial-intelligence-ml/local-speech-to-text.md) — Provides on-device conversion of spoken audio into text using local machine learning models. ([source](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html))
- [Text-to-Speech](https://awesome-repositories.com/f/artificial-intelligence-ml/text-to-speech.md) — Implements systems and models for synthesizing natural human speech from text input locally. ([source](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html))
- [On-Premises Translation](https://awesome-repositories.com/f/artificial-intelligence-ml/text-translation-tools/on-premises-translation.md) — Converts text between languages using on-premises models to maintain data privacy. ([source](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html))

### Part of an Awesome List

- [File Storage and Sync](https://awesome-repositories.com/f/awesome-lists/data/file-storage-and-sync.md) — Facilitates transferring data directories to new instances while synchronizing the file index. ([source](https://github.com/nextcloud/all-in-one/blob/main/migration.md))
- [System Capability Extensions](https://awesome-repositories.com/f/awesome-lists/devtools/core-and-community-extensions/system-capability-extensions.md) — Allows installing OS packages and extensions to support specific application dependencies within containers. ([source](https://cdn.jsdelivr.net/gh/nextcloud/all-in-one@main/README.md))
- [Anonymous Public Shares](https://awesome-repositories.com/f/awesome-lists/productivity/collaboration-and-sharing/anonymous-public-shares.md) — Permits external users to access and edit files via public links without requiring registration. ([source](https://docs.nextcloud.com/server/latest/admin_manual/office/index.html))

### Business & Productivity Software

- [Collaborative Knowledge Bases](https://awesome-repositories.com/f/business-productivity-software/knowledge-management-systems/collaborative-knowledge-bases.md) — Provides shared workspaces for team documentation with granular permissions and guest access. ([source](https://docs.nextcloud.com/server/latest/admin_manual/collectives/index.html))
- [Self-Hosted File Sync and Share Platforms](https://awesome-repositories.com/f/business-productivity-software/self-hosted-file-sync-and-share-platforms.md) — Provides a centralized hub for managing files, calendars, and contacts with integrated synchronization and sharing.
- [File Tagging Systems](https://awesome-repositories.com/f/business-productivity-software/file-tagging-systems.md) — Automatically assigns metadata tags to files based on predefined system conditions. ([source](https://docs.nextcloud.com/server/latest/admin_manual/file_workflows/index.html))
- [File Workflow Automations](https://awesome-repositories.com/f/business-productivity-software/file-workflow-automations.md) — Automates file management operations such as data retention and deletion based on conditional rules. ([source](https://docs.nextcloud.com/server/latest/admin_manual/file_workflows/index.html))
- [Workflow Automation](https://awesome-repositories.com/f/business-productivity-software/workflow-automation.md) — Provides tools for automating repetitive business processes and tasks through event-driven triggers. ([source](https://docs.nextcloud.com/server/latest/admin_manual/windmill_workflows/index.html))

### Content Management & Publishing

- [Collaborative Editing Tools](https://awesome-repositories.com/f/content-management-publishing/authoring-editorial-interfaces/collaborative-editing-tools.md) — Enables real-time collaborative editing of documents with visual rendering for multiple users. ([source](https://docs.nextcloud.com/server/latest/admin_manual/office/index.html))

### Development Tools & Productivity

- [Application Installers](https://awesome-repositories.com/f/development-tools-productivity/application-installers.md) — Provides a centralized interface for deploying, managing, and retrieving details of installed applications. ([source](https://docs.nextcloud.com/server/latest/admin_manual/apps_management_api.html))
- [Background Task Schedulers](https://awesome-repositories.com/f/development-tools-productivity/background-task-schedulers.md) — Provides utilities for managing recurring, scheduled background operations and system maintenance tasks. ([source](https://docs.nextcloud.com/server/latest/admin_manual/installation/index.html))
- [Application Extensions](https://awesome-repositories.com/f/development-tools-productivity/command-line-interfaces/application-extensions.md) — Provides mechanisms to install and update application extensions via web UI or CLI. ([source](https://docs.nextcloud.com/server/latest/admin_manual/apps_management.html))
- [File Version Retention Rules](https://awesome-repositories.com/f/development-tools-productivity/version-management/file-version-retention-rules.md) — Allows setting rules for how long historical file versions are kept before they expire. ([source](https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/config_sample_php_parameters.html))

### Security & Cryptography

- [Brute Force Protections](https://awesome-repositories.com/f/security-cryptography/brute-force-protections.md) — Integrates IP-level blocking to protect against brute-force authentication attacks. ([source](https://docs.nextcloud.com/server/stable/admin_manual/installation/harden_server.html))
- [Data Encryption](https://awesome-repositories.com/f/security-cryptography/data-encryption.md) — Allows configuration of the default cryptographic cipher for encrypting data at rest. ([source](https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/config_sample_php_parameters.html))
- [Encrypted Persistence](https://awesome-repositories.com/f/security-cryptography/data-encryption/encrypted-persistence.md) — Secures files at the storage level using master and user-specific encryption keys. ([source](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/index.html))
- [Access Control](https://awesome-repositories.com/f/security-cryptography/identity-access-management/access-control.md) — Provides comprehensive access control for managing user permissions, administrator privileges, and group memberships. ([source](https://docs.nextcloud.com/server/latest/admin_manual/configuration_user/index.html))
- [Identity Provider Integrations](https://awesome-repositories.com/f/security-cryptography/identity-provider-integrations.md) — Synchronizes user identities and group memberships from external LDAP or OpenID Connect authentication services. ([source](https://docs.nextcloud.com/server/latest/admin_manual/configuration_user/index.html))
- [Security & HTTPS](https://awesome-repositories.com/f/security-cryptography/network-infrastructure-security/web-network-security/security-https.md) — Enforces secure web communication by implementing HSTS headers to block non-encrypted connections. ([source](https://docs.nextcloud.com/server/stable/admin_manual/installation/harden_server.html))
- [Password Policies](https://awesome-repositories.com/f/security-cryptography/password-management/password-policies.md) — Enforces password complexity requirements and provides mechanisms for credential resets. ([source](https://docs.nextcloud.com/server/latest/admin_manual/configuration_user/index.html))
- [Security Configurations](https://awesome-repositories.com/f/security-cryptography/security-configurations.md) — Provides tools for hardening system security through SSL encryption and security policy definitions. ([source](https://docs.nextcloud.com/server/latest/admin_manual/installation/index.html))
- [Security Headers](https://awesome-repositories.com/f/security-cryptography/security-headers.md) — Configures HTTP response headers to protect against MIME-sniffing, clickjacking, and other web vulnerabilities. ([source](https://docs.nextcloud.com/server/stable/admin_manual/installation/harden_server.html))
- [User Account Management](https://awesome-repositories.com/f/security-cryptography/user-account-management.md) — Provides systems for managing user credentials, account lifecycles, and profile-specific security settings. ([source](https://docs.nextcloud.com/server/latest/admin_manual/configuration_user/index.html))
- [External User Provisioning](https://awesome-repositories.com/f/security-cryptography/user-identity-management/external-user-provisioning.md) — Automatically creates and updates local user accounts based on attributes retrieved from external identity providers. ([source](https://docs.nextcloud.com/server/latest/admin_manual/configuration_user/index.html))
- [Automated Security Patching](https://awesome-repositories.com/f/security-cryptography/application-and-system-security/automated-security-patching.md) — Allows installing security patches to fix vulnerabilities without requiring a full version upgrade. ([source](https://docs.nextcloud.com/server/latest/admin_manual/issues/index.html))
- [Automated HTTPS Management](https://awesome-repositories.com/f/security-cryptography/cryptography/ssl-tls-certificate-management/automated-https-management.md) — Automates the provision and management of SSL certificates using reverse proxies and DNS challenges. ([source](https://cdn.jsdelivr.net/gh/nextcloud/all-in-one@main/README.md))
- [Secure Remote Access](https://awesome-repositories.com/f/security-cryptography/secure-remote-access.md) — Establishes remote connectivity and TLS encryption using reverse proxies or encrypted tunnels. ([source](https://github.com/nextcloud/all-in-one/blob/main/local-instance.md))
- [Token Authentication](https://awesome-repositories.com/f/security-cryptography/token-authentication.md) — Supports secure client access using generated security tokens instead of traditional passwords. ([source](https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/config_sample_php_parameters.html))
- [Multi-Factor Authentication](https://awesome-repositories.com/f/security-cryptography/user-account-management/account-security-policies/multi-factor-authentication.md) — Secures user accounts through the implementation of two-factor authentication and app-specific passwords. ([source](https://docs.nextcloud.com/server/latest/admin_manual/configuration_user/index.html))

### System Administration & Monitoring

- [CLI System Management](https://awesome-repositories.com/f/system-administration-monitoring/cli-system-management.md) — Provides a command-line interface for performing administrative operations and system configuration. ([source](https://docs.nextcloud.com/server/latest/admin_manual/occ_command.html))
- [Instance Migration Utilities](https://awesome-repositories.com/f/system-administration-monitoring/instance-migration-utilities.md) — Provides utilities to move the entire database and file set from one installation to another. ([source](https://github.com/nextcloud/all-in-one/blob/main/migration.md))
- [Background Job Schedulers](https://awesome-repositories.com/f/system-administration-monitoring/background-job-schedulers.md) — Includes a scheduler for executing asynchronous maintenance tasks and periodic system updates. ([source](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/index.html))
- [Application Storage Path Configuration](https://awesome-repositories.com/f/system-administration-monitoring/directory-configurations/application-storage-path-configuration.md) — Provides configuration for defining filesystem paths and web URLs for application storage. ([source](https://docs.nextcloud.com/server/latest/admin_manual/apps_management.html))
- [Software Update Managers](https://awesome-repositories.com/f/system-administration-monitoring/software-update-managers.md) — Includes tools to upgrade the server installation to newer versions for security and features. ([source](https://docs.nextcloud.com/server/latest/admin_manual/maintenance/index.html))
- [Trash Managers](https://awesome-repositories.com/f/system-administration-monitoring/trash-managers.md) — Provides a system for managing deleted items with configurable permanent removal timeframes. ([source](https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/config_sample_php_parameters.html))
- [Version and Trash Lifecycle Management](https://awesome-repositories.com/f/system-administration-monitoring/version-and-trash-lifecycle-management.md) — Controls the lifecycle of file versions and deleted items using automated background jobs. ([source](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/index.html))
- [Webhook Listeners](https://awesome-repositories.com/f/system-administration-monitoring/webhook-listeners.md) — Provides endpoints that receive and process automated HTTP notifications from external systems to trigger actions. ([source](https://docs.nextcloud.com/server/latest/admin_manual/webhook_listeners/index.html))

### Networking & Communication

- [Federated Sharing Protocols](https://awesome-repositories.com/f/networking-communication/federated-sharing-protocols.md) — Implements federation protocols to share and access files across multiple independent server instances. ([source](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/index.html))
- [Service Tunnels](https://awesome-repositories.com/f/networking-communication/service-tunnels.md) — Provides secure instance access through outbound-only tunnels, eliminating the need to open inbound firewall ports. ([source](https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md))
- [Proxy Traffic Management](https://awesome-repositories.com/f/networking-communication/traffic-proxying/proxy-traffic-management.md) — Integrates with third-party reverse proxies to share a single IP address among multiple hosted services. ([source](https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md))
- [Proxy Trust Management](https://awesome-repositories.com/f/networking-communication/traffic-proxying/proxy-traffic-management/proxy-trust-management.md) — Configures trusted reverse proxies to ensure secure traffic routing and accurate client IP identification. ([source](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/index.html))

### Software Engineering & Architecture

- [Storage Path Configurators](https://awesome-repositories.com/f/software-engineering-architecture/application-lifecycle-management/configuration-management/configuration-scopes/installation-path-configurations/storage-path-configurators.md) — Provides settings for defining custom filesystem locations for application and user data storage. ([source](https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/config_sample_php_parameters.html))
- [Application Parameter Configurators](https://awesome-repositories.com/f/software-engineering-architecture/default-configuration-values/execution-parameter-configurations/application-parameter-configurators.md) — Allows adjusting operational behavior through configuration files and environment variables. ([source](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/index.html))
- [System Performance Optimization](https://awesome-repositories.com/f/software-engineering-architecture/performance-reliability/performance-optimization/data-handling-throughput/system-performance-optimization.md) — Offers server-level performance tuning including process manager optimization and bytecode caching. ([source](https://docs.nextcloud.com/server/latest/admin_manual/installation/index.html))

### User Interface & Experience

- [Branding Customization](https://awesome-repositories.com/f/user-interface-experience/branding-customization.md) — Provides tools to modify the visual identity, logos, and icons to align with organizational branding. ([source](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/index.html))
- [File Previewers](https://awesome-repositories.com/f/user-interface-experience/file-previewers.md) — Generates thumbnails and visual previews for supported file types using internal or external services. ([source](https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/config_sample_php_parameters.html))
