Everything posted by knex666
-
[Support] knex666 - Nextcloud
I just executed echo "umask 000" >> /etc/apache2/envvars echo "umask 000" >> /etc/apache2/envvars and it worked well. So the easy way to get this running is exec: docker exec nextcloud bash -c "echo 'umask 000' >> /etc/apache2/envvars" Thank you and Cheers
-
[Support] knex666 - Nextcloud
Ouch, ok. Got an idea. I think we can add this changes to the Container by mounting a Script to the Container and Post execute it if the Container spawns. Can you provide a Script that does these changes? Cheers
-
[Support] knex666 - Nextcloud
Or you can add the docker user to the users group. That would be a very straight forward solution.
-
[Support] knex666 - OpenProject
That should be no problem at all. Best way is to use a subdomain/domain for this. This is a sample config that should work server { listen 80; listen [::]:80; listen 443 ssl default_server; listen [::]:443 ssl default_server; root /config/www; index index.html index.htm index.php; server_name openproject.yourdomain.com; ssl_certificate /config/keys/letsencrypt/fullchain.pem; ssl_certificate_key /config/keys/letsencrypt/privkey.pem; ssl_dhparam /config/nginx/dhparams.pem; ssl_ciphers ################### ssl_prefer_server_ciphers on; client_max_body_size 0; location / { proxy_pass https://[####OpenProjekt IP####]/; proxy_buffering off; proxy_http_version 1.1; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection; access_log off; } }
-
[Support] knex666 - Nextcloud
Yes but since you Volume Mount the data from /mnt/usr/appdata/nextcloud/ you can Backup it from there and not from the Container itself. Eventough the database Should be easy to Backup since it is a file or inside your SQL Container. I think ill give it a try and make a guide Cheers
-
[Support] knex666 - Nextcloud
Yes the guide is not for this docker but generally it describes that you have to backup/restore the data folder and the database. If I dont find the time for a guide we will have a discord session. Cheers
-
[Support] knex666 - Nextcloud
Hi, best way is to go for a fresh installation with Document Server etc. enabled and update by setting the Repository to nextcloud:18.0.2-apache (which is not available jet) Do get you instance working did you check if ONLYOFFICE and Document Server are enabled. And setup the settings/ONLYOFFICE Serviceadress to http://[Your IP]/apps/documentserver_community/ Cheers
-
[Support] knex666 - Nextcloud
Did it worked before your Upgrade. Did you Upgrade from the Image or from nextcloud?
-
[Support] knex666 - Nextcloud
Hey, that because PUID and GUID is not set correctly. I missed that setting up the template. You can add this very easy by your own. I will add this to the template if I have some time for that. I think PUID=99, PGID=100 is the right setting.
-
[Support] knex666 - Nextcloud
I did not test this, but that would be a good step by step guide to create. So there are step by step guids how to backup and restore nextcloud. This guide is in german maybe you can translate it but I guess there will be more guids out there. https://www.c-rieger.de/nextcloud-sicherung-und-wiederherstellung/
-
[Support] knex666 - FileBrowser
Thats cool, Thanks for sharing!
-
[Support] knex666 - Nextcloud
Hi, in you data folder is a nextcloud.log and a audit.log file but really I dont have any clou what changed. because 18.0.1.3 is the current version. maybe you just change and revent something in your docker settings to make the the apply button clickable and just run a clear docker run from this again? with log files we will find a reason else we meet at discord. cheers
-
[Support] knex666 - Nextcloud
An update? There was no update, not from me and not from nextcloud that's wired. So to get you some help it would be best to get some nextcloud logs from the appdata/nextcloud Cheers
-
[Support] knex666 - Nextcloud
Hi,My First question: you want to Mount other cifs files not your shares from unraid, right?Else use Volume mounting for your shares Second: Check if php-smbclient is installed to the Container. Else enter the console and go Apt update apt install smbclient libsmbclient-dev pecl install smbclient docker-php-ext-enable smbclient That Should work than But it's better to docker compose a new image than Or to commit it Have a look here https://github.com/nextcloud/docker/blob/master/.examples/README.md Another idea is to mount smb with unknown devices to unraid and volume mount it. Cheers Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
-
[Support] knex666 - Nextcloud
good luck!
-
[Support] knex666 - Nextcloud
You can check if it is set with your browser - right click developer/check page - network settings - Header Additionally you can use: https://scan.nextcloud.com/ I have the same error with nosniff but nosniff is set correctly.
-
[Support] knex666 - Nextcloud
But everythings works now correct? I had the same bumpy way setting up my internal and external reverse proxy. As I've written in the first post here I solved it by adding ‘overwriteprotocol’ => ‘https’ to my nextcloud config.
-
[Support] knex666 - Nextcloud
Ok cool, I will give it a try. Thank you
-
[Support] knex666 - Nextcloud
Hi, I have no idea how it works If you setup it with MySQL. For me it works well with sqlite. You Do not habe to follow the guide sinice onlyoffice is fully included in this Image and will automatically setup. Cheers Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
-
[Support] Linuxserver.io - Nextcloud
Nope, you are using your external address so if that works it should work at your Backup-system as well. So as I sayed the issue is not nextcloud
-
[Support] Linuxserver.io - Nextcloud
If you used your local ip than try again with your external domain name. if that fails the issue would maybe be the reverse proxy but there it in fact no difference.
-
[Support] knex666 - Nextcloud
just set your network to bride and add a port mapping from container port 8080 to your preferred port. It should look like "Host Port1" in the image but just with the different port. Nextcloud Port it 8080 Cheers
-
[Support] knex666 - Nextcloud
Question: stuck on the first screen! All I have done is install the docker gone to the gui and filled out all the information but get an error Error while trying to create admin user: Failed to connect to the database: An exception occurred in driver: SQLSTATE[HY000] [2002] No such file or directory I guess this is because there is no database? but I was led to believe this docker is "all-in-one" so no need for letsencrypt/mariadb etc? but I guess that may be wrong? Any correction/guidance appreciated! Many Thanks Thats a very wirred error. Have you setup the folder mounting correct? Unless you havent changed the settings it will create a SQLite DB. Cheers
-
[Support] Linuxserver.io - Nextcloud
To answere your question I would need your nextcloud log files. Your unraid diagnostics will not help to identify the issue
-
[Support] Linuxserver.io - Nextcloud
Than it is not a nextcloud issue