How are timestamps managed in NodeBB?

Technical Support

Suggested Topics


  • NodeBB Assets - Object Storage

    Unsolved Technical Support
    98
    0 Votes
    98 Posts
    3k Views

    @phenomlab the postbuild script will only run when you execute ./nodebb build via npm run build as that has the logic to execute the postbuild step. The postbuild script should probably be modified to only sync the build/public folder after the initial sync. There should be no need to sync public with every build unless the version of nodebb changes. All new uploads would already be stored in the S3/R2 bucket by the s3 upload plugin.

    So a npm run build init for the initial sync that includes all static assets, and then just npm run build that only syncs the rebuilt assets such as templates , plugins etc.

  • 0 Votes
    3 Posts
    664 Views

    @giggiux I want to store the configuration/settings into SCM so that in the worst case scenario we can rebuild the instance. And i don't want to clone the datasets either

  • 0 Votes
    23 Posts
    5k Views

    @abhinov-singh

    @PitaJ
    have done same things as @abhinov-singh but my forum is working on when writing :4567?
    how to point it to main domain?

  • 0 Votes
    7 Posts
    3k Views

    @julian Not sure if related, but 2FA isn't working again for whatever version community.nodebb is running right now, I just tried to disable 2FA and nothing happens (Trying to port over my codes to a new device)

  • Using NodeBB with AngularJS

    Unsolved Technical Support
    3
    1 Votes
    3 Posts
    1k Views

    Some others have asked about it as well. I tried to do it but was unsuccessful. I think the problem is RequireJS, it might work with the proper configuration of requirejs and angular, but I haven't been able to figure it out.