import { setupManifest } from '@start9labs/start-sdk' import { long, short } from './i18n' export const manifest = setupManifest({ id: 'spark-control', title: 'Spark Control', license: 'MIT', packageRepo: 'https://github.com/grant/spark-control', upstreamRepo: 'https://github.com/grant/spark-control', marketingUrl: 'https://github.com/grant/spark-control', donationUrl: 'https://github.com/grant/spark-control', docsUrls: [], description: { short, long }, volumes: ['main'], images: { 'spark-control': { source: { dockerBuild: { dockerfile: '../image/Dockerfile', workdir: '..', }, }, arch: ['x86_64', 'aarch64'], }, }, alerts: { install: null, update: null, uninstall: null, restore: null, start: null, stop: null, }, dependencies: {}, })