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


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
BrutalBirdieB

BrutalBirdie

@BrutalBirdie
Partner
About
Posts
1.3k
Topics
57
Shares
0
Groups
2
Followers
7
Following
4

Posts

Recent Best Controversial

  • Help! Updating Nextcloud deleted my user account (but files are still present on-disk)
    BrutalBirdieB BrutalBirdie

    @FalconFour
    Since you have a very technical custom backup / snapshot solution with BTRFS and you wrote you are missing the Databases in your backup. (hope I did not fly over the text and missunderstood?¿)
    You can always create a cron-job on the root server itself to dump all Databases into your backup destination.

    NOTE:
    I also use BTRFS on my Notebook for fast snapshots before each system update or package installation and also now love the blazing fast snapshot time.
    But when something breaks with BTRFS the fixing becomes a real pain.
    And still I see BTRFS snapshots as such, snapshots.
    Even to a different disk, I would not consider it a real backup.
    On the other hand when using btrfs send and btrfs receive in conjunction this could be a solid approach.
    Maybe I should add a btrfs send/receive weekly task to my notebook.
    Right now I use restic as an incremental backup solution to a Hetzner storage box.

    Also, here is my approach of bricking my BTRFS snapshots 😆

    [USER STORY] ICU blocks system upgrade? - I just ignore it! NO, DO NOT!

    Nextcloud

  • DNS Issues with GoDaddy and Cloudflare hosted at home
    BrutalBirdieB BrutalBirdie

    Hello @jtippetts
    I am willing to help and send you a DM.

    Support

  • Password token not working for RDP connection
    BrutalBirdieB BrutalBirdie

    Sure, feel free to contact me.

    Guacamole

  • Foundry Virtual Tabletop
    BrutalBirdieB BrutalBirdie

    https://github.com/BrutalBirdie/cloudron-foundryvtt/releases/tag/13.345


    Package Update 1.2.0 - FoundryVTT 13.345

    ⚠ WARNING ⚠

    I did not test an upgrade from the old version to the new version.
    Please make sure you do not skip the backup.

    Changelog

    • Use node.js only version minimizing image footprint
    • Update to 13.345

    Update HowTo

    wget https://raw.githubusercontent.com/BrutalBirdie/cloudron-foundryvtt/refs/tags/13.345/CloudronManifest.json
    cloudron update --app YourAppLocation --image brutalbirdie/$(yq -r .id CloudronManifest.json):$(yq -r .version CloudronManifest.json) 
    rm CloudronManifest.json
    

    Full Changelog: https://github.com/BrutalBirdie/cloudron-foundryvtt/compare/13.342...13.345

    App Wishlist

  • OpenID Connect Error on iOS
    BrutalBirdieB BrutalBirdie

    @hakunamatata Since I was helping to debug the Android App I created the issue 😄
    https://github.com/traccar/traccar-manager/issues/7
    All credit to @james tho, he did the majority of the work!

    Traccar oidc

  • Licensing
    BrutalBirdieB BrutalBirdie

    Since it is all still legal jargon my reaction is always 🤷
    There is in interesting read tho https://opensource.org/blog/modified-agplv3-removes-freedoms-adds-legal-headaches

    Neo4j Precedent: A recent court case (Neo4j v. PureThink) suggests licensors (like Rallly's maintainers) might enforce added restrictions (e.g., paid licenses) even if AGPLv3's Section 7 allows licensees to remove "further restrictions." This could complicate removing the nag banner/user limits.

    Soooo . . .


    When there's no cops around anything's legal

    shrugging

    Rallly

  • Licensing
    BrutalBirdieB BrutalBirdie

    @necrevistonnezr
    Oh yea, you are right!

    Rallly

  • Licensing
    BrutalBirdieB BrutalBirdie

    @nichu42 said in Licensing:

    I really don't like the move.

    If enough people agree and dislike what is being done, a fork might be created and maintained just to show the middle finger.
    All within the license of AGPL-3.0.
    Same what happened with Valkey

    Rallly

  • Another reason to selfhost.
    BrutalBirdieB BrutalBirdie

    Had no Idea this is going on.
    Thanks for the info!

    Discuss

  • Foundry Virtual Tabletop
    BrutalBirdieB BrutalBirdie

    @hpz24 did this resolve it? Just want to have this "task" ✅ checked in my brain 🙂

    App Wishlist

  • Foundry Virtual Tabletop
    BrutalBirdieB BrutalBirdie

    @hpz24
    OH! That is because I have a typo in my release!
    The /tags/ part in the docker image "url" was wrong. Silly me 😄
    Correct is - brutalbirdie/foundryvtt.cloudron.app:1.1.0

    # go into /tmp/ download the manifest, update $LOCATION, delete the manifest and go into $HOME
    cd /tmp/ && \
    wget https://raw.githubusercontent.com/BrutalBirdie/cloudron-foundryvtt/refs/tags/13.342/CloudronManifest.json && \
    cloudron update --app $LOCATION --image brutalbirdie/foundryvtt.cloudron.app:1.1.0 && \
    rm CloudronManifest.json && \
    cd ~/
    
    App Wishlist

  • inherited old system, trying to figure out upgrading solutions (ubuntu 18.04, cloudron v7.4.3)
    BrutalBirdieB BrutalBirdie

    hey @CadeHenschen there are very specific documentations and step-by-step guides for distribution upgrades:
    See here: https://docs.cloudron.io/guides/upgrade-ubuntu-20/

    Support upgrade digitalocean

  • Cloudron Backup for Moving to Another VPS
    BrutalBirdieB BrutalBirdie

    @leemuljadi said in Cloudron Backup for Moving to Another VPS:

    is this how to install cloudron with specific version?

    According to the official documentation:
    https://docs.cloudron.io/backups/#restore-cloudron

    wget https://cloudron.io/cloudron-setup
    chmod +x cloudron-setup
    ./cloudron-setup --version x.y.z # version must match your backup version
    

    If you run:

    cloudron-support --send-diagnostics
    

    It will generate all information needed for support and give you an URL to view all the information.
    Will look something like this:

    ========================================================
    Linux
    ========================================================
    
    Linux my-DOMAIN-TLD 6.8.0-60-generic #63-Ubuntu SMP PREEMPT_DYNAMIC Tue Apr 15 19:04:15 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
    
    ========================================================
    Ubuntu
    ========================================================
    
    Distributor ID:	Ubuntu
    Description:	Ubuntu 24.04.1 LTS
    Release:	24.04
    Codename:	noble
    
    ========================================================
    Cloudron
    ========================================================
    
    Cloudron version: 8.3.2
    Dashboard domain: DOMAIN.TLD
    
    [...]
    

    @leemuljadi said in Cloudron Backup for Moving to Another VPS:

    use Vultr and install Cloudron from the marketplace

    I am not sure this type of setup offers a version selection on installation.
    Time to get your own hands dirty (= If you need any help, let the forum know.

    Support backups restore

  • Cant login at AppStore
    BrutalBirdieB BrutalBirdie

    This is very undescriptive. Could please guide me step by step what you are doing and at which point you fail?

    Support appstore

  • Support for Mythic Beasts DNS API
    BrutalBirdieB BrutalBirdie

    Never heard of them before, and only you mentioned them so far in this forum 😄
    Implementation might be easy, but the question is, how many would benefit from that.
    Question about prioritization 🤔
    I would suggest for now using Hetzner.

    Feature Requests dns feature-request

  • How can a Calibre web URL be embedded in a Moodle iFrame?
    BrutalBirdieB BrutalBirdie

    I take your Coffee donation as a solved notion? 😄 Thanks again for the Coffee 🤗

    Calibre Web

  • How can a Calibre web URL be embedded in a Moodle iFrame?
    BrutalBirdieB BrutalBirdie

    In the moodle app view you have to add the following CSP:

    frame-src https://library.example.com;
    

    did you do that?

    Note: add not override, keep the defaults and add the frame-src
    More details about frame-src => https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Content-Security-Policy/frame-src

    Calibre Web

  • Ipv6 changed, issues I don't understand.
    BrutalBirdieB BrutalBirdie

    It could be that the TTL of the PTR record was set really high by your ISP 24 to 48 hours.
    So it might be that simply waiting will solve this 🤔

    Support networking ipv6

  • How can a Calibre web URL be embedded in a Moodle iFrame?
    BrutalBirdieB BrutalBirdie

    @osobo said in How can a Calibre web URL be embedded in a Moodle iFrame?:

    In Cloudron I've modified the Calibre-web CSP as following

    You need to edit the CSP of the moodle app to allow calibre as an iframe embed.
    You just did it vice versa 😄

    Did the same once for peertube and Bookstack so I could embed peertube videos into bookstack for video guides / documentation.

    Calibre Web

  • Password reset for n8n on Cloudron
    BrutalBirdieB BrutalBirdie

    Hello @arta you can use the n8n cli to reset all users.
    See: https://docs.n8n.io/hosting/cli-commands/#user-management

    You can reset user management using the n8n CLI. This returns user management to its pre-setup state. It removes all user accounts.

    Use this if you forget your password, and don't have SMTP set up to do password resets by email.

    Go into the Cloudron n8n web terminal and run:

    gosu cloudron /app/code/node_modules/.bin/n8n user-management:reset
    

    Hope this solves your problem 👷

    N8N
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search