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


  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
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

Cloudron Forum

Apps | Demo | Docs | Install

Enable enableDeveloperExperiments

Scheduled Pinned Locked Moved Solved Ghost
6 Posts 3 Posters 187 Views
    • 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.
  • brianbB Offline
    brianbB Offline
    brianb
    wrote on last edited by
    #1

    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

    girishG 1 Reply Last reply
    0
  • robiR Offline
    robiR Offline
    robi
    wrote on last edited by
    #2

    what is the full path of the file you edited?

    Life of sky tech

    brianbB 1 Reply Last reply
    0
  • brianbB Offline
    brianbB Offline
    brianb
    replied to robi on last edited by
    #3

    @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

    robiR 1 Reply Last reply
    0
  • robiR Offline
    robiR Offline
    robi
    replied to brianb on last edited by
    #4

    @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 sky tech

    1 Reply Last reply
    0
  • girishG Offline
    girishG Offline
    girish Staff
    replied to brianb on last edited by
    #5

    @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
        }
    }
    
    brianbB 1 Reply Last reply
    2
  • brianbB Offline
    brianbB Offline
    brianb
    replied to girish on last edited by
    #6

    @girish said in Enable enableDeveloperExperiments:

    enableDeveloperExperiments

    moving it outside privacy worked, thank you!

    1 Reply Last reply
    1
  • nebulonN nebulon marked this topic as a question on
  • nebulonN nebulon has marked this topic as solved on

  • Login

  • Don't have an account? Register

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

  • Don't have an account? Register

  • Login or register to search.