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


Skip to content
  • Verdaccio Tokens now short-lived

    Solved Verdaccio
    9
    0 Votes
    9 Posts
    94 Views
    J
    in config.yaml, you can adjust the timeouts security: api: jwt: sign: expiresIn: 300d # npm token expiration web: sign: expiresIn: 300d # webUI token expiration
  • 1 Votes
    20 Posts
    440 Views
    J
    I changed the mail server here. The DNS was updated and no SSL errors.
  • Autoscaler

    Woodpecker
    2
    1 Votes
    2 Posts
    63 Views
    J
    Good idea. For the moment, you can of course just run the autoscaler in another VM directly .
  • Wallabag has not been updated since v. 2.4.1

    Unsolved Wallabag
    4
    1 Votes
    4 Posts
    101 Views
    J
    something is off . afaict, wallabag package has not seen a major version bump in ages . what makes you think that manual update was required? is your cloudron version up to date?
  • 4 Votes
    5 Posts
    107 Views
    J
    We have a https://git.cloudron.io/playground/ for such repos. TBF, it doesn't matter where your repo is hosted . Your link is equally sharable but you can also use ours if you think yours is more transient.
  • 1 Votes
    3 Posts
    61 Views
    J
    Did this get sorted out?
  • oPodSync - Package Updates

    Pinned oPodSync
    3
    1 Votes
    3 Posts
    75 Views
    Package UpdatesP
    [0.2.0] Update opodsync to 0.4.3 Full Changelog
  • set-repository requires link without https

    Solved Build Service
    4
    2 Votes
    4 Posts
    28 Views
    nebulonN
    fixed for next release https://git.cloudron.io/platform/cloudron-cli/-/commit/09f359f34f23a3acb22067872fd570f23f2db834
  • Colanode

    App Wishlist
    1
    1
    4 Votes
    1 Posts
    41 Views
    No one has replied
  • 1 Votes
    2 Posts
    23 Views
    nebulonN
    Is this happening midway and has there already been some data restored at /home/yellowtent/boxdata/mail/... or is this the first file which fails there? Also what are the permissions and owner for /home/yellowtent/boxdata/ ?
  • Metabase - Package Updates

    Pinned Metabase
    327
    1 Votes
    327 Posts
    76k Views
    Package UpdatesP
    [1.54.7] Update metabase to 0.54.4.3 Full Changelog
  • Wordpress not getting updated when app updated?

    WordPress (Developer)
    6
    0 Votes
    6 Posts
    100 Views
    J
    @d19dotca said in Wordpress not getting updated when app updated?: That happens for me too but I believe that’s intentional as the developer edition is meant to provide more control to the admins. just wanted to confirm this is indeed the case. when the WP developer package is updated, it only affects the version of new/fresh installations and does not affect the existing WP installation . I have put in a note to make future changelogs clearer about this.
  • qBittorrent - Package Updates

    Pinned qBittorrent
    44
    1 Votes
    44 Posts
    4k Views
    Package UpdatesP
    [2.17.2] Update VueTorrent to 2.24.2 Full Changelog filters: Update tag/tracker filters not being persisted (#2243) (c05f935)
  • YOURLS - Package Updates

    Pinned YOURLS
    17
    0 Votes
    17 Posts
    2k Views
    Package UpdatesP
    [1.11.1] Update YOURLS to 1.10.1 Full Changelog fixed: sandbox exceptions when disabling plugins (#​3893) fixed: stats date calculation are now correct (#​3895) fixed: unexpected warning raised on login page removed: unsupported installation cases with Composer
  • Monorepo using multiple domains

    Solved Support multidomain
    2
    1 Votes
    2 Posts
    42 Views
    nebulonN
    You are on the right track, the app would inspect the host header to know from which domain the request came in from and then handle it accordingly. On Cloudron you have to set the multiDomain flag in the manifest also https://docs.cloudron.io/packaging/manifest/#multidomain
  • Translate - Package Updates

    Pinned Translate
    29
    4 Votes
    29 Posts
    3k Views
    Package UpdatesP
    [2.4.0] Rename app to "Translate" to avoid any trademark violations
  • Have Chats been turned off on purpose?

    Discuss
    9
    1 Votes
    9 Posts
    163 Views
    BrutalBirdieB
    @baris oh! I did not expect this to get tracktion that fast. A very welcome supprise Thanks for your awesome work!
  • BillCollector - collect your bills from web portals

    App Wishlist
    3
    5 Votes
    3 Posts
    55 Views
    timconsidineT
    Need to check this out, but def cool addition if it can do what’s promised, so much tedium avoided !
  • reconnecting to the meeting randomly

    MiroTalk mirotalk sfu
    22
    0 Votes
    22 Posts
    954 Views
    robiR
    I've had different timeouts across different browsers so they lose connection on things like Cloudron web-terminal sessions, which then reload losing the work, unless using screen etc. Sometimes there is also aggressive memory management for tabs that wants to unload things that look idle or use a bunch of RAM. Check the performance settings of the browsers to see if it's set.
  • Error logs from NextCloud

    Nextcloud
    6
    2
    0 Votes
    6 Posts
    72 Views
    jdaviescoatesJ
    @nebulon said in Error logs from NextCloud: investigate what the Cloudron Nextcloud package misses from the Nextcloud AIO bundle, to somehow get the highperformance backend for Nextcloud Talk optionally to work Might this help for the Nextcloud Talk High Performance Backend bit? It's just that bit from AIO bundle https://github.com/nextcloud-snap/nextcloud-snap/wiki/How-to-configure-talk-HPB-with-Docker But I guess for Cloudron it could possibly be simplified further due to the fact Cloudron already has a TURN server (and maybe some of the other parts too? ) @leemuljadi until we've got a solution on Cloudron (which I hope gets some dev attention soon) check out https://github.com/sunweaver/nextcloud-high-performance-backend-setup (via @andreasdueren's post in the Nextcloud Talk high performance backend App Wishlst thread) which seems like the simplest method of getting a Talk HPB set-up in the meantime.