{"id":13618192,"url":"https://github.com/Websoft9Archive/ansible-nextcloud","last_synced_at":"2025-04-14T10:31:11.517Z","repository":{"id":44697295,"uuid":"215698901","full_name":"Websoft9Archive/ansible-nextcloud","owner":"Websoft9Archive","description":"Automatic installation for Nextcloud on Linux（Nextcloud自动安装程序）","archived":false,"fork":false,"pushed_at":"2021-12-16T08:16:56.000Z","size":821,"stargazers_count":17,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-08T03:36:38.294Z","etag":null,"topics":["ansible","deployment-automation","installation","nextcloud","php","websoft9"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Websoft9Archive.png","metadata":{"files":{"readme":"README-zh.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"License.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-17T03:51:28.000Z","updated_at":"2024-01-24T14:20:06.000Z","dependencies_parsed_at":"2022-08-30T06:51:07.281Z","dependency_job_id":null,"html_url":"https://github.com/Websoft9Archive/ansible-nextcloud","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Websoft9Archive%2Fansible-nextcloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Websoft9Archive%2Fansible-nextcloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Websoft9Archive%2Fansible-nextcloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Websoft9Archive%2Fansible-nextcloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Websoft9Archive","download_url":"https://codeload.github.com/Websoft9Archive/ansible-nextcloud/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248862603,"owners_count":21173837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","deployment-automation","installation","nextcloud","php","websoft9"],"created_at":"2024-08-01T20:01:56.007Z","updated_at":"2025-04-14T10:31:10.890Z","avatar_url":"https://github.com/Websoft9Archive.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"\n# Nextcloud 自动化安装与部署\n\n[English](/README.md) | [简体中文](/README-zh.md)  \n\n本项目是由 [Websoft9](https://www.websoft9.com) 研发的 [Nextcloud](https://nextcloud.com/) 自动化安装程序，开发语言是 Ansible。使用本项目，只需要用户在 Linux 上运行一条命令，即可自动化安装 Nextcloud，并预配置必要项，让原本复杂的安装和与配置过程变得没有任何技术门槛。\n\n## 配置要求\n\n安装本项目，确保符合如下的条件：\n\n| 条件       | 详情       | 备注  |\n| ------------ | ------------ | ----- |\n| 操作系统       | CentOS7.x, Ubuntu20.04, Amazon Linux2|  可选  |\n| 公有云| AWS, Azure, 阿里云, 华为云, 腾讯云 | 可选 |\n| 私有云|  KVM, VMware, VirtualBox, OpenStack | 可选 |\n| 服务器配置 | 最低2核6G，存储20GB以上，Swap分区2GB以上 |  建议采用按量100M带宽 |\n\n更多请见： [官方 System requirement](https://docs.nextcloud.com/server/18/admin_manual/installation/source_installation.html)。\n\n## 组件\n\n包含的核心组件为：Nextcloud, Apache/Nginx, MySQL, PHP, ONLYOFFICE Document Server, Docker  \n\n更多请见: [参数表](/docs/zh/stack-components.md)。\n\n## 安装指南\n\n以 root 用户登录 Linux，运行下面的**一键自动化安装命令**即可启动自动化部署。若没有 root 用户，请以其他用户登录 Linux 后运行 `sudo su -` 命令提升为 root 权限，然后再运行下面的脚本。\n\n```\nwget -N https://ghproxy.com/https://raw.githubusercontent.com/Websoft9/ansible-linux/main/scripts/install.sh; bash install.sh -r nextcloud\n```\n\n脚本后启动，就开始了自动化安装，必要时需要用户做出交互式选择，然后耐心等待直至安装成功。\n\n**安装中的注意事项：**  \n\n1. 操作不慎或网络发生变化，可能会导致SSH连接被中断，安装就会失败，此时请重新安装\n2. 安装缓慢、停滞不前或无故中断，主要是网络不通（或网速太慢）导致的下载问题，此时请重新安装\n\n多种原因导致无法顺利安装，请使用我们在公有云上发布的 [Nextcloud 镜像](https://apps.websoft9.com/nextcloud) 的部署方式。\n\n\n## 文档\n\n文档链接：https://support.websoft9.com/docs/nextcloud/zh\n\n## License\n\n本项目是开源项目，采用 LGPL3.0 开源协议。补充条款：不允许在公有云的云市场上售卖通过本项目安装后直接或间接制作的镜像。\n\n## FAQ\n\n#### 本项目安装的是 Nextcloud 最新版吗？\n\n本项目通过下载可执行二进制包解压安装，请通过[官方URL](https://download.nextcloud.com/server/releases/)页面查看版本号。  \n我们会定期检查[Release版本](https://github.com/Websoft9/ansible-nextcloud/releases)，更新并测试此项目，以保证用户可以顺利安装所需的Nextcloud版本。 \n \n#### 命令脚本部署与镜像部署有什么区别？\n\n请参考：[镜像部署-vs-脚本部署](https://support.websoft9.com/docs/faq/zh/bz-product.html#镜像部署-vs-脚本部署)\n\n#### 本项目支持在 Ansible Tower 上运行吗\n支持\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWebsoft9Archive%2Fansible-nextcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FWebsoft9Archive%2Fansible-nextcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWebsoft9Archive%2Fansible-nextcloud/lists"}