Updated Jan 22, 2025 TypeScript nextcloud / server Star 28.3k Code Issues Pull requests ☁️ Nextcloud server, a safe home for all your data javascript open-source php enterprise design opensource cloud ux nextcloud owncloud decentralized sharing file-sharing collaboration distributed free-so...
⛴ Docker image of Nextcloud. Contribute to nextcloud/docker development by creating an account on GitHub.
path_info^(.+?\.php)(\/.*|)$;set$path_info $fastcgi_path_info;try_files $fastcgi_script_name=404;include fastcgi_params;fastcgi_paramSCRIPT_FILENAME$document_root$fastcgi_script_name;fastcgi_paramPATH_INFO$path_info;#fastcgi_paramHTTPSon;# Avoid sending the security headers twice fastcgi_p...
mkdir/data/apps/shell/software-p cd/data/apps/shell/software/ wget -c http://nginx.org/download/nginx-1.16.1.tar.gz wget -c http://labs.frickle.com/files/ngx_cache_purge-2.3.tar.gz git clone git://github.com/vozlt/nginx-module-vts.git useraddwww -M -s/sbin/nologin tarxf nginx...
# https://mozilla.github.io/server-side-tls/ssl-config-generator/ssl_certificate/etc/ssl/nginx/cloud.example.com.crt; ssl_certificate_key /etc/ssl/nginx/cloud.example.com.key; # Prevent nginx HTTP Server Detection server_tokens off;
安装redis:sudo apt install -y redis; 安装mariadb:sudo apt install mariadb-server; 安装php及推荐模块:sudo apt install -y php7.3 php7.3-fpm php7.3-curl php7.3-gd php7.3-dom php7.3-iconv php-redis php-mysql php7.3-zip php7.3-bz2 php7.3-intl php7.3-imagick php7.3-mbstring; ...
github:https://github.com/dperson/samba 免密访问 代码语言:javascript 复制 docker run-d-p139:139-p445:445--name samba-v/mnt/sde:/mount--restart=always dperson/samba-u"root;root"-s"root;/mount/;yes;no;yes;all;all;all"-w"WORKGROUP"-g"force user=root"-g"guest account=root"///--...
sudo apt install nginx 使用以下命令创建一个名为 nextcloud.conf 的 Nginx 配置文件: sudo vim /etc/nginx/conf.d/nextcloud.conf 将以下内容添加到文件中: upstream php-handler {#server 127.0.0.1:9000;server unix:/run/php/php8.2-fpm.sock;}# Set the `immutable` cache control options only for ass...
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param PATH_INFO $path_info; fastcgi_param HTTPS on; fastcgi_param modHeadersAvailable true; # Avoid sending the security headers twice fastcgi_param front_controller_active true; # Enable pretty urls ...
nextcloud官网:https://nextcloud.com/install/# MariaDB安装与配置: sudo apt-get install -y mariadb-server 安装mysql也一样的,据说mariadb性能更好,没测试过,有条件的网友可以测试一下讨论讨论。 安装完毕以后,运行: mysql_secure_installation 这步的主要目的是更新和配置数据库,同时设置相应的root密码,我在安...