Calculates routes through streets for driving, walking, and biking navigation. Can be used by the Nextcloud maps app for navigation. To be useful it would need to download and keep up to date open street map data.
Best posts made by zjuhasz
-
Open Source Routing Machine
-
RE: root domain not set up with Cloudflare using api key
This is intentional because the root domain record can be in use on another server/app/website.
Right, that makes sense.
I added a redirect from the root domain and it solved all my problems. Thanks for the quick help.
-
RE: Increase upload max size in Nextcloud
I think that worked, thanks. By the way, unrelated issue but it looks like the file browser is having trouble. When I go to file manager in Nextcloud config it says "Cloudron error file not found". This apps data was moved to a different disk on the system from the install disk so that might have something to do with it.
Anyway I added the setting you said using the console and it seems to be working.
Latest posts made by zjuhasz
-
RE: STUN failure when trying to make Matrix voice call over internet
Not sure if this is related but in the logs for Surfer, which I have as a redirect for the root domain, I am getting a 404 for the matrix .well-known constantly.
GET /.well-known/matrix/client 404 1.083 ms - 328
Were you ever able to look into this @girish?
-
STUN failure when trying to make Matrix voice call over internet
I'm having a problem trying to make voice calls on Matrix. Everything works fine when both users on the same local network, but it doesn't work over the internet.
I think it is a TURN/STUN issue. I looked at the TURN server logs and am seeing some authentication failure error messages.
ERROR: check_stun_auth: Cannot find credentials of user <1597008172:@user:domain.tld>
I'm not sure what the numbers in front of the Matrix user are. I thought it was the same as this issue but I opened ports 5349 and 3478 for the TURN server without any proxying and still no luck.
This is a repost from the Matrix App category as I think it actually belongs as a support question and I don't see a way to switch categories.
-
RE: Backup failed: Task 39 timed out.
@girish Seems to be the same <5GB part size and 1000 part limit. They support some other mechanisms though not included in s3 composing objects and appending to objects. Why is Cloudron is going over 1000 5GB parts on a 300GB upload?
I don't have any particular preference for Wasabi though I just chose them because they were the cheapest I could find and I'm expecting my backups to get quite large over time. While we investigate Wasabi could you recommend a storage provider? The one that is the most well tested. Would it be Amazon?
-
RE: Backup failed: Task 39 timed out.
@girish OK, just finished backup after changing the timeout value and it's not timing out anymore but I am getting a new error. I put in *** instead of the long encrypted app name.
Error uploading backup/snapshot/app.***.tar.gz.enc. Message: Part number must be an integer between 1 and 10000, inclusive HTTP Code: InvalidArgument
-
RE: Backup failed: Task 39 timed out.
@nebulon that's probably it. It seems like it's happening right around 12 hours. Is there a setting I can change for the timeout?
-
Backup failed: Task 39 timed out.
My backups are failing to complete with the error task 39 timed out. I'm using Wasabi and have about 300GB backup size. It always fails at a little less than 83%.
-
RE: Increase upload max size in Nextcloud
I think that worked, thanks. By the way, unrelated issue but it looks like the file browser is having trouble. When I go to file manager in Nextcloud config it says "Cloudron error file not found". This apps data was moved to a different disk on the system from the install disk so that might have something to do with it.
Anyway I added the setting you said using the console and it seems to be working.
-
Increase upload max size in Nextcloud
I'm getting an error when I try to upload large files (it won't tell me which file is failing so I'm not exactly sure how large) to Nextcloud. I think it has something to do with a general php setting (php.ini) and not something set in Nextcloud itself but I have no experience with php so I'm not sure.
I think if I can get the associated attribute here "Upload max size" to increase it will solve my problem but I don't know how to set it. This is under settings -> administration -> system
-
Open Source Routing Machine
Calculates routes through streets for driving, walking, and biking navigation. Can be used by the Nextcloud maps app for navigation. To be useful it would need to download and keep up to date open street map data.
-
RE: root domain not set up with Cloudflare using api key
This is intentional because the root domain record can be in use on another server/app/website.
Right, that makes sense.
I added a redirect from the root domain and it solved all my problems. Thanks for the quick help.