Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
A

andirahmat

@andirahmat
About
Posts
40
Topics
13
Shares
0
Groups
0
Followers
0
Following
1

Posts

Recent Best Controversial

  • Ghost Fast Forward Update App
    A andirahmat

    @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.

    Support updates

  • Ghost Fast Forward Update App
    A andirahmat

    Currently I'm on Ghost Version: 5.80.5
    The latest is Version: 5.99.0

    It'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.

    Support updates

  • Using DigitalOcean Spaces to store moodledata directory as volumes
    A andirahmat

    @girish Thank you for the explanation. Just to clarify so block storage is the best option for this kind of use case?

    Moodle

  • Using DigitalOcean Spaces to store moodledata directory as volumes
    A andirahmat

    Halo. 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?

    Moodle

  • Cloudron built in smtp for newsletter
    A andirahmat

    @girish Why is it take a week? Is it mailtrain or listmonk handle the frequency or queue of the bulk email sent?

    Listmonk

  • Cloudron built in smtp for newsletter
    A andirahmat
    Why 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.

    Listmonk

  • Cloudron built in smtp for newsletter
    A andirahmat

    Is 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.

    Listmonk

  • How do I add custom css on calibre-web?
    A andirahmat

    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.

    Calibre Web

  • Use Cloudron email for sending email (smtp) on application hosted outside Cloudron
    A andirahmat

    @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

    Support mail

  • Use Cloudron email for sending email (smtp) on application hosted outside Cloudron
    A andirahmat

    @girish yes I'm trying to contact the developer about the mail log.

    Support mail

  • Use Cloudron email for sending email (smtp) on application hosted outside Cloudron
    A andirahmat

    @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.

    Support mail

  • Connect to lamp app mysql db from outside with db client like tableplus/navicat over ssh tunnel
    A andirahmat

    @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 !

    Support mysql

  • Connect to lamp app mysql db from outside with db client like tableplus/navicat over ssh tunnel
    A andirahmat

    Hi. 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 :

    1. Create new connection on tableplus
    2. Set the ssh tunnel to cloudron (success)
    3. 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

    Support mysql

  • Use Cloudron email for sending email (smtp) on application hosted outside Cloudron
    A andirahmat

    Hi. 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 : STARTTLS

    But 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?

    Support mail

  • DigitalOcean Space Backup Failed - SlowDown: Reduce your request rate.
    A andirahmat

    @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/

    Support digitalocean spaces sgp1

  • DigitalOcean Space Backup Failed - SlowDown: Reduce your request rate.
    A andirahmat

    @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

    Support digitalocean spaces sgp1

  • DigitalOcean Space Backup Failed - SlowDown: Reduce your request rate.
    A andirahmat

    @jimcavoli Ah I see. Is there anything we can do on cloudron side? I do not think i use rsycn btw. I've also enable cdn. Or deleting existing backup files will solve with the limitation?

    Support digitalocean spaces sgp1

  • DigitalOcean Space Backup Failed - SlowDown: Reduce your request rate.
    A andirahmat

    @girish I'm sorry for late reply. I did today, i'll follow up their response soon.

    Support digitalocean spaces sgp1

  • DigitalOcean Space Backup Failed - SlowDown: Reduce your request rate.
    A andirahmat

    @girish It's SGP1

    Support digitalocean spaces sgp1
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search