• HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Get in touch
    Get in touch
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    • Sign in
    • Start free trial
    • Get in touch
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    • Documentation
      • Home
      • Read API
      • Write API
      • Plugin Development
    1. Home
    2. Aeterna
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Aeterna

    @Aeterna

    0
    Reputation
    341
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website www.aeterna.nl/

    Aeterna Unfollow Follow

    Latest posts made by Aeterna

    • RE: [nodebb-plugin-openfantasy] Full-fledged RPG system for NodeBB

      @a_5mith
      This would make sense, but it then results in images not loading and a persistent "connecting...".
      There are then calls being made on the url (which in my case would be https://community.aeterna.nl:4567). I see the tcp connections; but there is no response from nodebb.

      It simply times out.
      I also tried rebinding nginx to also listen on the outside ip port 4567 to proxy connections through to 127.0.0.1 where nodebb would reside; however this changed nothing.

      posted in NodeBB Plugins
      Aeterna
      Aeterna
    • RE: [nodebb-plugin-openfantasy] Full-fledged RPG system for NodeBB

      Just installed openfantasy after upgrading to nodebb 0.7.0-dev, i noticed that images were not working.
      I saw that it was trying to load images from localhost:4567/plugins/nodebb-plugin-openfantasy/static/images/.

      This was caused by the following line in node_modules/nodebb-plugin-openfantasy/openfantasy.js:

      var constants = Object.freeze({
      "image_path": nconf.get('url') + "/plugins/nodebb-plugin-openfantasy/static/images/"
      });

      Because I'm running nginx as a proxy to force ssl it couldn't get the correct url, I simply hacked the url into it as such, of course fill in your own url:
      var constants = Object.freeze({
      "image_path": "https://community.aeterna.nl" + "/plugins/nodebb-plugin-openfantasy/static/images/"
      });

      I'll see if I can find a better fix for this in the meanwhile.

      posted in NodeBB Plugins
      Aeterna
      Aeterna

    Get Started

    • Product
    • Pricing

    Resources

    • Demo Site
    • Answers
    • Docs
    • Bug Bounty

    Company

    • About
    • Blog
    • Contact
    Start Free Trial
    Github Facebook Instagram Twitter
    © 2014 – 2022 NodeBB, Inc. — Made in Canada.
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact
    Menu
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact