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
V

Vladimir

@Vladimir
About
Posts
39
Topics
17
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Error when updating Cloudron to 7.4.3
    V Vladimir

    I am trying to update but got this error:

    {
      "taskId": "8968",
      "errorMessage": "Version info mismatch",
      "timedOut": false
    }
    

    How can I fix this?

    Support update

  • Would this redis settings in wp-config.php (unmanaged Wordpress app) give any conflicts?
    V Vladimir

    Except I change the host and add a password. Also, this configuration requires Redis Server 4.0 (or newer) as well as PhpRedis to be compiled with igbinary and zstd support.

    WordPress (Developer)

  • Would this redis settings in wp-config.php (unmanaged Wordpress app) give any conflicts?
    V Vladimir

    define('WP_REDIS_CONFIG', [
    'token' => '...',
    'host' => '127.0.0.1',
    'port' => 6379,
    'database' => 0, // change for each site
    'timeout' => 0.5,
    'read_timeout' => 0.5,
    'retry_interval' => 10,
    'retries' => 3,
    'backoff' => 'smart',
    'compression' => 'zstd', // zstd compresses smaller, lz4 compresses faster
    'serializer' => 'igbinary',
    'async_flush' => true,
    'split_alloptions' => true,
    'prefetch' => true,
    'debug' => false,
    'save_commands' => false,
    ]);

    define('WP_REDIS_DISABLED', getenv('WP_REDIS_DISABLED') ?: false);

    WordPress (Developer)

  • Extensive CPU usage (over 400% at the graph)
    V Vladimir

    @robi Hello
    the log seems ok to me.
    I am using Cloudflare under attack mode + bot fight mode + advanced hardening techniques for WordPress. The log seems fine. I have performed a full Wordfence scan too and there were no problems.
    I have disabled my multilingual plugin (translatepress) and the graph dropped a little - between 70-150%.

    I have manually checked some of the files and the users + changed their passwords and enable login only for 1 IPs - the one in the office. Before, there were enabled several IP as some employees were logging from home.

    Is this www-data user normal? Its CPU load dropped a little too.

    Support

  • Extensive CPU usage (over 400% at the graph)
    V Vladimir

    @Vladimir
    I have 2 apps, both are WordPress unmanaged. The 1st one seems to be problematic.

    Support

  • Extensive CPU usage (over 400% at the graph)
    V Vladimir

    @robi All services seem to be green and working.

    Support

  • Extensive CPU usage (over 400% at the graph)
    V Vladimir

    Hello, I noticed huge CPU usage at the graph and when checked the log I saw a www-data user. Is this something normal?

    alt text

    Support

  • Need to access specific folder
    V Vladimir

    @girish Hello,
    I have talked with their devs and they have added Bulgaria in Crowdin. I have translated it at 25% already and hope to finish next week. They will add it with the next update.

    Thanks! 🙂

    Chatwoot

  • Need to access specific folder
    V Vladimir

    Hello guys,
    I need to translate the web widget of Chatwoot.
    For this, according to their documentation, I have to access: app/javascript/widget/i18n
    https://www.chatwoot.com/docs/contributing-guide/translation-guidelines
    I can't see these folders in the file manager of the app.

    Can you help me accessing it?

    Chatwoot

  • Mautic 4.0 500 error with Configuration page
    V Vladimir

    When I try to update I get this error:

    The Mautic update could not complete successfully because of the following error: Could not extract the contents of the ZIP archive to the filesystem.

    Mautic

  • How to clear the Mautic cache?
    V Vladimir

    Hello,

    I would like to clear the Mautic cache but I can't access the var/cache folder from SFTP or the file manager. Can you help me with this?

    Thanks!

    Mautic cache

  • Peeljobs - Job portal
    V Vladimir

    Hello,
    In the last few days, I was looking for an open source job portal and I found Peeljobs which is very interesting. It runs on Django and is very fast and with rich functionalities for both employees and recruiters.

    Live website: https://peeljobs.com/
    Github: https://github.com/MicroPyramid/opensource-job-portal
    Docs: https://opensource-job-portal.readthedocs.io/en/latest/

    App Wishlist job portal

  • RediSearch
    V Vladimir

    @girish
    Hello girish,

    I am trying to install RediSearch plugin in my unmanaged WordPress app but it requires additional configuration on the server, which I am not sure how to approach with Cloudron. In a similar way, the WordPress unmanaged install Redis plugin but the configuration has been already made.

    Support redisearch redis

  • RediSearch
    V Vladimir

    @girish It doesn't require it.
    I just want to use the WordPress plugin RediSearch but I need to make additional configurations on the server, which I am not sure how to do with the Cloudron installation

    Support redisearch redis

  • RediSearch
    V Vladimir

    Hello guys,
    Since Redis is already installed and preconfigured (atleast for WordPress unmanaged), is RediSearch installed and configured also?
    If not, do you have any info on how can I install and configure it?

    I found this quick start guide but I am not sure if it is relevant in the Cloudron case.

    https://oss.redislabs.com/redisearch/Quick_Start/

    Support redisearch redis

  • VPS upgrade
    V Vladimir

    Hello guys!
    I have to upgrade my VPS a little. Do I need to do anything in Cloudron to allocate the new resources or something else? The upgrade will be via "Live migration" and the server will be usable during the migration period. For instance, the VPS is provided by Contabo.

    Support vps upgrade

  • Duplication of WooCommerce products after sending json data from .net app.
    V Vladimir

    @girish
    Hello,
    After several hours of monitoring the problem was indeed in the 5.7 to 8 update of the database.

    Seems like the UUID is different. And there was no backwards compatibility with the UUID. And returns a different value, with a different value not being recognized in the particular product. So it creates a new product instead of updating it. Made a simple script and fixed the problem.

    Wonder when you push php 8 if I will experience similar things 🙂

    The fault is totally mine as I didn't have a staging site for this update.

    Support woocommerce net app json data

  • Duplication of WooCommerce products after sending json data from .net app.
    V Vladimir

    @vladimir
    Also, is it possible to see somewhere the older changelogs?

    Support woocommerce net app json data

  • Duplication of WooCommerce products after sending json data from .net app.
    V Vladimir

    @nebulon
    Also, forgot to mention the update was from 6.1.2. to 6.2.4.

    {
    "errorMessage": "",
    "oldVersion": "6.1.2",
    "newVersion": "6.2.4"
    }

    This shows as my changelog:

    {
    "taskId": "2294",
    "boxUpdateInfo": {
    "version": "6.2.4",
    "changelog": [
    "ovh: object storage URL has changed from s3 to storage subdomain",
    "ionos: add profit bricks object storage",
    "update node to 14.15.4",
    "update docker to 20.10.3",
    "new base image 3.0.0",
    "postgresql updated to 12.5",
    "redis updated to 5.0.7",
    "dovecot updated to 2.3.7",
    "proxyAuth: fix docker UA detection",
    "registry config: add UI to disable it",
    "update solr to 8.8.1",
    "firewall: fix issue where script errored when having more than 15 wl/bl ports",
    "If groups are used, do not allow app installation without choosing the access settings",
    "tls addon",
    "Do not overwrite existing DMARC record",
    "Sync dns records",
    "Dry run restore",
    "linode: show cloudron is installing when user SSHs",
    "mysql: disable bin logs",
    "Show cancel task button if task is still running after 2 minutes",
    "filemanager: fix various bugs involving file names with spaces",
    "Change Referrer-policy default to 'same-origin'",
    "rsync: preserve and restore symlinks",
    "Clean up backups function now removes missing backups",
    "Avoid updown notifications on full restore",
    "Add retries to downloader logic in installer",
    "Fix ENOBUFS issue with backups when collecting fs metadata",
    "Fix addon crashes with missing databases",
    "Update mail container for LMTP cert fix",
    "Fix services view showing yellow icon"
    ],
    "sourceTarballUrl": "https://prod-cloudron-releases.s3.amazonaws.com/box-3ee3786936-4dffce0b71-6.2.4.tar.gz",
    "sourceTarballSigUrl": "https://prod-cloudron-releases.s3.amazonaws.com/box-3ee3786936-4dffce0b71-6.2.4.tar.gz.sig",
    "boxVersionsUrl": "https://s3.amazonaws.com/prod-cloudron-releases/versions.json",
    "boxVersionsSigUrl": "https://s3.amazonaws.com/prod-cloudron-releases/versions.json.sig",
    "unstable": false
    }
    }

    Support woocommerce net app json data

  • Duplication of WooCommerce products after sending json data from .net app.
    V Vladimir

    @nebulon
    I have updated the whole Cloudron and WooCommerce is installed on the WordPress Cloudron app package.

    Support woocommerce net app json data
  • Login

  • Don't have an account? Register

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