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


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Solved Enable enableDeveloperExperiments

    Ghost
    3
    6
    166
    Loading More Posts
    • 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.
    • brianb
      brianb last edited by

      In the Cloundron Ghost app docs

      https://docs.cloudron.io/apps/ghost/#gravatar

      It is mentioned that you can enable Gravatar in the config.production.json, save the file and restart.

      I tried adding enableDeveloperExperiments as follows

      "privacy": {
        "useUpdateCheck": false,
        "useGravatar": true,
        "useRpcPing": false,
        "useStructuredData": true,
        "enableDeveloperExperiments": true
      }
      

      This did nothing even after a few restarts. So I removed the enableDeveloperExperiments and left Gravatar = true but did not see any changes from that either.

      Is there another area that needs to be updated/compiled to enable the Labs area via enableDeveloperExperiments

      girish 1 Reply Last reply Reply Quote 0
      • robi
        robi last edited by

        what is the full path of the file you edited?

        Life of Advanced Technology

        brianb 1 Reply Last reply Reply Quote 0
        • brianb
          brianb @robi last edited by

          @robi It was edited via the File Manager as described in the Cloudron Documentation for Ghost App.

          from what I can see in the File Manager windows, the file is

          /app/data/config.production.json

          f2292450-ced4-4c1a-a9fd-2bf507cb4df4-image.png

          robi 1 Reply Last reply Reply Quote 0
          • robi
            robi @brianb last edited by

            @briankb-0 good, that should work and the file permissions/owner look good.

            The configs persist, now can you take a look at the logs while the settings are enabled and see if any errors pop up?

            Life of Advanced Technology

            1 Reply Last reply Reply Quote 0
            • girish
              girish Staff @brianb last edited by

              @briankb-0 Per https://github.com/TryGhost/Ghost/blob/main/config.development.json, looks like enableDeveloperExperiments must not be inside privacy. So,

              {
                  "enableDeveloperExperiments": true,
                  "privacy": {
                    "useUpdateCheck": false,
                    "useGravatar": true,
                    "useRpcPing": false,
                    "useStructuredData": true
                  }
              }
              
              brianb 1 Reply Last reply Reply Quote 2
              • brianb
                brianb @girish last edited by

                @girish said in Enable enableDeveloperExperiments:

                enableDeveloperExperiments

                moving it outside privacy worked, thank you!

                1 Reply Last reply Reply Quote 1
                • Topic has been marked as a question  nebulon nebulon 
                • Topic has been marked as solved  nebulon nebulon 
                • First post
                  Last post
                Powered by NodeBB