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
vote
1 answer

Allow Directory in local network and only virtual host in .htaccess

I have installed a nextcloud on my raspberrypi. I want to use it in my local network for file transfer and everywhere for contacts and the calendar. My nextcloud is located at /var/www/html/nextcloud. I also created a file…
Christian
  • 739
  • 1
  • 5
  • 15
1
vote
0 answers

How make pretty url nextcloud

This my nginx.conf How change file for pretty url nextcloud. How make url without index.php http://mynextcloud.com/***index.php***/.... to http://mynextcloud.com/.... location ~ \.php(?:$|/) { #fix fastcgi_split_path_info…
1
vote
0 answers

Upload file and create sharing link in Nextcloud using Python script

I like to upload a file to a specific place in Nextcloud and get a public sharing link (just the defaults, no password etc.) from it on the command line, using Python, ideally async, but whatever works. I'm sure, that people already did this and I…
Martin
  • 31
  • 3
1
vote
0 answers

Nextcloud/Collabora: Set Nickname automatically

When editing a document anonymously in Nextcloud/Collabora, you are asked: Please choose your nickname to continue as guest user. Can I add something to the URL, which will skip this step? Maybe something like:…
Ole Tange
  • 31,768
  • 5
  • 86
  • 104
1
vote
0 answers

How can I enable SSL / HTTPS on a NextCloud instance self-hosted with Docker on my home server (Pop!_OS / Ubuntu)?

I have installed Docker and used it to build a container for this official NextCloud Docker Image. I was able to install NextCloud and serve it on localhost:8080. However, I want to serve this NextCloud instance externally so I can access it from…
Captain Stack
  • 3,572
  • 5
  • 31
  • 56
1
vote
1 answer

Weird / arbitrarily behavior of Collabora Online

So I’ve been experiencing some very strange behavior alongside Collabora Online. Since migrating to a new Collabora Online Server (version 21.11.3), nothing works reliably anymore. All the abnormalities described in the following follow no pattern,…
1
vote
3 answers

How can I pipe output, from a command in an if statement, to a function?

I can't tell if something I'm trying here is simply impossible or if I'm really lacking knowledge in bash's syntax. This is the first script I've written. I've got a Nextcloud instance that I am backing up daily using a script. I want to log the…
deetuned
  • 13
  • 4
1
vote
0 answers

Nextcloud - Automatically login the user via link

I use the nextcloud API in my app. I use it to create the user accounts on nextcloud, for example. The users registers in my app and should not have to create their own Nextcloud password (my app does that for them). Now I want to send the user to…
kernification
  • 511
  • 1
  • 5
  • 15
1
vote
0 answers

Need help to recover broken Nextcloud snap installation

I somehow managed to break my Nextcloud server! I guess I run a wrong snapd.service command and it broke my Nextcloud. The command that allegedly broke it was this: sudo systemctl unmask snapd.service Then I managed to get the server back running,…
gliepins
  • 11
  • 1
1
vote
2 answers

Configure UFW for podman on port 443

I have deployed nextcloud docker image on my raspberry (ArchLinux ARM) with podman, I have opened 443/tcp port on UFW, but because of UFW nexcloud is unreachable from outside. If UFW is disabled, everything is working fine. Has anyone already…
heybix06
  • 31
  • 3
1
vote
1 answer

How to put Nextcloud in kubernetes in maintenance mode

I'm trying to migrate my Nextcloud instance to a kubernetes cluster. I've succesfully deployed a Nextcloud instance using openEBS-cStor storage. Before I can "kubectl cp" my old files to the cluster, I need to put Nextcloud in maintenance mode. This…
Freek
  • 13
  • 4
1
vote
0 answers

Kubernetes Nexcloud Postgres: SQLSTATE[08006] [7] could not translate host name to address: Temporary failure in name resolution

Issue Hello, I want to set up a Nextcloud w/ Postgres as a database instance on my Kubernetes cluster. However, when I define the env variables for Postgres in the Nextcloud deployment file, the Nextcloud pod instance can't connect to the Postgres…
rafidini
  • 216
  • 1
  • 8
1
vote
0 answers

Nextcloud on nginx & php7.3-fpm downloading instead of executing index.php

I am trying to set up cloud.redacted.xyz using nginx to serve my nextcloud database using php7.3-fpm, but the url insists on downloading index.php instead of executing it. Is this an issue with my nextcloud config or my vhost? Seems like it would be…
1
vote
0 answers

Nextcloud container after move

I have server, which is hp t620 with 64gb ssd inside and two 1tb hdd disk in the cover connected by USB 3.0 and configured in RAID 1 (cover has option to configured RAID 1, 0 and JBOD). HDD disk are mounted under…
wleng
  • 11
  • 2
1
vote
1 answer

nextcloud can't create an admin user

error while trying to create the admin user: Error while trying to create admin user: Failed to connect to the database: An exception occurred in the driver: SQLSTATE[HY000] [1045] Access denied for user 'nextcloud'@'172.22.0.6' (using password:…
Siema
  • 21
  • 1
  • 7