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

Nextcloud client-building requires P12_KEY_PASSWORD

I am currently trying to build my own Nextcloud Desktop Client with my own logo and disabled updates, Since I have no experience in Desktop Application (I'm a support, with beginner experience at web development), I am following the guide from…
Audi
  • 33
  • 3
1
vote
1 answer

Docker Nginx + NextCloud without domain - just IP

I am trying to set up docker containers that would utilize NextCloud, Nginx (+ collabora office in afterwards). I am trying to access the docker container in a local network on a Ubuntu server. Is it possible to set up NextCloud + Nginx without a…
Domen Preložnik
  • 338
  • 4
  • 16
1
vote
1 answer

can't select from mariadb table InnoDB

So I have a mariadb on a InnoDB engine with some tables MariaDB [nextcloud]> SELECT TABLE_NAME, ENGINE FROM INFORMATION_SCHEMA.TABLES WHERE table_schema = 'nextcloud' and table_name LIKE 'oc_file%'; +-----------------------+--------+ |…
jan-seins
  • 1,253
  • 1
  • 18
  • 31
1
vote
0 answers

Nginx reverse Proxy suddenly throws Error 502 at a specific server

I installed a new nextcloud (which was working for days) and was checking something (I didn't change anything!) and out of the sudden I get an Error 502 from my reverse proxy. Within LAN nextcloud still works, so it must be an error at the reverse…
Nobody
  • 77
  • 7
1
vote
2 answers

Nextcloud installed from docker. How do I download and install custom apps?

Ubuntu 18.04 Docker version 20.10.2 docker-compose version 1.27.4 The main problem here is that i have pretty little experience with dockers. From this page I think I need to download and place the apps in /var/www/nextcloud/apps, the thing is...…
dadiaar
  • 418
  • 5
  • 13
1
vote
1 answer

How can I access deployments on Rancher local cluster from vm Ip

I have Ubuntu server 20.04 running as a guest vm. On it I have installed Rancher within a docker container, and mapped port 443 to 9091 to have access to the Rancher UI at 192.168.0.50:9091. Within Rancher I have deployed a nextcloud instance on the…
1
vote
1 answer

Do I need to create my own nginx.conf file to run this docker-composer.yml file succesfully?

I am trying to get a nextcloud + mariadb + nginx docker-compose up and running locally, but I am stuck when it comes to the nginx.conf file. I am following this guide at the base-fpm section. Here is the docker-compose.yml file, what I ran in my CLI…
Nowak
  • 135
  • 2
  • 14
1
vote
1 answer

nginx reverse proxy redirects to internal ip address

I have a nginx as reverse proxy server and apache to server nextcloudpi web application. i have the following as nginx config server { server_name drive.example.com; location / { proxy_pass http://192.168.0.7/; proxy_set_header X-Real-IP …
arp
  • 11
  • 1
  • 2
1
vote
0 answers

(Nextcloud-SNAP) I run a command as ROOT using "SETGUID" on Linux using "C-programm" as a wrapper

Other commands like chown etc. are working so this is somehow related to snap or nextcloud-snap. I tried the following: #include #include #include /* for fork */ #include /* for pid_t */ #include…
friendly joe
  • 139
  • 1
  • 2
  • 7
1
vote
0 answers

Nextcloud database migration execute

I want to create new table in nextcloud database so firstly I use this command sudo -u www-data php ./occ migrations:generate notestutorial 000 and this run succesfully and the migration file named Version000Date20210525103136.php appaer and…
1
vote
0 answers

Nginx local reverse proxy server bad gateway

I want to connect to my nextcloud server via https, so I set up an Nginx server to handle it. Nextcloud and Nginx both run in docker. Https works, but when I try to connect I get "502 Bad Gateway". I can also access nextcloud over 192.168.0.28:7070,…
ph1l1pp
  • 11
  • 2
1
vote
1 answer

Reverse proxy (Apache) nextcloud-snap

I am stuck with trying to change my nextcloud behind a reverse proxy. It worked before without reverse proxy. But I want to move it behind this reverse proxy (with wild card certificate). So today I did a fresh install, but still no luck. Maybe…
pepper662
  • 11
  • 2
1
vote
1 answer

Is it possible to login nextcloud with rocket chat oauth?

here Iam trying to integrate my rocket chat with nextcloud for storage. is It possible for make oauth rocket chat as server and nextcloud as client ? all i can see is how to login rocket-chat using other vendor, like google, facebook,nextcloud I…
kyty
  • 76
  • 1
  • 9
1
vote
1 answer

Permissions for external HDD nextcloud container

good day. im trying to migrate my NC19 server to a container. so far i can install the container and map a persistent drive to the host’s drive but when i try to use an external HDD i get the following erros on the log: **Initializing nextcloud…
Dridhas
  • 35
  • 6
1
vote
1 answer

MySQL 'innodb_file_format' variable doesn't exist

I am currently setting up a Nextcloud server and have everything set up and working, except MySQL 4-byte character support. I am using the default package host for Ubuntu Server 20.04.1 LTS and the MySQL package from said host. It says that it's…