angristan / angristan/larafeed
Error : Laravel Octane FrankenPHP fails to start - Unable to locate configuration file
- Dominant language
- TypeScript
- Stars
- 66
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
### ๐ Larafeed Homelab Setup Issue - FrankenPHP Configuration Missing
### ๐ Context
I'm trying to run Larafeed on my homelab setup with the following configuration:
- ๐ณ Standalone Docker deployment
- ๐ง Komodo installed for management
- ๐ Tailscale with TSD for networking
### โ๏ธ My Configuration
**Docker Compose**: [docker-compose.yml](https://github.com/user-attachments/files/24408472/docker-compose.yml)
- โ Removed `external_network `(didn't think I needed it?)
- โ
Added TSD configuration for Tailscale compatibility
**Environment**: Using `deploy/.env.compose` with modified:
- `APP_URL`
- `IMGPROXY_URL`
### ๐ The Problem
All containers start successfully... **except** the web-1 container! ๐
After the migration completes, I'm getting this error:
```
web-1 | โ
INFO Nothing to migrate.
web-1 | โ [2026-01-02 15:00:50] production.ERROR: Unable to locate specified configuration file.
web-1 | {"exception":"[object] (InvalidArgumentException(code: 0):
Unable to locate specified configuration file.
at /var/www/html/vendor/laravel/octane/src/Commands/StartFrankenPhpCommand.php:158)
```
**Key stacktrace:**
```
#0 StartFrankenPhpCommand.php(91): configPath()
#1 BoundMethod.php(36): StartFrankenPhpCommand->handle()
```
### ๐ค My Thoughts
It seems related to:
- ๐ The Caddyfile configuration, or
- โก FrankenPHP's INI settings
But I can't figure out what needs to be corrected! ๐ซค
### โ Question
Does anyone know what configuration file I might be missing? Any ideas on how to properly set up the FrankenPHP configuration for this setup?
Thanks in advance! ๐
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.