This seems solve the problem : on /etc/hosts : i added mypublicip my.domain.com
Next question is that should i remove it back?
andirahmat
Posts
-
Cannot access cloudron dashboard -
Cannot access cloudron dashboardIt's normal now, after 12 hours.
-
Cannot access cloudron dashboardToday suddenly i cannot open Cloudron my.domain.com All app and domain can’t be reached from browser.
- I can ping my cloudron domani and my public ip also logged in from ssh.
- My Cloudron Setup running on proxmox vm that is running on dedicated server of ovh.
- Restart the vm not fix the problem
- Disk usage is normal not full
- CPU usage on proxmox shows constant 100%
- 8CPU, 24GB Ram
cloudron-support --troubleshoot, result is inconsistent :
Sometimes : Could not load dashboard website with loopback check
Sometimes : Could not load dashboard domain. Hairpin NAT is not working. Please check if your router supports iton /etc/hosts : i added mypublicip my.domain.com
Now, sometimes i can access the dashboard, sometimes not. Some app running, most app Not Responding state. The not respoding turn to Running after restart.But now the overall dashboard and app still not fully recover. Opening dashboard took long loading time.
What can i do to solve this?
-
Ghost Fast Forward Update App@fbartels said in Ghost Fast Forward Update App:
@andirahmat said in Ghost Fast Forward Update App:
Is there any way i can fast forward update directly to Version: 5.99.0
No, in Cloudron every update needs to be applied.
The one thing you could do it to adjust your auto update schedule to update more than once per day.
Thank you for respons.
-
Ghost Fast Forward Update AppCurrently I'm on Ghost Version: 5.80.5
The latest is Version: 5.99.0It's unknown what cause this long gap version because my auto update i the app turned on.
Is there any way i can fast forward update directly to Version: 5.99.0, without click update one by one until Version: 5.99.0.
-
Using DigitalOcean Spaces to store moodledata directory as volumes@girish Thank you for the explanation. Just to clarify so block storage is the best option for this kind of use case?
-
Using DigitalOcean Spaces to store moodledata directory as volumesHalo. I have this moodle that i need to migrate to cloudron, but the problem is the moodledata directory is too large 90 GB in size.
I've already store this moodledata on digitalocean space and mount it on cloudron host, and it worked with this steps below :nano /etc/fstab add this to the last line : s3fs#moodlestikesnh /mnt/volumes/moodlestikesnh fuse _netdev,passwd_file=/root/.passwd-s3fs,url=https://sgp1.digitaloceanspaces.com,use_path_request_style,allow_other,nonempty 0 0 sudo mount -a
Next. I add the mountpoint as a volume on cloudron. Enable read and write permission. Done.
The volume then mounted to my lamp moodle container in /media/moodlestikesnh
Now I can see the mounted directory from app terminal.The problem is that, when i change the moodle config.php
From : $CFG->dataroot = '/app/data/moodledata';
To : $CFG->dataroot = '/media/moodlestikesnh/moodledata';The access to the app viaa browser is becoming super slow : https://lms.stikesnh.bgsmd.cloud/
It takes 10 minutes to load the page, and still not complete. The browser still spinning.Any idea on how to solve this?
-
Cloudron built in smtp for newsletter@girish Why is it take a week? Is it mailtrain or listmonk handle the frequency or queue of the bulk email sent?
-
Cloudron built in smtp for newsletterWhy can’t I just use SMTP mail config to send email newsletters with Ghost? Sending a bulk email to many recipients using basic SMTP will result in your IP address being instantly blacklisted and marked as spam by all mail providers. You should never, ever send bulk mail using basic SMTP, which is why Ghost does not support it.
I'm asking because of the statement above :
https://ghost.org/docs/faq/mailgun-newsletters/Is cloudron build in email server considered as basic SMTP? Will it instantly marked as spam an blacklisted by all mail provider if i send newsletter for marketing funnel purpose to around 1000 email with frequency once or twice a a week. I want to avoid mailgun.
-
Cloudron built in smtp for newsletterIs it a good idea to use internal cloudron smtp to send newsletter with Listmonk.
Isn't it risking the cloudron ip address marked as blacklist/spam if used to send newsletter with hundred or thousand reciepent?
I'm looking for ghost+mailgun alternative for sending newsletter.
-
How do I add custom css on calibre-web?How do I add custom css on calibre-web?
I need to change the logo font, i tried editing /app/code/calibre-web/cps/static/css/style.css but it says file system unwriteable. -
Use Cloudron email for sending email (smtp) on application hosted outside Cloudron@girish said in Use Cloudron email for sending email (smtp) on application hosted outside Cloudron:
@andirahmat You can test this with swaks.
swaks -server my.xxx.yyy:587 -tls --auth-user abc@xxx.yyy --auth-password password --to test@somemail.com --from abc@xxx.yyy
I've tried this command and works well. The problem is the app, still waiting for the developer response. Thank you @girish
-
Use Cloudron email for sending email (smtp) on application hosted outside Cloudron@girish yes I'm trying to contact the developer about the mail log.
-
Use Cloudron email for sending email (smtp) on application hosted outside Cloudron@girish I could not find error log related email. There is no error log on the apache.
I tried send and recieve email from roundcube it works fine on cloudron.Can I use TLS as encryption on cloudron email server? Because when i use gmail as smtp with TLS it works fine. Or is it possible the app does not support STARTTLS.
-
Connect to lamp app mysql db from outside with db client like tableplus/navicat over ssh tunnel@girish said in Connect to lamp app mysql db from outside with db client like tableplus/navicat over ssh tunnel:
@andirahmat Try this - https://forum.cloudron.io/topic/3237/remote-sql-support-on-a-per-app-basis/2 . I haven't used tableplus/navcat but if you can post a screenshot maybe it helps debugging further. I think instead of mysql you just need to put in the IP of the mysql container using
docker inspect mysql | grep IPAddress
ah this is it : docker inspect mysql | grep IPAddress
Thank you @girish !
-
Connect to lamp app mysql db from outside with db client like tableplus/navicat over ssh tunnelHi. Is it possible to Connect to lamp app mysql db from outside with db client like tableplus/navicat over ssh tunnel? If so can anyone guide me step by step?
What i've done so far :
- Create new connection on tableplus
- Set the ssh tunnel to cloudron (success)
- Set connection to lamp app db
mysql host : mysql (failed), lampp app internal ip (failed)
mysql user : the value of CLOUDRON_MYSQL_USERNAME
mysql pass : the value of CLOUDRON_MYSQL_PASSWORD
mysql port : the value of CLOUDRON_MYSQL_PORT
Still not success
-
Use Cloudron email for sending email (smtp) on application hosted outside CloudronHi. I have this need of using Cloudron email as and email server (smtp email relay/sending email) on application outside Cloudron. I have follow guide in here : https://docs.cloudron.io/email/#smtp
In the application i have setup smtp config as follow :
Driver : smtp
Host : my.xxx.yyy (my main cloudron domain)
Port : 587
User : abc@xxx.yyy (i have created this mailbox in the cloudron email setting)
Password : My Cloudron password where my user assign to the mailbox as owner
Encryption : STARTTLSBut when i test sending email, it says failed.
I tried send and recieve email from roundcube it works fine.
I need this to replace gmail smtp email relay using less secure app setting (on).
Is there anyone face this problem before?
-
DigitalOcean Space Backup Failed - SlowDown: Reduce your request rate.@girish I've send emails to support@cloudron.io
There is follow up response from do support, i tried again but still failed :
Thanks for reaching out to us. We have escalated this issue to our engineering team. They mentioned that there was a dip in API availability around the time of this issue. Just to confirm, are you still experiencing these issues? If so, we will need you to try to upload using s3cmd, and we will need to see the output of any errors that occur:
https://www.digitalocean.com/docs/spaces/resources/s3cmd/
https://www.digitalocean.com/docs/spaces/resources/s3cmd-usage/ -
DigitalOcean Space Backup Failed - SlowDown: Reduce your request rate.@girish said in DigitalOcean Space Backup Failed - SlowDown: Reduce your request rate.:
ere be other things oth
Hi. I only have 1 spaces and only use cloudron for it.
Thank you Girish i'm opening ticket on cloudron support.And also here is the reponse from DO support :
Thank you for your cooperation.
Can you please confirm exactly how you are trying to upload the content? Is it trough control panel? If yes, then can you please try with the s3cmd tool?
Please look at below article which will help you to understand how to upload files using s3cmd.
https://www.digitalocean.com/docs/spaces/resources/s3cmd-usage/#upload-files-to-a-space