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


Skip to content
  • 0 Votes
    14 Posts
    608 Views
    d19dotcaD

    @affinity Ah, okay, that makes more sense now. Thanks for clarifying. I had forgotten about the “unmanaged” WordPress app not having the recommended plugins for LDAP auth and SMTP and stuff.

  • How to move wordpress?

    Moved Solved WordPress (Managed)
    10
    0 Votes
    10 Posts
    995 Views
    jdaviescoatesJ

    @d19dotca I would add (if you're also moving domain) that in some cases there are remnants of the old domain, and so after doing pretty much what you describe above I tend to use the Better Search and Replace plugin to search for and replace any reference to old domain.

  • 0 Votes
    4 Posts
    647 Views
    girishG

    @realjohny

    For the my.example.com exposing real IP, you can simply turn on Cloudflare HTTP proxying (i.e click on the cloud icon in cloudflare dashboard to make it become orange). Cloudron will automatically adapt to this change. For the wordpress issue - Delete the www CNAME record in namecheap. Then go to Cloudron dashboard and click on wordpress app's configure button (the wrench icon that appears when you hover over the app). Then in the Location tab, there is a redirections section. Add www there as a redirection. With that done, you will be able to access www.example.com.

    Please let me know if that helped.

  • 0 Votes
    4 Posts
    260 Views
    girishG

    @mariadjohnson0 On Cloudron, the code of all the apps are "read-only". We do this because rolling updates is an important feature of Cloudron. For example, if you change the code of an app, Cloudron cannot know how to update the app.

    We followed the same approach for WordPress. The code was read-only. WordPress itself could be extended by installing plugins. When a new WP release comes out, we push an update. We call this "Managed WordPress". This app does not have SFTP access.

    However, many users have requested that WordPress code be modifiable. For example, they use WP as the starting point for building web sites. For this case, we created a new app called "Unmanaged WordPress". In this app, the WP code is modifiable. This comes with the restriction that cloudron will not update the WP code by itself. You, the sysadmin, has to track and update WP (using the WP dashboard, for example). This app also has SFTP access.

    (You can view the Unmanaged WP, by going to Settings -> Enable Community apps).

  • 0 Votes
    15 Posts
    541 Views
    nebulonN

    No worries, at least now we know what happened.

  • 1 Votes
    3 Posts
    246 Views
    girishG

    You can also try in anonymous mode or another browser to quickly check if it's a caching issue.

  • 2 Votes
    13 Posts
    742 Views
    girishG

    @murgero Thanks for your suggestion! I have put the new healthcheck url in https://git.cloudron.io/cloudron/wordpress-app/commit/45dc91cd7868bd2e66ea726f0968c4752279812e . Will push out the update slowly and see if it causes any issues

  • W3 Total Cache and Redis

    Moved Solved WordPress (Managed)
    6
    0 Votes
    6 Posts
    629 Views
    girishG

    @ruihildt It's a wordpress update

  • 2 Votes
    9 Posts
    760 Views
    girishG

    This is now implemented - https://forum.cloudron.io/topic/4516/wordpress-multisite

  • 0 Votes
    3 Posts
    9k Views
    nebulonN

    @ahkg the reason for whitelisting 172.18.0.1 give access to all requests, is that this is the ip of the Cloudron internal gateway into the subnet where all apps are running.

    Unfortunately for your case the cloudron healtcheck also comes via this gateway. I think your htaccess file needs to check for the X-Forwarded-For header to check against the correct inbound address.

  • Wordpress import

    Moved Solved WordPress (Managed)
    5
    0 Votes
    5 Posts
    634 Views
    nebulonN

    We have published a blog post with more detailed migration instructions at https://cloudron.io/blog/2018-11-05-wordpress-migration.html

  • 1 Votes
    2 Posts
    402 Views
    nebulonN

    This should be possible to adjust in the smtp settings of the wordpress instance. You can find those at https://<domain>/wp-admin/options-general.php?page=wp_mail_smtp.php