Nextcloud puts your data at your fingertips and under your control. Store your documents, calendar, contacts, and photos on a server at home, at one of our providers, or in a data center you trust.
App Store
Instructions
Nextcloud requires you to add a trust domain, and I made a script to easily add your LAN IP to the config.php.
Pls show me the way how can I update the new version. It is better if web updater button is available. But now just download button appears. Here is the update available notification screen shot.
Warning: Failed to set memory limit to 0 bytes (Current memory usage is 2097152 bytes) in Unknown on line 0 The current PHP memory limit is below the recommended value of 512MB.
How can I eliminate this error?
Loved the vid, it got me really started with my own homeserver.
There just seems to be a problem with the cron docker? ( or i might of messed something up in the configs).
I keep getting:
one of these errors regarding what i put in the field for overwrite.cli.url in the config.
localhost:7580 â libcurl err 7 X.Y-Z.ts.net (itâs domain in my tailscale net) â libcurl error 6
comment the line out â libcurl error 3
any help figuring this out would be greatly appreciated.
PS.
The auto update feature that @Smart_Sync was asking after just works if you wait a day or 2 and then press the check then install button on the casaos homepage.
Localhost is not going to work in a docker container since itâs isolated. ts.net is not going to work in the Docker container because the Docker container is not using the Tailscale network.
Could I get more information on your environment variables and what you have changed?
I found the problem.
I had turned on the internal CODA server via de admin panel. This was the part that was throwing the errors.
So i âfixedâ it by disabling CODA.
But i saw someone else on here with a same-ish question for a video idea.
I guess iâm gonna wait till that vid comes out.
Iâm seeing this log thousands of times in the db-nextcloud logs db-nextcloud | 2024-04-20 15:25:17.563 UTC [2904] FATAL: database "casaos" does not exist
The only thing I can see in the compose file that this might be referring to is pg_isready -U casaos in the healthcheck section. From what I understand, db-nextcloud is pinging for a database called âcasaosâ over and over without a resolution. I am correct in this thought process? Is this error causing any issues in my instance?
Apparently the âsegmentation faultâ didnât have any affect on the installation and I was able to open Nextcloud just fine.
However, I need my main data folder to reside on an external disk and I have no idea how to set that up. Is there a way to configure this during setup because trying to do it after setup seems like a major pain.
I have had issue when using the local hostname of the machine to access the nextcloud app, this was because the hostname was not in the trusted domains. Had to manually add entry for casaos.local in the trusted domains.
Is it possible for the script to access the machine hostname and also add that to the trusted domains?
Salam, I have followed the Bigbear tutorial on how to install Nextcloud and MariaDB, But I canât get into Nextcloud either from my local network OR from the Cloudflare tunnel.
Replace yourdomain.com with your actual domain from the screenshot.
For the container port, you can set it to 80 and have the proxy handle SSL termination. This ensures that all incoming traffic is secured via HTTPS and forwarded to your Nextcloud instance over HTTP.
Excuse me, Now I have another problem far from the first one, wich declared in the screenshot when I tried to install an app (In my case not typically an app ).
Edite: The button for Privileges in caseos for nextcloud is disabeled , I donât know is this cause the problem also I donât know what the job of this.
Check Ownership and Permissions of /tmp: You can list the details of the /tmp directory inside the Nextcloud container to verify its current ownership and permissions:
sudo docker exec nextcloud ls -ld /tmp
Set Correct Ownership and Permissions: If the ownership or permissions are not correct, you can set them using the following commands: