Romke van Dijk
                                            Romke van Dijk
                                        
                                    Workaround: you can add a custom php.ini to the docker volume and mount that over `/usr/local/etc/php/conf.d/custom.ini` ``` services: hashtopolis-backend: container_name: hashtopolis-backend image: hashtopolis/backend:latest restart: always volumes: - hashtopolis:/usr/local/share/hashtopolis:Z - somelocalpath/myphp.ini:/usr/local/etc/php/conf.d/custom.ini:Z...
Currently it is possible to set the priority in the SuperTask of the pretast which are part of it. Agents will then first work on the pretask with the highest...
Fixed in 0.14.2
On discord there has been a discussion on this topic as well. Between @roycewilliams @s3inlc @evilmog @evilmog >So I have one request for the next version of hashtopolis, sso open...
Discussed with @rixvet @s3inlc to start implementing cursor pagination: https://jsonapi.org/profiles/ethanresnick/cursor-pagination/ using the JSON API.
This can only be done after the UI is dropped
I am trying to get some feedback from other via discussion to vote for that naming of the TaskWrapper stuff: https://github.com/hashtopolis/server/discussions/1005
Also looks like there is a standard for this: https://datatracker.ietf.org/doc/html/rfc5988 The current status of this item: In the current dev branch there is some pagination, however the server will fetch...
Thanks for your contribution! Sorry for the late response. There have been multiple discussion on simlar topic before: should we add device management to Hashtopolis (Like wake-on lan support). If...
Good point, I guess we have to add some environment variables to configure the dockerfile.