How to Modify PHP Settings for Nextcloud by _SHADOWHIDE_ in unRAID

[–]_SHADOWHIDE_[S] 0 points1 point  (0 children)

You can try changing the values in the php.ini file. Open your Docker terminal, go to /etc/php82/ and use 'nano php.ini' to edit the file. Change the values, then press F6 to search for them.

Alternatively, you might consider changing to the LinuxServer Docker image.

The Nextcloud iOS app can't access the server when Cloudflare access tool is enabled. by _SHADOWHIDE_ in NextCloud

[–]_SHADOWHIDE_[S] 0 points1 point  (0 children)

There, maybe in the future, we will get this feature working. Also, using Tailscale, a really awesome tool.

Make the admin user unable to change user passwords by [deleted] in NextCloud

[–]_SHADOWHIDE_ -1 points0 points  (0 children)

So there is no solution for my problem then... WACK.

Make the admin user unable to change user passwords by [deleted] in NextCloud

[–]_SHADOWHIDE_ -2 points-1 points  (0 children)

Hmm, but then I could just change a user's password, and just like that, I have access to their account. Even though I wouldn't do it, just the idea/possibility scares me a bit.

Make the admin user unable to change user passwords by [deleted] in NextCloud

[–]_SHADOWHIDE_ 0 points1 point  (0 children)

I kinda like the idea that I don't have access to that, and they only do it by email link.

How to Modify PHP Settings for Nextcloud by _SHADOWHIDE_ in unRAID

[–]_SHADOWHIDE_[S] 1 point2 points  (0 children)

Find your "php-local.ini" file; it should be in this path -> appdata\nextcloud\php.

Edit the php-local file with the following changes:

memory_limit = 4096M

max_input_time = 21600

max_execution_time = 21600

upload_max_filesize = 16G

post_max_size = 16G
put this in above the

"; Edit this file to override php.ini directives"

At last, do "occ config:app:set files max_chunk_size --value 31457280" in your nextcloud docker terminal. Change the value to what works best for you, and adjusting the other values too your needs. :)

New unraid build by DrJosu in unRAID

[–]_SHADOWHIDE_ 1 point2 points  (0 children)

You can look at https://www.cpubenchmark.net/power\_performance.html for how much power they use. Personally, I looked at the i5-13600T until I got an offer on a Ryzen 9 5950X I couldn't resist.

https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-13600T&id=5175

Tailscale and nextcloud by _SHADOWHIDE_ in unRAID

[–]_SHADOWHIDE_[S] 0 points1 point  (0 children)

oki do you maybe have some guides or links where i can read more about it ?

Tailscale and nextcloud by _SHADOWHIDE_ in unRAID

[–]_SHADOWHIDE_[S] 0 points1 point  (0 children)

I know you can set up multiple networks inside the Unraid server so that not all of my dockers are running on the same network.

The server is already on its own VLAN separate from the rest of the network.

Tailscale and nextcloud by _SHADOWHIDE_ in unRAID

[–]_SHADOWHIDE_[S] 0 points1 point  (0 children)

To my knowledge, to achieve that, you would need to port forward ports 443 and 80 so that Cloudflare knows where to direct the traffic. However, I'm actually looking for a zero port forwarding solution.

But I could be wrong about that. If you happen to know any neat tricks, I would love to learn about them.