force gitea sync
This commit is contained in:
@@ -9,7 +9,7 @@ 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 |
|
||||||
@@ -96,7 +96,7 @@ 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.) |
|
||||||
@@ -115,7 +115,7 @@ 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") |
|
||||||
|
|||||||
@@ -395,7 +395,7 @@ select_storage() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# MAIN EXECUTION
|
# MAIN
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
header_info
|
header_info
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user