Questions tagged [nextcloud]

Nextcloud is an open-source software suite that provides a location-independent storage area for data (cloud storage).

Nextcloud is an open-source software suite that provides a location-independent storage area for data (cloud storage). The project was launched to create a free alternative to commercial cloud providers. In contrast to commercial storage services, Nextcloud can be installed on a private server at no additional cost.

The project is based on PHP and a SQLite, MySQL or PostgreSQL database, so Nextcloud can run on all platforms that meet these requirements. Nextcloud can be operated via a web interface and is thus not tied to a particular operating system. However, native applications, such as File Manager or Group Wares can interact with Nextcloud via an interface and provide data and files locally.

Website: https://nextcloud.com/

Twitter: https://twitter.com/nextclouders

Facebook: https://www.facebook.com/Nextcloud-1032807203462807/

484 questions
-1
votes
1 answer

I'm getting an error in nginx while installing nextcloud?

/etc/nginx/sites-available/nextcloud I get ssl error while running the code I use in this extension on nginx server When I searched for this error with chatGpt and tried the result on my code blog, I could not solve the error. The server I used was…
berker00
  • 3
  • 1
-1
votes
1 answer

How to add *specific* self-signed SSL certificate to snap Nextcloud?

Context After creating a code that: Automatically generates self-signed SSL certificates for onion domains Attempts to add that SSL certificate to various self-hosted services, e.g. GitLab and Nextcloud I've encountered some difficulties adding…
a.t.
  • 2,002
  • 3
  • 26
  • 66
-1
votes
1 answer

How to create an alias for Kubernetes Nextcloud "occ" command in .bashrc

So, I have a microk8s Kubernetes cluster running Nextcloud, and I want to run "occ" commands directly from the host, without the need to drill-down into the pod terminal. eg: occ maintenance:mode --on where occ is actually microk8s kubectl exec -it…
-1
votes
1 answer

Nextcloud (Apache/PHP-FPM) Slow Upload Speed

I'm new to Linux/Apache/PHP installations. I have a Nextcloud installation. If I upload a large file using the browser the upload speed is about 2 - 3 MB/d (HTTP/2). I have tried using HTTP 1.1 here was the upload speed about 10 MB/s. If I upload…
Peter
  • 89
  • 2
  • 10
-1
votes
1 answer

Simple API Call gets redirected

I'm creating a Nextcloud-App (using Nextcloud 20). I want a simple call to my external service. Due to CSP restrictions (set by default by netxcloud), I simply can't. Everytime I request my URL, using…
Michael Hirschler
  • 2,345
  • 16
  • 28
-1
votes
1 answer

How to let Nextcloud user login in django with single sign similar to "Login with Github" in SO?

I have a Nextcloud instance where all potential users have an account. I would like to set up an Open Source Doodle (Bitpoll) that is django based, as I don't like the nextcloud poll app. For security reasons I would like to limit the Doodle app to…
Kound
  • 1,835
  • 1
  • 17
  • 30
-1
votes
1 answer

Nextcloud applications can not login

Two weeks ago I decided to learn how to setup an Ubuntu server in order to install Nextcloud. After reading several articles I managed to install Nextcloud using snap and I configured it in order to listen the 5000 port. I had to do it because I…
pitaridis
  • 2,801
  • 3
  • 22
  • 41
-1
votes
1 answer

Why does my nextcloud networks drive not connect with a smartcard missing error?

I have a next-cloud server i want to access from a Windows 10 installation as a network drive. I can acess the web interface, but as soon as i try to add the network drive via the explorer- i get a error: The group policy does not allow connections…
Pica
  • 386
  • 3
  • 10
-1
votes
1 answer

Can a single t2.micro handle nextcloud with 40+users?

My team wants to have its own personal file server and needs to have similar features like dropbox, we only need to dump the files there and access it whenever needed (not really that much). Actually we can just get a dropbox plus subscription…
-1
votes
1 answer

Issue in accessing Nextcloud using DDNS

I have installed NextCloud in an Ubuntu 17 VM on ESXi 6.5 (IP eg. 192.168.1.30) and configured the router with DDNS Hostname and port forwarding with Port 80->80, 8888->443 and 443->443. I purchased a domain name (say xyz.com) and created a CNAME…
Shazad
  • 31
  • 8
-1
votes
1 answer

Nextcloud Uploader

I just got some questions, maybe some of you can answer. The benefit by Nextcloud / Owncloud and so on is more than just uploading taking files with you and so on. It does version the files, make them downloadable - as well secure behind. It would…
-1
votes
1 answer

Transferring files over local IP instead of URL

I have a nextcloud server running on my local network. Unfortunately due to Comcast's data caps, I would like to transfer files to the site locally. If I have another computer on my network and I go to 192.168.1.x (server's local address), would the…
modimagni
  • 131
  • 1
  • 1
  • 4
-2
votes
1 answer

How can I get Nextcloud running on my server?

I ran into problem while installing nextcloud on my vps. Everthing worked exept the creation of an admin user via browser. I keep getting the error message: Error while trying to create admin user: Failed to connect to the database: An exception…
Robin
  • 17
  • 3
-2
votes
1 answer

Create new External Storage for Nextcloud

I want to create a new external storage for Nextcloud like amazonS3, FTP, OwnCloud, etc. But with my own storage API, however there is no documentation on Nextcloud to do that. Any Suggestions?
-2
votes
1 answer

fail2ban jail not being enabled

I want to secure my debian server with Fail2Ban v0.9.6. So I created the following entries in the newly created file /etc/fail2ban/jail.local [nextcloud-trusted] enable = true port = http,https logpath = /var/nextcloud/data/nextcloud.log maxretry =…
herhuf
  • 497
  • 3
  • 17
1 2 3
32
33