Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

knex666

Members
  • Joined

  • Last visited

Everything posted by knex666

  1. 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
  2. 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
  3. Or you can add the docker user to the users group. That would be a very straight forward solution.
  4. 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; } }
  5. 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
  6. 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
  7. 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
  8. Did it worked before your Upgrade. Did you Upgrade from the Image or from nextcloud?
  9. 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.
  10. 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/
  11. Thats cool, Thanks for sharing!
  12. 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
  13. 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
  14. 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
  15. 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.
  16. 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.
  17. Ok cool, I will give it a try. Thank you
  18. 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
  19. 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
  20. 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.
  21. 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
  22. 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
  23. To answere your question I would need your nextcloud log files. Your unraid diagnostics will not help to identify the issue
  24. Than it is not a nextcloud issue

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.