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


Skip to content

Apache Answer

7 Topics 65 Posts
  • Apache Answer - Package Updates

    Pinned
    20
    1 Votes
    20 Posts
    6k Views
    Package UpdatesP
    [1.6.1] Update answer to 1.7.1 Full Changelog New: SchemaForm Input always a string (@shuashuai #1425) New: <input type="number"> needs to set the min|max values on the front-end when necessary (@Dinesht04 #1417) Fixed: Getting Language file not found. error when trying to change the Timezone in the admin settings (@LinkinStars #1427) Fixed: 500 error on opening any question (@shuashuai @LinkinStars #1426) Fixed: Edited answers do not update after moderation (@LinkinStars #1423) Fixed: After installation, the default-generated Q&A does not have initial version information when edited (@krypt0n123 #1436) Fixed: Multi-byte rune boundary issue when cutting long titles (@ferhatelmas #1431) Fixed: Null pointer access in UI when getting branding fails (@ferhatelmas #1433 Fixed: Right language handler usage (GetLangByCtx) for proper language detection (@liruohrh #1444
  • Unable to overwrite when adding data to the language file

    6
    1 Votes
    6 Posts
    1k Views
    J
    If you want translations that are different from upstream, you have to build your own package . The source code of the package is here git.cloudron.io/packages/apache-answer-app
  • How to use plugins?

    8
    3 Votes
    8 Posts
    2k Views
    robiR
    I just installed this for the MeiliSearch plugin and it's amazingly a single command: ./answer build --with github.com/apache/answer-plugins/search-meilisearch You have to add more RAM to the app to build anything than the default 256M but it goes out grabs the NodeJS source, compiles it, then slurps it up into the Go binary and dumps out a new_answer. It even cleans up the build files! Impressive, and I assume all their plugins are as flawless. So why not enable a few more plugins for everyone? The next question is can we use MeiliSearch for other apps via this one, since it makes it so easy.
  • Apache Answer throws OpenID connect error

    20
    0 Votes
    20 Posts
    4k Views
    nebulonN
    tracking down changes in the package, that URI hasn't actually changed at all through an update or so. Did you maybe happen to manually configure OpenID integration at some point?
  • User Access

    4
    1 Votes
    4 Posts
    1k Views
    J
    @jdaviescoates Dang! Missed that! Thanks very much for the reply.
  • Apache Answer is Here to Help!

    4
    4 Votes
    4 Posts
    2k Views
    T
    It this an open source quora alternative? or is it a community forum like NodeBB and Discourse?
  • Adding new users throws 500 error

    Solved
    3
    1
    1 Votes
    3 Posts
    621 Views
    girishG
    @luckow switched to MySQL. Please reinstall. Should work now.