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


Skip to content

Discuss

Feedback, suggestions, anything else Cloudron related

943 Topics 8.1k Posts
  • Replace Google to backup Android and iOS photos

    Moved
    12
    0 Votes
    12 Posts
    1k Views
    S

    I will probably end up with a different solution

    I teste FileRun in a LAMP app (after reading @scooke reply here) and it does exactly what I need without all the added bloat and unpolished UI of Nextcloud.

    ✔ It sorts pictures by date taken
    ✔ Has a better UI than NextCloud (personal opinion)
    ✔ It is a lot faster in previewing images
    ✔ Works with the Nextcloud desktop and Android client (or any other app that supports webdav)
    ✔ Can organize photos in albums and collections (I am not really interested in this, but it's a nice to have)

    I hope that it will officially come to Cloudron at some point.

  • 6 Votes
    6 Posts
    591 Views
    d19dotcaD

    @necrevistonnezr excellent catch! I think I searched “email” when I should have just searched “mail”. 😇 There may be a couple others I missed.

  • Cloudron+ZFS?

    27
    2 Votes
    27 Posts
    1k Views
    necrevistonnezrN

    @3246 Are you backing up /snapshot/ or the parent directory?
    /snapshot/ is sufficient for a daily backup as it holds the current status of all files - versioning etc. is done by restic.
    Also, how did you calculate these dirsizes?

  • running many WP installs on one cloudron

    4
    0 Votes
    4 Posts
    265 Views
    d19dotcaD

    @ianhyzy said in running many WP installs on one cloudron:

    @d19dotca thanks! mind sharing any of your php tweaks? I'm curious what other people are doing here

    Certainly! The values change periodically for me based on various circumstances, however here's the current values I'm using in the php.ini file for WordPress...

    default_socket_timeout = 300 max_execution_time = 300 max_input_time = 60 max_input_vars = 3000 memory_limit = 256M post_max_size = 128M upload_max_filesize = 128M

    The top are the values needed usually for best performance from certain page builders and important plugins in WordPress, plus I have a few sites that host videos / other large files so I keep the sizes somewhat large too and tweak as needed for each customer website.

    Also, on the wp-config.php file, I also set the following property which allows the WordPress memory limit to match that of the php.ini file, rather than keeping them separate. But in some cases it may be wise to keep them separate too, it's really a case-by-case basis, I just find I often keep them the same so doing it this way means I only have to set it in one spot and removes the risk of keeping them separate unintentionally...

    define( 'WP_MEMORY_LIMIT', ini_get( 'memory_limit' ) ); // sets memory limit to match php.ini

    Then for the actual application itself, I currently set a 1 GB memory limit on each one.

  • Increase the amount of times we can upvote each other

    Solved
    2
    2 Votes
    2 Posts
    90 Views
    nebulonN

    Alright, I have set the limit now to 50.

  • How To Sell Digital Goods with Cloudron

    10
    3 Votes
    10 Posts
    497 Views
    timconsidineT

    @LoudLemur said in How To Sell Digital Goods with Cloudron:

    Anyway, I hope you are all doing well @timconsidine .

    👍 thank you

  • Removing "Unsafe Website" warning

    3
    8 Votes
    3 Posts
    372 Views
    girishG

    @ApplegateR Have you tried https://www.google.com/webmasters/tools/security-issues ? I think you request a review inside it.

    I am not 100% sure why some sites end up in the unsafe list. Did your domain expire for a short time and maybe some parking page was there for a while? Also, I see that your domain comes up in first page of Google Search (https://www.reddit.com/r/jailbreak/comments/eodhqp/release_sileo_remover_and_my_repo_is_up/) and the links there are broken now. Maybe google penalizes all this, I am not sure.

  • Increase the RAM of the demo machine

    Solved
    18
    1 Votes
    18 Posts
    794 Views
    robiR

    @nebulon said in Increase the RAM of the demo machine:

    @LoudLemur and @robi just to add here the option to run hdparm -Tt /dev/<youdisk>, which will measure a few things for disk I/O.

    That requires root and for hdparm to actually be available and installed.

    Hence I use:
    dd if=/dev/zero of=/tmp/test1.img bs=1G count=1 oflag=dsync ; rm /tmp/test1.img

  • Awesome Privacy

    1
    5 Votes
    1 Posts
    158 Views
    No one has replied
  • How does Cloudron work? What does it do? etc :)

    47
    4 Votes
    47 Posts
    3k Views
    robiR

    @girish said in How does Cloudron work? What does it do? etc 🙂:

    @robi Would be interesting to know what systemd-detect-virt prints for nestybox

    That's easy to test, just change one line in the docker config or specify it on the CLI and bring up a container using sysbox, then run the tool.

  • 2 Votes
    3 Posts
    258 Views
    girishG

    Having it upstream fontawesome would be quite an achievement 🙂 But https://github.com/mlwilkerson/fa-custom-icon-demo has a demo on adding custom icons inside a custom app.

  • Gource for Cloudron

    3
    0 Votes
    3 Posts
    225 Views
    luckowL

    @LoudLemur it is so easy to do it yourself 🙂
    Install gource and use the script from here https://gist.github.com/Gnzlt/a2bd6551f0044a673e455b269646d487
    Find a repo and start the bash script.
    Example output (jitsi.app)

    2e0ba5d4-08f8-4e56-b707-e3f388a1078a-image.png

  • Connecting multiple Cloudrons via LDAP

    Solved
    4
    1 Votes
    4 Posts
    267 Views
    scookeS

    @luckow For a more modern dancing video, I suggest Galvanize, by the Chemical Brothers (complete with the B&W aesthetic)

  • 0 Votes
    9 Posts
    345 Views
    MooCloud_MattM

    Hello @girish,
    Just lost a lot of time on a bug related to storage and I then discover that what shows in the cloudron UI was in fact Binary, can be updated the label to the correct one with the "i" in-between letters, so that it's clear what unit of measurement is been used?

    KiB kibibyte MiB mebibyte GiB gibibyte

    I know that is a stupid thing to complain but it can save some time on understanding what's happening sometimes.

  • 0 Votes
    6 Posts
    327 Views
    luckowL

    @Mastadamus a good starting point is to visit one of the many WordCamps -> https://central.wordcamp.org/

  • Extra Apps

    3
    0 Votes
    3 Posts
    298 Views
    T

    @nebulon Ah, totally understand. I'll grab a yearly plan, thanks!

  • Has BrutalBirdie joined the team? :)

    8
    3 Votes
    8 Posts
    401 Views
    robiR

    @BrutalBirdie Might be easier to keep it Jitsi. 😆

  • 0 Votes
    5 Posts
    242 Views
    robiR

    @d19dotca No. I'd use minio backup as search terms.

    From what I recall, it works fine w/o encryption, but if you set it, it can generate long filenames that fail a backup.

    Likely also depends on the Apps you're backing up as some have lots of nested file trees, like Nextcloud.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • 1 Votes
    2 Posts
    288 Views
    girishG

    @Draik yes, custom apps are also included in the app limit.