Stavros Kois

Results 270 comments of Stavros Kois

I'm closing this issue as `Machinaris` will no longer be maintained officially. Thanks

@EugeneOne1 Hello, healthcheck does not account for the `--port` flag when it's not yet run through the wizard. https://github.com/AdguardTeam/AdGuardHome/blob/132ec556dc206c7f4453b194d58112944b5b96db/docker/healthcheck.sh#LL25C27-L25C31

@EugeneOne1 I haven't noticed anything else yet. But currently working on [adding it as an app to TrueNAS SCALE](https://github.com/truenas/charts/pull/1061). I'll let you know if I find anything

Is there a blocker for this issue? It would solve a lot of confusion and struggle out there for people trying to setup notify_push. Also reduce the amount of questions...

Hey, just going to leave some notes! Using `PUID` and `PGID` means that the container have to run as root and then drop privileges to the specified PUID/PGID. While using...

Same on Next 14. (I had to enable experimental webpack builder) ``` experimental: { webpackBuildWorker: true, }, ```

> > Same on Next 14. (I had to enable experimental webpack builder) > > ``` > > experimental: { > > webpackBuildWorker: true, > > }, > > ```...

Hello, this is the [config-variables](https://github.com/truenas/charts/blob/308b345ab6e94ccb673f34094cef2ada8cbec1bc/community/n8n/1.2.21/templates/_configuration.tpl#L74-L84) And here is the [runAs context](https://github.com/truenas/charts/blob/308b345ab6e94ccb673f34094cef2ada8cbec1bc/community/n8n/1.2.21/templates/_n8n.tpl#L15-L18) (user supplies the actual value, but 568 was working until know. The error doesn't really complain about the data...

Sure, no rush! I couldn't find any direct calls to os.userInfo() in your codebase, I assume its being done from another package. Depending on how it is structured, it might...