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


Skip to content
  • 1 Votes
    11 Posts
    13k Views
    U
    Thank you @ethanxrosen @coniunctio and @divemasterza -- this was exactly the solution I was looking for.
  • Microbin - Package Updates

    Pinned Locked Microbin
    3
    0 Votes
    3 Posts
    20 Views
    Package UpdatesP
    [0.3.0] Update microbin to 2.1.0 Full Changelog Fix Json db losing already saved pasta's on crash/power failure by @yara-blue in #281 Adds a feature no-c-deps which makes microbin easy to crosscompile by @yara-blue in #279 MICROBIN_UPLOADER_PASSWORD was missing from compose.yaml by @secondubly in #228 Fix default value comments for some environment variables by @isaacasensio in #268 Fix never expire condition by @runofthemillgeek in #260 Fix privacyDropdown is null issue by @luochen1990 in #267 Awnser Range requests and stream files downloads by @yara-blue in #277 Attachments compatible with absolute path by @Timshel in #255 fix: division by zero on 32-bit platform (#107, #118) by @jixunmoe in #239 Make QR code as short as possible by @swwind in #285
  • Anyone running sGTM or Server-side Tracking on Cloudron?

    Off-topic
    2
    0 Votes
    2 Posts
    24 Views
    humptyH
    [image: 1776954906382-dogrollingupwindowdogwindowgif.gif] I think the server has to be on GCP for this to work because like you said, browser privacy addons and ad blockers.
  • 21 Votes
    60 Posts
    10k Views
    jdaviescoatesJ
    jdaviescoates said: @LoudLemur said: @jdaviescoates RustFS is available in unstable now. Would that suit? I think someone has packaged Garage too. I don't know if either would suit, but hopefully. SeaweedFS is available now too https://forum.cloudron.io/topic/15435/seaweedfs-is-now-available
  • Cannot activate Enterprise license

    Docmost
    9
    1
    0 Votes
    9 Posts
    127 Views
    P
    Hi @james, founder of Docmost here. It would be awesome if you consider basing your build on the official Docmost image. Since Docmost is self-hosted, we don't restrict where users can run the software. We made the enterprise module separation of concern as clean as possible. It is bundled in our official build process and only gets called when an enterprise license is activated. It don't interfere with the core app. Having this supported would make life easier for users who wish to use Cloudron and also benefit from our enterprise features such as SSO, AI, page verification workflows and more. Please let me know if there is anything I can do on my end to facilitate. Happy to reach out any other ways you suggest. Thank you.
  • SeaweedFS is now available

    Announcements
    1
    3 Votes
    1 Posts
    11 Views
    No one has replied
  • SeaWeedFS - Alternative to Minio / S3 / Gateways

    Locked Solved App Wishlist
    5
    4 Votes
    5 Posts
    3k Views
    girishG
    Now available
  • Penpot - Package Updates

    Pinned Locked Penpot
    52
    1 Votes
    52 Posts
    14k Views
    Package UpdatesP
    [1.16.4] Update penpot to 2.14.4 Full Changelog
  • 3 Votes
    3 Posts
    13 Views
    sqlikS
    That's just how life goes - either a dry spell or a lot of good things all at once Yeah, I posted it on the NodeBB forum too - maybe someone will find it useful
  • Email for pocketbase

    PocketBase
    30
    0 Votes
    30 Posts
    1k Views
    V
    @james For 2 reason Because at the moment I am still waiting for the Cloudron update allowing to send mails with default configuration (I don't want to mess my working DNS configuration) Because for customer facing apps, I think I may have a higher delivery rate with transactional mail services (currently my mails at tagged SPAM on some users) I think the second reason is valid. But I found a workaround : as this app have a custom domain I can configure an external SMTP for this domain. My only issue currently is the first one (which should be solved soon if I understand)
  • Umami not responding

    Umami
    9
    2 Votes
    9 Posts
    87 Views
    jamesJ
    The 8 GB are not always used, there are just allowed to be used.
  • 8 Votes
    13 Posts
    2k Views
    jamesJ
    Hello @geinzosk and welcome to the Cloudron forum
  • Help with migrating Cloudron to a new server

    Solved Support backup restore migration
    15
    1 Votes
    15 Posts
    264 Views
    jamesJ
    For future readers. I was also just thinking, this issue could be resolved by the NFS host to allow other users access as well. With setfacl you can allow multiple users to access files/folders. One could run the following commands on the NFS host to ensure all existing folders and files and future files can be accessed by UID 808 # as user root or run with sudo # Apply ACLs to existing content setfacl -R -m u:808:rwx /mnt/nfs-backup # Apply default ACLs for future content: setfacl -R -d -m u:808:rwx /mnt/nfs-backup But for this to work the NFS host must use NFSv4 with idmapping configured properly. Also, root_squash may block expected access, but your post: services.nfs.server = { enable = true; exports = '' /export/nfs-cloudron-backups <old-server-tailscale-IP>(rw,sync,no_subtree_check,no_root_squash) /export/nfs-cloudron-backups <new-server-tailscale-IP>(rw,sync,no_subtree_check,no_root_squash) ''; Has explicit no_root_squash as documented https://docs.cloudron.io/guides/nfs-share#exposing-a-directory
  • Dropping folders flattens the folder content on upload

    Solved Cubby
    2
    2 Votes
    2 Posts
    144 Views
    jamesJ
    Fixed by: https://forum.cloudron.io/post/121664
  • 0 Votes
    10 Posts
    413 Views
    jamesJ
    Marked as solved due to inactivity from the author.
  • Constant LDAP/OCID errors in Outlook – Timeout or Server Issue?

    Unsolved Support email ldap timeout
    7
    2 Votes
    7 Posts
    243 Views
    jamesJ
    Hello @orezbodajoy This issue could be related to the Ubuntu kernel version 110 having a regression. If you are running kernel version 110 (check with uname -r). See https://forum.cloudron.io/topic/15265/unusable-application/39 If you are running Kernel version 110 and you'd like to try, you could apply this patch manually https://git.cloudron.io/platform/box/-/commit/bffc97ab2fedb06100bc507abd0f8b42d343ea6e and then systemctl restart cloudron-firewall. If this resolves the issue, please report back.
  • 1 Votes
    4 Posts
    93 Views
    jamesJ
    Hello @orezbodajoy The dashboard issue is related to the latest ubuntu kernel having a regression. If you are running 110 which has a bug . See https://forum.cloudron.io/topic/15265/unusable-application/39 If you'd like to try, you could apply this patch manually https://git.cloudron.io/platform/box/-/commit/bffc97ab2fedb06100bc507abd0f8b42d343ea6e and then systemctl restart cloudron-firewall. This should solve the issue.
  • 1 Votes
    4 Posts
    58 Views
    jamesJ
    Hello @ruihildt The banner is gone. Does this also resolve your issue?
  • Planka - Package updates

    Pinned Locked Planka
    4
    0 Votes
    4 Posts
    57 Views
    Package UpdatesP
    [0.3.0] typo fix in start.sh
  • Baserow - Package Updates

    Pinned Locked Baserow
    106
    2 Votes
    106 Posts
    40k Views
    Package UpdatesP
    [1.37.2] Update baserow to 2.2.1 Full Changelog [Builder] Add 'clear' button to the date input element. #5202 [Database] Add file attachment support for Anthropic, Mistral and other AI field providers #5154 [Database] Fix negative sign in formula output disappearing when a cell is selected #4323 [Core] Fix import workspace crashes on retry after failed backend import #5140 [Database] Fix notification panel crash when a periodic_data_sync_deactivated notification is rendered #5171 [Database] Fix link-row group-by crash in grid view with more than 20 linked items #5184 [Core] Fix RichTextEditor display in row comment notifications #5230 [Core] Fix password reset tokens not being invalidated after use, allowing persistent account takeover. Tokens are now single-use, token expiry reduced to 1 hour, and a confirmation email is sent on every password change. #5165 [Builder] Fixes if() formulas in the Application Builder silently rendering nothing when the condition references an empty field [Core] Workspace invitations no longer support custom messages, and the BASEROW_MAX_PENDING_WORKSPACE_INVITES env var has been removed.