Recent content by DNF-SaS

  1. DNF-SaS

    XF 2.2 Fill multi-value custom thread field using API

    Thats it! :-) Thanks all for the super fast help! :-)
  2. DNF-SaS

    XF 2.2 Fill multi-value custom thread field using API

    Unfortunately, no. Posting custom_fields[MyField]=Value1&custom_fields[MyField]=Value2 results only in Value2.
  3. DNF-SaS

    XF 2.2 Fill multi-value custom thread field using API

    Hi, can anybody give a cURL-example how to fill a multi-value custom thread field using the REST-API? A single value works, but when using multiple values, only the last one get stored. Thanks Sascha
  4. DNF-SaS

    XF 2.2 Using JSON for POSTing possible?

    Hi, is it possible to POST data as JSON to the API (instead of UrlEncoded)? Thanks Sascha
  5. DNF-SaS

    Anyone hosting XF via Docker?

    First, thanks for the detailed answer! With 'simplest' I mean it in context of running one instance of the forum - so super-lightweight does not matter. If anybody wants to host many instances for customers, then a specific custom setup will be made in any case. My question was more about...
  6. DNF-SaS

    Anyone hosting XF via Docker?

    Docker helps reducing dependency-issues on OS level and centralizing config data. Seems that I have to create it without official help.
  7. DNF-SaS

    Anyone hosting XF via Docker?

    I would prefer the leanest setup for the official docker image / docker-compose setup. Somebody who needs an ES cluster has the resources to modify everything to his personal need. Others (like me) who want to run a small community are thankful for a turnkey-solution :)
  8. DNF-SaS

    Lack of interest Official Docker Images

    As an alternative, you could even place a licensefile into the container using a volume. So, no official docker images / docker-compose.yml ? :-(
  9. DNF-SaS

    Anyone hosting XF via Docker?

    This leads to a 404 :-(
  10. DNF-SaS

    XF 2.2 Docker deployment

    Hi, I have just bought a license for a self-hosted instance. It should be deployed using docker - are there any details / official docker-compose.yml available? Thanks in advance Sascha
Back
Top Bottom