Questions tagged [nextcloud]
145 questions
1
vote
0 answers
Nextcloud session problems
I am getting errors in the Nextcloud instance I have been getting 412 responses at random times. I have no idea of the source of this. I have a VPS on Digital Ocean with minimal load on it.
Since almost the first day of my Nextcloud installation I…

dimst23
- 11
- 1
1
vote
0 answers
Docker for private server
I want to set up a server (Ubuntu V-Server) for a few people. I'm planning to run a few applications e.g. GitLab, NextCloud, and Seafile.
What are the advantages of orchestrating these apps (and their dependencies like PostgreSQL) in containers via…

krumbi
- 111
- 2
1
vote
0 answers
Nginx reverse proxying to different root
Took days to troubleshoot this issue, yet couldn't find solution googling with my noob knowledge base.
What I'm trying to do: Accessing url/nextcloud reverse proxy to localhost but keeping /nextcloud/ in user's view. i.e. url/nextcloud/login would…

jupiterbjy
- 111
- 2
1
vote
3 answers
Apache2 Won't Start: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
I've been trying to use Apache2 to put an SSL certificate on my Ubuntu Server 18.04.4 LTS for Nextcloud, and I can't even get a far as to start Apache. I keep getting this error:
Error Picture
I've looked up solutions to this and found about a…

Beto Damian
- 11
- 1
- 1
- 2
1
vote
1 answer
Nginx Nextcloud too many redirects
I am trying to install Nextcloud on my Raspberry Pi.
I have created an A record in Cloudflare with subdomain pointing to my Raspberry Pi IP address and configured the NGINX with certbot using the default configuration file in…

Georgi Stoyanov
- 133
- 2
- 8
0
votes
0 answers
The plain HTTP request was sent to HTTPS port (NextCloud docker + nginx-proxy in Synology NAS)
I have a Synology NAS DS1813+ and I wish to install Nextcloud into it and I managed to do it by using Docker. Note that it will be available just in local network.
Next, I wish to secure it by using SSL, however I could not do it as 443 is already…

Eon Strife
- 1
- 1
- 1
0
votes
1 answer
Nextcloud Snap - Vulnerability issue
My company needs a self-hosted file sharing solution and after browsing the web, I've decided to go with Nextcloud. To test it, I've used snap to install it on a Debian 9 server. Everything works like a charm and that's what my company is looking…

Ror
- 321
- 3
- 16
0
votes
1 answer
What's the most effective way of running an IIS reverse proxy for a Hyper-V Ubuntu Machine
I've got Nextcloud set up in a Hyper-V machine, and IIS running a reverse proxy into the Hyper-V machine. Right now, it's set up so that the reverse proxy rewrites the url using the IP address, but the issue is that the (internal) IP address of the…

immanis
- 1
- 1
0
votes
0 answers
Run OCR in Nextcloud with Docker
I'm using the official Docker image nextcloud:latest to run my Nextcloud instance. I managed to install Elasticsearch (on the host) and created an index. Search works so far.
Now I want to OCR PDFs and installed the Tesseract plugin in Nextcloud.…

Daniel
- 3,047
- 5
- 22
- 27
0
votes
1 answer
NextCloud encryption key backup
I’m looking into setting up a self-hosted NextCloud, and back it up to an external storage (Dropbox, S3...). I want this backup to be encrypted.
Fortunately, that is supported natively by NextCloud. All I have to do is make sure that the private…

aspyct
- 360
- 1
- 6
- 21
0
votes
1 answer
How to run docker-onlyoffice-nextcloud on windows through LAN only
As the title suggests, I am trying to run nextcloud with OnlyOffice in Docker Desktop for Windows, and I am trying to congfigure nginx to accept connections through LAN, such that I can connect to my server from other computers on the network, all…

MetalOath
- 1
- 1
0
votes
2 answers
Apache2 directories with different document roots
I'm running an apache server with icinga, some personal static stuff, and nextcloud.
How I'd like this to work is as follows;
domain/ (all my static stuff)
/nextcloud
/icingaweb2
the directory structure is
/var/www/html (all my personal…

James
- 101
- 14
0
votes
1 answer
Add calendar event to Nextcloud using curl
I am unsuccessfully trying to add an event to Nextcloud agenda (Nextcloud version 16), using cURL :
curl --user 'user:pass' -X PUT \
https://myNCserver/remote.php/dav/calendars/user/myCalendar /Myevents-Z2HOOON14VOH09RIACY3IL3W.ics \
-H…

M-Jack
- 1,346
- 2
- 11
- 16
0
votes
1 answer
UUID mapping to new installed nextcloud
I have a question about to the migration of data to a new nextcloud installation.
I have a one node google’s Ganeti cluster with multiple VM’s, nextcloud and the backup VM’s are the only VM’s with external data storage. The Ganeti master (host) and…

Max
- 143
- 1
- 6
0
votes
1 answer
nextcloud on AWS located on read-only disk
I'm trying to install nextcloude server on Amazon virtual services AWS. I followed this wonderful and very useful tutorial until step 30, when I had to allow my cloud server to be associated with a domain name.
When I tried to login using a new…

rth
- 135
- 4