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
  • Brite
  • 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
  1. Cloudron Forum
  2. Discuss
  3. Cloudron 9.0 (beta) bug reports

Cloudron 9.0 (beta) bug reports

Scheduled Pinned Locked Moved Discuss
136 Posts 23 Posters 6.2k Views 20 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • girishG girish

    @firmansi I have fixed this now in https://git.cloudron.io/platform/box/-/commit/29e2be47d0da86e77105db47d6c73b601c0fc472 . I think what you meant is below correct?

    69136ab5-6aac-4ff9-a368-0d22c7ee3eec-image.png

    firmansiF Offline
    firmansiF Offline
    firmansi
    wrote last edited by
    #126

    @girish awesome, i believe this will be included in next update.

    1 Reply Last reply
    0
    • nebulonN nebulon

      ah thanks for the clarification. We haven't looked into this yet. Given that LDAP has no such built-in feature, we probably need some extra API to trigger a password reset on the directory provider (which will of course then only work if it is also a Cloudron). For that case though I think the better approach would be to somehow make that work with OpenID instead of LDAP, but no code has been written for that either.

      firmansiF Offline
      firmansiF Offline
      firmansi
      wrote last edited by firmansi
      #127

      @nebulon I’ve actually suggested this before: what if cloudron team added a field so that Cloudron admins like me could include a link or instructions for users on how to reset their LDAP password at the location where their user data is stored? I assume not everyone using Cloudron uses Cloudron itself as their LDAP server—some may use a separate external LDAP server. While adding an extra API to trigger password changes or resets on the external LDAP server is indeed a good idea, it might take some time to implement. So, I was just thinking of a more practical, immediate solution: letting each admin using Cloudron take responsibility for providing their own reset link or instructions.

      1 Reply Last reply
      0
      • N Neiluj

        Possibly a bug - Maybe more of a specification/documentation situation.

        I updated one of our servers from v8.3.2 to v9.0.7 yesterday. The overnight S3 backup to a local device failed with the following error:

        Backup endpoint is not active: Error listing objects. code: undefined message: self-signed certificate HTTP: undefined

        Up until now, the server was configured to backup to a s3-v4 compatible storage location using https and allowing self signed certificate.

        While troubleshooting, changing the s3 endpoint from https to http and updating the cloudron config accordingly resolved the issue and allowed for backup to proceed.
        To note:

        • the (local) address and port of the S3 endpoint have not changed
        • I regenerated the self signed certificate and made another attempt but got no luck here either.

        I am not clear whether https id part of the s3 specifications or not. However, https with S3 worked fine with 8.3.2 so it is:

        • either a bug in v9.0.7
        • or a change / normalization within cloudron for which a more meaningful error message (or form validation) and/or documentation would be helpful.

        Hopefully this helps.

        girishG Offline
        girishG Offline
        girish
        Staff
        wrote last edited by
        #128

        @Neiluj Fixed in https://git.cloudron.io/platform/box/-/commit/ce15958a9a09c60348f4605736d961f694f293a8 . Thanks for reporting .

        1 Reply Last reply
        2
        • H Offline
          H Offline
          hakunamatata
          wrote last edited by
          #129

          Trying to install an app that utilizes Cloudron’s user directory but unable to restrict access to specific users or groups.

          Tillit Technical Services Ltd Dashboard.png

          1 Reply Last reply
          0
          • nebulonN Offline
            nebulonN Offline
            nebulon
            Staff
            wrote last edited by
            #130

            @hakunamatata that has been fixed already with latest patch release

            1 Reply Last reply
            3
            • J joseph referenced this topic
            • D Offline
              D Offline
              dylightful
              wrote last edited by
              #131

              Hi all! Congrats on v9!

              One bug I discovered so far - Backup Sites is completely missing from Backups -> Sites and only displays the latest System backups?

              missing_backup_sites.png

              D 1 Reply Last reply
              1
              • D dylightful

                Hi all! Congrats on v9!

                One bug I discovered so far - Backup Sites is completely missing from Backups -> Sites and only displays the latest System backups?

                missing_backup_sites.png

                D Offline
                D Offline
                dylightful
                wrote last edited by dylightful
                #132

                Update: I can briefly see 'Backup Sites' if I refresh the page quickly, however it disappears and only displays the above screenshot.

                Browser console issue;
                cloudron_backup_list_issue.png

                girishG 1 Reply Last reply
                1
                • D dylightful

                  Update: I can briefly see 'Backup Sites' if I refresh the page quickly, however it disappears and only displays the above screenshot.

                  Browser console issue;
                  cloudron_backup_list_issue.png

                  girishG Offline
                  girishG Offline
                  girish
                  Staff
                  wrote last edited by girish
                  #133

                  @dylightful are you on 9.0.10 ? I thought we fixed this bug.

                  Can you give the output of mysql -uroot -ppassword -e "select schedule from box.backupSites" (run this on server via ssh, please).

                  D 1 Reply Last reply
                  0
                  • girishG girish

                    @dylightful are you on 9.0.10 ? I thought we fixed this bug.

                    Can you give the output of mysql -uroot -ppassword -e "select schedule from box.backupSites" (run this on server via ssh, please).

                    D Offline
                    D Offline
                    dylightful
                    wrote last edited by
                    #134

                    @girish said in Cloudron 9.0 (beta) bug reports:

                    mysql -uroot -ppassword -e "select schedule from box.backupSites"

                    Yep version 9.0.10;
                    Command response below. Interestingly the backup looks to have been successful, however I still cannot see the 'Backup Sites' section of backups

                    root@my:~#  mysql -uroot -ppassword -e "select schedule from box.backupSites"
                    mysql: [Warning] Using a password on the command line interface can be insecure.
                    +--------------+
                    | schedule     |
                    +--------------+
                    | 00 00  * * * |
                    +--------------+
                    
                    girishG 1 Reply Last reply
                    0
                    • D dylightful

                      @girish said in Cloudron 9.0 (beta) bug reports:

                      mysql -uroot -ppassword -e "select schedule from box.backupSites"

                      Yep version 9.0.10;
                      Command response below. Interestingly the backup looks to have been successful, however I still cannot see the 'Backup Sites' section of backups

                      root@my:~#  mysql -uroot -ppassword -e "select schedule from box.backupSites"
                      mysql: [Warning] Using a password on the command line interface can be insecure.
                      +--------------+
                      | schedule     |
                      +--------------+
                      | 00 00  * * * |
                      +--------------+
                      
                      girishG Offline
                      girishG Offline
                      girish
                      Staff
                      wrote last edited by
                      #135

                      @dylightful thanks! fixed in https://git.cloudron.io/platform/box/-/commit/c5f97e8bb0368e515027a33721c3b4002de54ff6 . Yes, it's a UI issue and not a backend problems. The UI had a bug parsing that cron schedule (not sure why it has a double space but maybe there was a bug in some old UI).

                      D 1 Reply Last reply
                      0
                      • girishG girish

                        @dylightful thanks! fixed in https://git.cloudron.io/platform/box/-/commit/c5f97e8bb0368e515027a33721c3b4002de54ff6 . Yes, it's a UI issue and not a backend problems. The UI had a bug parsing that cron schedule (not sure why it has a double space but maybe there was a bug in some old UI).

                        D Offline
                        D Offline
                        dylightful
                        wrote last edited by
                        #136

                        @girish Thank you! Looking forward to the next update!

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

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