feat(install): improve installer with version selection, service restart handling, and upgrade documentation

This commit is contained in:
2026-03-15 12:24:48 +00:00
parent 09534fd899
commit 793fb18b43
5 changed files with 302 additions and 171 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/onebox',
version: '1.12.1',
version: '1.13.0',
description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers'
}