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

39 Topics 297 Posts
  • Cubby - Package Updates

    Pinned
    92
    0 Votes
    92 Posts
    24k Views
    Package UpdatesP
    [2.5.7] Update cubby to 2.4.7 Fix opening files with spaces
  • Cubby - Upload into shared folder

    2
    0 Votes
    2 Posts
    32 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
    203 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
    140 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
  • Cubby & Collabora integration

    6
    0 Votes
    6 Posts
    449 Views
    nebulonN
    Thanks. Would be great to get that sorted out.
  • Share via link URL bug

    4
    2 Votes
    4 Posts
    292 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
    372 Views
    nebulonN
    this is now implemented
  • 0 Votes
    4 Posts
    375 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
    214 Views
    No one has replied
  • How to use OnlyOffice on Cloudron?

    Solved
    11
    0 Votes
    11 Posts
    2k 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
    400 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
    418 Views
    nebulonN
    This should be fixed with latest cubby
  • Slow to delete files

    Solved
    5
    1 Votes
    5 Posts
    678 Views
    P
    Thank you.
  • Collabora word docs bigger than 100KB - cannot save

    Solved
    7
    0 Votes
    7 Posts
    897 Views
    P
    Yes, it has. Thank you very much!
  • [Feature-Request] Add Size limitation for users

    feature-request cubby
    4
    1 Votes
    4 Posts
    929 Views
    P
    @pistou79 This would be great.
  • Password protected shared link

    2
    1 Votes
    2 Posts
    357 Views
    nebulonN
    Yes that will be added. Can't say when though, there is not yet a formalized roadmap for that app, but I have created an internal task for that now.
  • desktop client for cubby?

    4
    1 Votes
    4 Posts
    827 Views
    nebulonN
    Yes any WebDAV should do. However the webdav interface of cubby does only serve up the home folder so far. So this may or may not be sufficient for the use-case yet.
  • Users List when Sharing is limited

    2
    1 Votes
    2 Posts
    311 Views
    nebulonN
    Would you mind posting a screenshot, I am not quite sure what you refer to exactly. Also note that for larger group shares, consider the group folder feature.
  • Cubby access to mounted volume

    8
    0 Votes
    8 Posts
    2k Views
    nebulonN
    Volumes are quite special for most apps, as many apps only work from a single data root which is usually somewhere in /app/data/ so webdav or so provided by the app usually does not work. I guess instead of using an app as a workaround you really would need other protocols for the volume, not the app to access the filesystem of that?
  • file extension gets erased if not zipped (BUG/FEATURE request)

    Solved
    6
    1 Votes
    6 Posts
    1k Views
    humptydumptyH
    @nebulon awesome! thank you!