Bart Feenstra
Bart Feenstra
When the `betty.plugin.nginx.Nginx` plugin's `https` configuration is set to `null` or `true`, nginx configuration is generated with an SSL/HTTP2 server, which is invalid until someone manually adds `ssl_*` directives. Instead,...
The nginx configuration cannot work for the host and the Docker image simultaneously, because both need different `root` paths. The solution is to generate two different `nginx.conf.j2` files: one for...
Windows 10, when serving a site, the warning `Error while fetching server API version: (2, 'CreateFile', 'The system cannot find the file specified.')` appears in the logs. This could be...
## Definition of Done - filters - depth - entity type - specific associations only - replace `functools.walk()`
Usernames are processed in a case-insensitive way for a good reason (maintainers often make capitalization errors), but this also means that people with the same names but different capitalization share...
Would it be feasible to convert this container to something usable in production as well? It would greatly reduce people's pains in trying to run Mycroft on platforms other than...
This fixes https://github.com/bartfeenstra/betty/issues/1373 ## To do - collect service dependencies - add a rebuild API and implement it for service dependencies - ensure full coverage for newly added code ##...
This fixes https://github.com/bartfeenstra/betty/issues/1328 ## Blocked by - https://github.com/pyinstaller/pyinstaller/pull/8198
This fixes https://github.com/bartfeenstra/betty/issues/1326