Nathan

Results 10 issues of Nathan

**Is your feature request related to a problem? Please describe.** This scenario can seem a bit weird, but actually it's not. The no-cookie environment can be crawling bots, social embeds...

enhancement

### Description The default password is great, but I'd like to change it to use a team variable. But changing the password does not seem possible. The end goal here...

🐛 Bug
🔧 Improvement
🚧 Next
🐞 Confirmed Bug
✅ Done

### Description I need to access the ipv6 of an app running in a container. But the network does not seem to be able to access those ips. I can...

🚀 Improvement

> Always use `next` branch as destination branch for PRs, not `main` This mr add 4 new default env vars and expose them to log drain: - `COOLIFY_APP_NAME` - `COOLIFY_PROJECT_NAME`...

### Description I observed many lag spike every hour and by investigating I found this: The spike takes 30% of all cores. And even 100% on a small machine with...

🐞 Bug

> Always use `next` branch as destination branch for PRs, not `main` Step toward https://github.com/coollabsio/coolify/discussions/3222 (2nd point) How to test it: 1. Have two servers registered (you can have two...

> Always use `next` branch as destination branch for PRs, not `main` While investigating for https://github.com/coollabsio/coolify/issues/3226, I found that the `checkLogDrainContainer` method was always called, even if the log drain...

### Error Message and Logs No error, the deploy logs run `sudo docker rm -f [appName]` without running stop before. If I try locally with an old version like [v4.0.0-beta.341](https://github.com/coollabsio/coolify/releases/tag/v4.0.0-beta.341)...

🐛 Bug
🐞 Confirmed Bug

**What version of this package are you using?** 2.6.2 **What happened?** In NextJS 15: https://nextjs.org/blog/next-15#async-request-apis-breaking-change params should be awaited. and currently that's not the case: https://github.com/aralroca/next-translate-plugin/blob/99c1faefcd7167a7caa309f2affc7d0d807a76e4/src/templateAppDir.ts#L102 **What did you expect...

### Description My docker compose is something like this: ```yaml version: '3.8' services: redis: image: 'redis:7.4.0-alpine' container_name: redis network_mode: host volumes: - './redis-data:/data:rw' - ./redis.conf:/etc/redis/redis.conf:ro ``` the config file is...