Write instructions for creating new apps #9

Closed
opened 2026-04-18 20:36:39 +02:00 by robert · 1 comment
Collaborator

in the apps folder, create a README file that explains how to create an app from a docker image.
Files to include:

  • .env.example
  • docker-compose.yml
  • icon.svg
  • manifest.json

See furtka/apps/fileshare

in the apps folder, create a README file that explains how to create an app from a docker image. Files to include: - .env.example - docker-compose.yml - icon.svg - manifest.json See furtka/apps/fileshare
Owner

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.

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.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: daniel/furtka#9
No description provided.