fixes "nodeJS - error downloadFile"#101
fixes "nodeJS - error downloadFile"#101armagankaratosun wants to merge 23 commits intoReinerNippes:masterfrom
Conversation
* moved sudo for aarch64 dependencies * nginx-extra for mp4 compatibility
Netxcloud doc recommends to add "/.well-known/webfinger" in webserver config file in addition of carddav and caldav: https://docs.nextcloud.com/server/17/admin_manual/issues/general_troubleshooting.html#service-discovery
- Fix a few typos Co-authored-by: Jens Friis-Nielsen <jef@evaxion-biotech.com>
This change is only cosmetic but makes the nginx configuration more readable.
Before:
listen [::]:443 ssl http2; server_name nc.example.org;
After:
listen [::]:443 ssl http2;
server_name nc.example.org;
Co-authored-by: Baptiste Jonglez <git@bitsofnetworks.org>
The machine running Nextcloud may already be behind a firewall, so let the user choose. Co-authored-by: Baptiste Jonglez <git@bitsofnetworks.org>
usage example:
```
# Import nextcloud role
pre_tasks:
- name: "get ansible role with ansible-galaxy"
command: |
ansible-galaxy install
--role-file=tools/requirements.yml
--roles-path="vendor_roles"
--force
# requirements.yml
---
- name: ReinerNippes.nextcloud
src: git@github.com:ReinerNippes/nextcloud.git
version: "master"
```
--database-table-prefix {{ nc_db_prefix }} removed
Fix syntax error in inventory file
Added two php packages that nextcloud 19 likes to see installed. Unfortunately I don't know how the packages are named in the other distros
- change module systemd to service - change MySQL name to Mariadb
fixes the issue reported here ONLYOFFICE/Docker-DocumentServer#96 with self-signed certificates
|
Thanks. I will look at this. nextcloud/roles/onlyoffice/tasks/main.yml Line 17 in d7933a5 |
|
Hey, thanks for the reply. That looks actually a more elegant way to do it (if it actually works, didn't try that version). mine is a bit "quick and dirty" approach, to be honest. |
|
Hello, I have this error, Every 3 weeks my Onlyoffice stops working. So I have this error, with the scripts of the nextcloud-reloaded branch. I am on ubuntu 20.04. Now, I would like to find the solution of why I have this problem. Please help Me @ReinerNippes |
|
Ok, i found a solution but need to edit your ansible for that : We need to use an AutorizationJwt. and in docker for onlyoffice : Other, i dont k,now why, but the port 8000 is already used after fresh install Nextcloud on a fresh installed Ubuntu Server 20.04 |


fixes the issue reported here ONLYOFFICE/Docker-DocumentServer#96 with self-signed certificates