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


Skip to content
  • How to backup and delete plugins?

    Discourse
    2
    0 Votes
    2 Posts
    3 Views
    jdaviescoatesJ
    I'd just do a full Cloudron back-up of the Discourse app before deleting that folder. Give it a suitable label, and make it as one not to delete. See https://docs.cloudron.io/backups#backup-labels [image: 1771589264919-39ef77f1-71c4-4165-99da-d17dd9ba144d-image-resized.png] [image: 1771589284332-92fd80df-fccf-4c89-9684-c857ff2d50ad-image-resized.png]
  • 1 Votes
    3 Posts
    9 Views
    I
    @fbartels thank you, it's good news
  • Enormous space use for Ubuntu and Docker...

    Unsolved Support disk usage
    15
    1 Votes
    15 Posts
    78 Views
    M
    Hey @james, I did not yet act. Just one question: will the deletion of the mal app also delete the data in the docker directory?
  • 0 Votes
    5 Posts
    2k Views
    P
    Agreed, how to uninstall plugins should be added to the docs. I can't find the app.yml file in my app.
  • Gogs - Package Updates

    Pinned Gogs
    29
    0 Votes
    29 Posts
    8k Views
    Package UpdatesP
    [1.23.1] Update gogs to 0.14.2 Full Changelog Security: Cross-repository LFS object overwrite via missing content hash verification. #​8166 - GHSA-gmf8-978x-2fg2 Security: Stored XSS via data URI in issue comments. #​8174 - GHSA-xrcr-gmf5-2r8j Security: Release tag option injection in release deletion. #​8175 - GHSA-v9vm-r24h-6rqm Security: Stored XSS in branch and wiki views through author and committer names. #​8176 - GHSA-vgvf-m4fw-938j Security: DOM-based XSS via issue meta selection on the issue page. #​8178 - GHSA-vgjm-2cpf-4g7c Unable to update files via web editor and API. #​8184
  • AdGuard Home - Package Updates

    Pinned AdGuard Home
    96
    1 Votes
    96 Posts
    48k Views
    Package UpdatesP
    [1.14.11] Update AdGuardHome to 0.107.72 Full Changelog The TLS certificate and key files are now being tracked for updates, which trigger a reload ([#​3962]). New query parameter recent in GET /control/stats/ defines statistics lookback period in millieseconds. See openapi/openapi.yaml for details. New field "ignored_enabled" in GetStatsConfigResponse or GetQueryLogConfigResponse. See openapi/openapi.yaml for details. In addition to modifying the contents of a hosts file, deleting or renaming the file now also updates runtime clients and DNS filtering results. In this release, the schema version has changed from 32 to 33. Added a new boolean field ignored_enabled in querylog and statistics config. Executable permissions in some Docker installations ([#​8237]). Unknown blocked services from both global and client configuration now logged instead of causing server crash.
  • Garbage collector docs up to date ?

    Docker Registry
    2
    2 Votes
    2 Posts
    14 Views
    jamesJ
    Hello @timconsidine Thanks for reporting, I will look into this.
  • Firefly III - Package Updates

    Pinned Firefly III
    129
    0 Votes
    129 Posts
    61k Views
    Package UpdatesP
    [3.10.15] Update firefly-iii to 6.4.23 Full Changelog Issue 11734 (Cache is not cleared for "no category" overview monthly blocks) reported by @​JC5 Issue 11735 (health endpoint no longer performant) reported by @​grgar Discussion 11736 (Deposit from a Liability & the default financial report) started by @​dratze98 Issue 11738 (API endpoint api/v1/batch/finish does not work) reported by @​JC5 Issue 11744 (Webhook and rule execution for imported transactions) reported by @​mleck28 Issue 11752 (ErrorException in OperatorQuerySearch.php when using tag_starts or tag_ends operators via API) reported by @​travelr Issue 11757 ("Remember Me" cookie expires after 1 minute) reported by @​michaeljandrews Invitee mail message would error out, reported over mail. Thanks!
  • Minecraft - Package Updates

    Pinned Minecraft
    199
    0 Votes
    199 Posts
    136k Views
    Package UpdatesP
    [2.37.1] Update bedrock to 1.26.1.1
  • Calibre Web - Package Updates

    Pinned Calibre Web
    82
    0 Votes
    82 Posts
    28k Views
    Package UpdatesP
    [1.30.0] Update calibre to 9.3.0
  • Change Detection - Package Updates

    Pinned Change Detection
    140
    1 Votes
    140 Posts
    43k Views
    Package UpdatesP
    [1.28.3] Update changedetection.io to 0.53.5 Full Changelog Backup restore by @​dgtlmoon in #​3899 Fixing bad replacement of metadata causing possible content removal #​3906 by @​dgtlmoon in #​3908
  • MiroTalk - Package Updates

    Pinned MiroTalk
    573
    2 Votes
    573 Posts
    365k Views
    Package UpdatesP
    [2.6.6] Update mirotalksfu to 2.1.21
  • How to use the Rails Console

    Unsolved Dawarich
    3
    0 Votes
    3 Posts
    32 Views
    imc67I
    @nebulon same results, tried console and dbconsole root@8c0ca5cc-f129-4fb3-9de3-4b308caacb38:/app/code# bundle exec rails Usage: bin/rails COMMAND [options] You must specify a command. The most common commands are: generate Generate new code (short-cut alias: "g") console Start the Rails console (short-cut alias: "c") server Start the Rails server (short-cut alias: "s") test Run tests except system tests (short-cut alias: "t") test:system Run system tests dbconsole Start a console for the database specified in config/database.yml (short-cut alias: "db") plugin new Create a new Rails railtie or engine All commands can be run with -h (or --help) for more information. root@8c0ca5cc-f129-4fb3-9de3-4b308caacb38:/app/code# bundle exec rails console [dotenv] Set DATABASE_HOST, DATABASE_USERNAME, DATABASE_PASSWORD, DATABASE_NAME, DATABASE_PORT, REDIS_URL, and OBJC_DISABLE_INITIALIZE_FORK_SAFETY [dotenv] Loaded .env.development OIDC: Not configured (missing OIDC_CLIENT_ID or OIDC_CLIENT_SECRET) Loading development environment (Rails 8.0.3) [1] pry(main)> points = Point.where(latitude: 0, longitude: 0) ActiveRecord::ConnectionNotEstablished: connection to server at "::1", port 5432 failed: Connection refused (ActiveRecord::ConnectionNotEstablished) Is the server running on that host and accepting TCP/IP connections? connection to server at "127.0.0.1", port 5432 failed: Connection refused Is the server running on that host and accepting TCP/IP connections? from /app/code/vendor/bundle/ruby/3.4.0/gems/activerecord-8.0.3/lib/active_record/connection_adapters/postgresql_adapter.rb:69:in 'ActiveRecord::ConnectionAdapters::PostgreSQLAdapter.new_client' Caused by PG::ConnectionBad: connection to server at "::1", port 5432 failed: Connection refused Is the server running on that host and accepting TCP/IP connections? connection to server at "127.0.0.1", port 5432 failed: Connection refused Is the server running on that host and accepting TCP/IP connections? from /app/code/vendor/bundle/ruby/3.4.0/gems/pg-1.6.2-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' [2] pry(main)> exit root@8c0ca5cc-f129-4fb3-9de3-4b308caacb38:/app/code# bundle exec rails dbconsole [dotenv] Set DATABASE_HOST, DATABASE_USERNAME, DATABASE_PASSWORD, DATABASE_NAME, DATABASE_PORT, REDIS_URL, and OBJC_DISABLE_INITIALIZE_FORK_SAFETY [dotenv] Loaded .env.development OIDC: Not configured (missing OIDC_CLIENT_ID or OIDC_CLIENT_SECRET) psql: error: connection to server at "localhost" (::1), port 5432 failed: Connection refused Is the server running on that host and accepting TCP/IP connections? connection to server at "localhost" (127.0.0.1), port 5432 failed: Connection refused Is the server running on that host and accepting TCP/IP connections? root@8c0ca5cc-f129-4fb3-9de3-4b308caacb38:/app/code#
  • Requesting an expedited build of v0.58.7

    Metabase
    6
    2 Votes
    6 Posts
    38 Views
    S
    Thanks, @girish!
  • Mirotalk SFU remote room control

    MiroTalk
    4
    0 Votes
    4 Posts
    30 Views
    MiroTalkM
    Great news @pdurante1981 @nebulon The Meeting END API has been implemented in MiroTalk SFU v2.1.20. This allows you to remotely terminate an active meeting by room name, perfect for billable minutes or subscription-based systems. New Endpoint DELETE /api/v1/meeting/:room What it does: Disconnects all connected peers Optionally redirects them to a custom URL Disables the “beforeunload” confirmation popup when ended via API Protected via API secret key Fully documented in Swagger Includes example scripts (JS, Shell, Python, PHP) Covered by unit tests Enable the Feature In your env file: API_KEY_SECRET=mirotalksfu_default_secret API_ALLOW_MEETING_END=true By default, this endpoint is disabled for security reasons. Quick Examples End meeting (peers return to home page) curl -X DELETE http://localhost:3010/api/v1/meeting/test \ -H "authorization: mirotalksfu_default_secret" \ -H "Content-Type: application/json" End meeting with custom redirect curl -X DELETE http://localhost:3010/api/v1/meeting/test \ -H "authorization: mirotalksfu_default_secret" \ -H "Content-Type: application/json" \ -d '{"redirect": "https://docs.mirotalk.com/about"}' Documentation Full API reference: https://docs.mirotalk.com/mirotalk-sfu/api/#meeting-end-entry-point This should now fully cover your use case for remotely ending meetings when user minutes expire Docker image build is currently in progress...
  • Metabase - Package Updates

    Pinned Metabase
    512
    1 Votes
    512 Posts
    375k Views
    Package UpdatesP
    [2.37.0] Update to 0.58.7 https://github.com/metabase/metabase/security/advisories/GHSA-vcj8-rcm8-gfj9
  • API docs bug

    Solved Discuss
    10
    0 Votes
    10 Posts
    68 Views
    J
    @charlesnw said in API docs bug: Are the docs generated from a git repo by chance? Yes, it's public at https://git.cloudron.io/docs/docs . Anyone can contribute!
  • Authentik - Making authentication simple.

    App Wishlist
    26
    27 Votes
    26 Posts
    8k Views
    LanhildL
    @crazybrad outposts are their own docker containers, created by the authentik worker, itself connected to the docker socket. I recon we have an addon to connect an app to the socket, but iirc it's not recommended to use it.
  • Cubby & Collabora integration

    Cubby
    10
    0 Votes
    10 Posts
    1k Views
    nebulonN
    Do you see any blocked requests or other errors in the browser network tab while trying to open a document? Assuming you see this error while opening a document. Also anything in either app logs?
  • 2 Votes
    7 Posts
    235 Views
    archosA
    Oh well, I thought the email issue would be fixed by the latest update, but unfortunately the problem still persists.