This commit is contained in:
2025-11-18 00:03:24 +00:00
parent 246a6073e0
commit 8f538ab9c0
50 changed files with 12836 additions and 531 deletions

12
ts/info.ts Normal file
View File

@@ -0,0 +1,12 @@
/**
* Project information and version
*/
import denoConfig from '../deno.json' with { type: 'json' };
export const projectInfo = {
name: denoConfig.name,
version: denoConfig.version,
description: 'Self-hosted container platform with automatic SSL and DNS',
repository: 'https://code.foss.global/serve.zone/onebox',
};