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


Skip to content

Cubby

47 Topics 372 Posts
  • Cubby - Package Updates

    Pinned
    110
    0 Votes
    110 Posts
    46k Views
    Package UpdatesP
    [2.8.1] Update cubby to 2.8.1 Improve OpenID login session Fix rclone and windows webdav connection
  • 1 Votes
    8 Posts
    125 Views
    nebulonN
    yeah forgot to mention that in the changelog, given the low feedback on the webdav integration, I didn't expect it to be used much at all. So the previous version had a longstanding bug essentially where only the user's home was exposed via webdav but not group folders nor shared items. This was the fix to introduce new toplevel items: [image: 1773397779254-517ea14b-e37d-4e61-8cbf-cc5bde739b4b-image.jpeg]
  • Large Uploads (>100MB) fail with 404 "Failed to load resource"

    2
    0 Votes
    2 Posts
    49 Views
    nebulonN
    The 404 is likely just the name collision pre-flight check the UI does to see if the uploaded file would need a different name. This has caused confusion a few times, as it is an error status code but in this case not an error. The chunked upload is probably a valid feature request.
  • Bug: External Share Links - Files Cannot Be Viewed/Previewed in Browser

    Solved
    8
    3
    0 Votes
    8 Posts
    91 Views
    nebulonN
    This is fixed with https://git.cloudron.io/apps/cubby/-/commit/7321ebb59d1f74ae9cb6d61e8f6cd7324bfa9c6e
  • Bug: Mobile Sidebar UI Rendering Issue

    Solved
    5
    1
    0 Votes
    5 Posts
    101 Views
    H
    Thank you!
  • Bug: Share button non-functional for Group Folders in Cubby

    13
    0 Votes
    13 Posts
    177 Views
    robiR
    @hakunamatata I see. That's very helpful. Until cubby is capable, you could accomplish passwords and link expiry by adding Jirefau app to the workflow. You just need to give it a zip file once customer review is ready.
  • 0 Votes
    1 Posts
    28 Views
    No one has replied
  • Dropping folders flattens the folder content on upload

    Unsolved
    1
    2 Votes
    1 Posts
    54 Views
    No one has replied
  • [Bug] Cubby: Drag & drop multiple files only uploads the first file

    Solved
    7
    0 Votes
    7 Posts
    182 Views
    nebulonN
    New package is out with the fix.
  • Cubby & Collabora integration

    Locked
    18
    0 Votes
    18 Posts
    2k Views
    nebulonN
    This is fixed with latest package version. I will lock this thread as it seems to collect different issues. Please open a new thread in the cubby category for new collabora issues with cubby.
  • Cubby - Upload into shared folder

    2
    0 Votes
    2 Posts
    365 Views
    J
    Guest shares are readonly . It's not a "drop" point. I guess if this is implemented, one needs some measure to protect the endpoint against wild uploads. Or some measures on how much can be uploaded etc.
  • 2 Votes
    6 Posts
    1k Views
    timconsidineT
    @LoudLemur surfer serves http content, so you can't (as it stands now) serve gemini files from it. You need the app from @DidierMalenfant or my agate+ app. Just making changes to agate+ app and releasing new version later today. Will try to publish an image for it to simplify testing.
  • Cubby UX improvements

    Moved
    2
    3 Votes
    2 Posts
    540 Views
    nebulonN
    Thanks for the input here. Mostly quite doable and sound like much quality of live improvements. I am on vacation now, but should get to those in the next couple of weeks. Overall the project is moving quite slowly, since I am mostly too busy with Cloudron itself, contributions are very welcome though at https://git.cloudron.io/apps/cubby
  • Share via link URL bug

    4
    2 Votes
    4 Posts
    852 Views
    nebulonN
    Thanks for reporting, I introduced a regression there. This is fixed now with the latest just released version.
  • How can I setup Group Folders?

    5
    1
    2 Votes
    5 Posts
    923 Views
    nebulonN
    this is now implemented
  • 0 Votes
    4 Posts
    961 Views
    nebulonN
    Oh my bad, didn't read the section. Currently you have to set this then in the database manually. Normally the first created users gets the admin flag. To give other users the admin flag, open a webterminal into the app and run the following command, replacing <USERNAME> accordingly: PGPASSWORD=${CLOUDRON_POSTGRESQL_PASSWORD} psql -h ${CLOUDRON_POSTGRESQL_HOST} -p ${CLOUDRON_POSTGRESQL_PORT} -U ${CLOUDRON_POSTGRESQL_USERNAME} -d ${CLOUDRON_POSTGRESQL_DATABASE} -c "UPDATE users SET admin=true WHERE username='<USERNAME>'"
  • Benefits of tus.io

    1
    1
    1 Votes
    1 Posts
    414 Views
    No one has replied
  • How to use OnlyOffice on Cloudron?

    Solved
    11
    0 Votes
    11 Posts
    3k Views
    A
    @nebulon said in How to use OnlyOffice on Cloudron?: This should be fixed with latest cubby Just confirming this is working for me on 2.3.21. Cheers!
  • Version 2.3.20 and 2.3.19 regressed document editing

    Solved
    3
    0 Votes
    3 Posts
    857 Views
    A
    Thanks, I confirm document editing is working again after updating to 2.3.21. And thank you for getting this resolved on a holiday! That was totally unexpected and not necessary.
  • Unable to open shared file from group folder

    Solved
    3
    0 Votes
    3 Posts
    864 Views
    nebulonN
    This should be fixed with latest cubby