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
0
votes
1 answer

Nextcloud installation in subfolder - Redirect in Apache2

I moved my Nextcloud installation from one server to another and "made the mistake" of changing the folder structure. The Nextcloud installation is now under "/var/www/html/nextcloud/" and no longer under "/var/www/html/". I've got everything…
Kathaki
  • 11
  • 1
  • 3
0
votes
0 answers

docker-compose throws errors by starting mariadb for an private nextcloud installation

I have an nextcloud installation based on an docker-compose.yml which was running smoothely since at least 6 months. All of a sudden I couldn't reach the frontend anymore (got an 500). Honestly I do not know what happened and need help. What I did…
0
votes
1 answer

Limit the post method, excluding a url in htaccess

I am using NextCloud to store some personal files. For security purposes, I decided to limit accessing post and couple other methods for my visitors. The issue is if I want to share a file, and makes it password protected, it is also necessary to…
Fred
  • 1
0
votes
1 answer

{Done] Permissions for Data folder on external Harddrive

So i reinstalled Nextcloud on my Pi, because i got now an external harddrive to connect. So i used: sudo ln -s media/pi/Elementals/Nextcloud/data /var/www/nextcloud/data and i changed the the owner inside var /www/nextcloud to www-data for the data…
0
votes
2 answers

Nextcloud : impossible to create or write in the data directory /media/pi/HCLOUD/nextcloudData/

I'm trying to build a Nextcloud server on my raspberry pi connected to an external disk. Installation worked. But during the setup I want to change the data directory (where all the files will be stored) to my external disk. But setup said:…
Izaya
  • 1,270
  • 2
  • 13
  • 31
0
votes
1 answer

Nextcloud versioning

I've a local Nextcloud instance and I'd like to use versioning (with git) on everything (sources + data folder). What folders can I ignore with a .gitignore file ?
Sylvain
  • 2,742
  • 5
  • 21
  • 34
0
votes
3 answers

Does OpenEBS support arm64 architecture?

Is there any development for the arm64 support for openebs? Github link show this will support in 0.6 version. Does any private repo from that blog post or do you have official arm64 support now? I have 4 Pine64 at home (1 master, 3 nodes with k8s…
0
votes
1 answer

Nextcloud : Bad Headers detection

I'm actually encounter a problem with Nextcloud 14 (clean install) There are some warnings regarding your setup. Use of the the built in php mailer is no longer supported. Please update >your email server settings ↗. The "X-XSS-Protection" HTTP…
0
votes
0 answers

Use .htaccess in Nextcloud to have pretty URLs

I would like to change the last part of this URL: cloud.example.com/apps/files/?dir=/Documents&fileid=1303128 to cloud.example.com/apps/files/Documents i.e. remove the "?dir=/" string and the rest from "&fileid=...." Tried various solutions, but…
0
votes
0 answers

Nextcloud customiztion

I would like to provide Nextcloud access from Internet for my Organization's users. But I would like to do some customization. Can any one guide me that those customization are possible or not. These customization are given below. I would like…
user3245862
  • 23
  • 1
  • 3
0
votes
1 answer

Searching for a file in Nextcloud

I need to check if I have a file in my Nextcloud before uploading another one (same name). I haven't found any way to do this using curl (the command I'm using to upload the new file). So, searching in the client API of Nextcloud I've found the…
Jaime Alcántara Arnela
  • 2,062
  • 5
  • 25
  • 56
0
votes
1 answer

Plesk Onyx installing Owncloud / Nextcloud Error 'PHP module zip not installed'

Today I struggled installing Nextcloud / Owncloud on my Ubuntu 16.04 Server through Plesk Onyx Version 17.5.3. I was getting the following error message: English: PHP module zip not installed. Please contact your server administrator to install…
Jonas_Hess
  • 1,874
  • 1
  • 22
  • 32
0
votes
1 answer

Error 502 accessing nextcloud via docker with nginx

Heyo! Update: I figured it out and added my answer. I'm currently in the process of learning docker and I've written a docker-compose file that should launch nginx, gitea, nextcloud and route them all via domain name as a reverse proxy. All is…
trevdev
  • 241
  • 2
  • 12
0
votes
1 answer

Is there any way to disable share via link check box for all users other than admin in Nextcloud?

In my Nextcloud server as "Allow users to share via link" option is enabled 1, all users are able to share files via link2. I want to know is there any way to enable this "share link" checkbox only for admin, not for any other users? If yes, please…
SKumar
  • 43
  • 6
0
votes
1 answer

Docker - Unable to access postgres DB

im trying to setup NextCloud on Postgres with Docker but im unable to access/reach the postgress container from the nextcloud setup page. Here is my setup: docker network create --driver bridge nextcloud docker run -p 127.0.0.1:5432:5432 \ --name…
user10000033