20 May 2024 |
@genghiz:talk.go7box.xyz | Wouldn't mind | 12:30:04 |
@genghiz:talk.go7box.xyz | Tho | 12:30:07 |
@genghiz:talk.go7box.xyz | You'll have to give me a few hours to have a first stab at it. | 12:30:19 |
Pol | Oki | 12:30:25 |
Pol | I might have very limited availability in the upcoming days, got some personal stuff to finish by the end of September :S | 12:30:53 |
@genghiz:talk.go7box.xyz | Not an issue, I'll see what I can do. | 12:31:19 |
Pol | Merci :) | 12:32:06 |
Pol | Could be a really fun thing to do actually | 12:32:16 |
Pol | Drupal is a nice CMS, rock solid, and having it as a service in Nix could be a huge plus. | 12:32:35 |
@genghiz:talk.go7box.xyz | Agreed | 12:32:46 |
@genghiz:talk.go7box.xyz | :) | 12:32:47 |
@genghiz:talk.go7box.xyz | Though I'll be honest on my personal servers I try to stay off of PHP as much as possible. | 12:33:01 |
@genghiz:talk.go7box.xyz | I used to use privatebin but migrated to microbin just to get off. The need for a web server in front instead of something like haproxy is a but annoying. | 12:33:37 |
@genghiz:talk.go7box.xyz | * I used to use privatebin but migrated to microbin just to get off. The need for a web server in front instead of something like haproxy is a bit annoying. | 12:33:41 |
Pol | I was also very much involved in the PHP world... until I discovered Nix. | 12:33:57 |
Pol | I don't remember the last time I did some PHP to be honest. | 12:34:08 |
@genghiz:talk.go7box.xyz | Haha | 12:34:13 |
@genghiz:talk.go7box.xyz | I think something like nginx unit might be a good way to solve this issue | 12:34:38 |
Pol | I prefer Caddy ;) | 12:35:02 |
@genghiz:talk.go7box.xyz | Caddy doesn't have builtin PHP support tho | 12:36:38 |
@genghiz:talk.go7box.xyz | I think nginx unit does | 12:36:59 |
@genghiz:talk.go7box.xyz | (Even I prefer caddy, I think having good defaults is so much better than anything else) | 12:37:25 |
Pol | It's super easy to setup in Caddy | 12:37:53 |
Pol | Example in here: https://code.europa.eu/pol/nix-oci-image-tutorial/ | 12:38:02 |
@genghiz:talk.go7box.xyz | No that's fine enough, but it requires two services instead of one | 12:40:29 |
@genghiz:talk.go7box.xyz | Like, something like gitea/forgejo can run without a webserver. All it needs is a reverse proxy in most cases. | 12:40:50 |
@genghiz:talk.go7box.xyz | That's just an easier setup to take care of. | 12:41:00 |
Pol | Ooh then you want FrankenPHP :) | 12:42:11 |
Pol | https://frankenphp.dev/ | 12:42:21 |
@genghiz:talk.go7box.xyz | :O | 12:43:06 |