Problem
Fusion users cannot currently install the app directly from its repository through Cloud in a Bottle. The platform expects a root cloudinabottle.toml and a source-buildable container target.
Proposed Solution
Would you accept a contribution adding this support? I have a focused implementation that builds the frontend and backend from source, serves Fusion on port 8080, and stores its SQLite database in persistent app data. Existing password and database settings still take precedence.
Alternatives Considered
An external wrapper could provide the manifest, but it would separate deployment updates from Fusion's repository.
Additional Context
The existing Fly.io and Railway options are unchanged.
Problem
Fusion users cannot currently install the app directly from its repository through Cloud in a Bottle. The platform expects a root
cloudinabottle.tomland a source-buildable container target.Proposed Solution
Would you accept a contribution adding this support? I have a focused implementation that builds the frontend and backend from source, serves Fusion on port 8080, and stores its SQLite database in persistent app data. Existing password and database settings still take precedence.
Alternatives Considered
An external wrapper could provide the manifest, but it would separate deployment updates from Fusion's repository.
Additional Context
The existing Fly.io and Railway options are unchanged.