force gitea sync

This commit is contained in:
CanbiZ (MickLesk)
2026-03-12 09:18:29 +01:00
parent 19cc18037c
commit 37e53c19ec
2 changed files with 24 additions and 24 deletions

View File

@@ -8,12 +8,12 @@ The App Deployer VM bridges the gap between CT install scripts (`install/*.sh`)
### Supported Operating Systems ### Supported Operating Systems
| OS | Version | Codename | Cloud-Init | | OS | Version | Codename | Cloud-Init |
| ---- | --------- | ---------- | ------------ | | ------ | --------- | -------- | ---------- |
| Debian | 13 | Trixie | Optional | | Debian | 13 | Trixie | Optional |
| Debian | 12 | Bookworm | Optional | | Debian | 12 | Bookworm | Optional |
| Ubuntu | 24.04 LTS | Noble | Required | | Ubuntu | 24.04 LTS | Noble | Required |
| Ubuntu | 22.04 LTS | Jammy | Required | | Ubuntu | 22.04 LTS | Jammy | Required |
## Usage ## Usage
@@ -95,12 +95,12 @@ The update mechanism reuses the existing CT script logic. Since `pveversion` is
### Files ### Files
| File | Purpose | | File | Purpose |
| ------ | --------- | | ----------------------- | ------------------------------------------- |
| `vm/app-deployer-vm.sh` | Main user-facing script | | `vm/app-deployer-vm.sh` | Main user-facing script |
| `misc/vm-app.func` | Core library for VM app deployment | | `misc/vm-app.func` | Core library for VM app deployment |
| `misc/vm-core.func` | Shared VM functions (colors, spinner, etc.) | | `misc/vm-core.func` | Shared VM functions (colors, spinner, etc.) |
| `misc/cloud-init.func` | Cloud-Init configuration (optional) | | `misc/cloud-init.func` | Cloud-Init configuration (optional) |
### Key Design Decisions ### Key Design Decisions
@@ -114,17 +114,17 @@ The update mechanism reuses the existing CT script logic. Since `pveversion` is
### Environment Variables (set during first-boot) ### Environment Variables (set during first-boot)
| Variable | Description | | Variable | Description |
| ---------- | ------------- | | ----------------------- | ---------------------------------- |
| `FUNCTIONS_FILE_PATH` | Full contents of `install.func` | | `FUNCTIONS_FILE_PATH` | Full contents of `install.func` |
| `APPLICATION` | App display name (e.g. "Yamtrack") | | `APPLICATION` | App display name (e.g. "Yamtrack") |
| `app` | App identifier (e.g. "yamtrack") | | `app` | App identifier (e.g. "yamtrack") |
| `VERBOSE` | "no" (silent mode) | | `VERBOSE` | "no" (silent mode) |
| `SSH_ROOT` | "yes" | | `SSH_ROOT` | "yes" |
| `PCT_OSTYPE` | OS type (debian/ubuntu) | | `PCT_OSTYPE` | OS type (debian/ubuntu) |
| `PCT_OSVERSION` | OS version (12/13/22.04/24.04) | | `PCT_OSVERSION` | OS version (12/13/22.04/24.04) |
| `COMMUNITY_SCRIPTS_URL` | Repository base URL | | `COMMUNITY_SCRIPTS_URL` | Repository base URL |
| `DEPLOY_TARGET` | "vm" (distinguishes from LXC) | | `DEPLOY_TARGET` | "vm" (distinguishes from LXC) |
### VM Directory Structure ### VM Directory Structure

View File

@@ -395,7 +395,7 @@ select_storage() {
} }
# ============================================================================== # ==============================================================================
# MAIN EXECUTION # MAIN
# ============================================================================== # ==============================================================================
header_info header_info