Write instructions for creating new apps #9
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
in the apps folder, create a README file that explains how to create an app from a docker image.
Files to include:
See furtka/apps/fileshare
Done in cd693a5 — apps/README.md documents the four required files (manifest.json, docker-compose.yaml, .env.example, icon.svg) with the rules enforced by furtka/manifest.py, volume namespacing, .env.example guardrails (PLACEHOLDER_SECRETS), SVG sanitiser limits, and a furtka app install test flow. Reference app remains apps/fileshare/. Ships with the next push.