Is your feature request related to a problem? Please describe.
FileRise cannot currently be installed directly from its repository on Cloud in a Bottle, which uses a root cloudinabottle.toml manifest.
Describe the solution you'd like
Would you accept a contribution adding this deployment target? I have a working implementation that builds the current container, exposes FileRise on port 80, and places uploads, users, metadata, and generated key material in persistent app storage. Public share links continue to work through FileRise's own access controls.
Describe alternatives you've considered
The integration could remain in an external wrapper repository, but an in-tree manifest provides a simpler update path.
Additional context
Existing container deployments are unchanged.
Is your feature request related to a problem? Please describe.
FileRise cannot currently be installed directly from its repository on Cloud in a Bottle, which uses a root
cloudinabottle.tomlmanifest.Describe the solution you'd like
Would you accept a contribution adding this deployment target? I have a working implementation that builds the current container, exposes FileRise on port 80, and places uploads, users, metadata, and generated key material in persistent app storage. Public share links continue to work through FileRise's own access controls.
Describe alternatives you've considered
The integration could remain in an external wrapper repository, but an in-tree manifest provides a simpler update path.
Additional context
Existing container deployments are unchanged.