Compare commits

..

No commits in common. "0e1f46b147ff96f7998bcd23cbd2eaeff73d74ab" and "b805a9eb7134227d46545f05150c33a2569b57f9" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ git push origin your-feature-branch
``` ```
### 6. Create a Pull Request ### 6. Create a Pull Request
Open a PR from your feature branch to the main repository branch. You may only include your AppName.sh, AppName-instal.sh and AppName.json files in the pull request. Open a PR from your feature branch to the main repository branch
--- ---

View File

@ -58,7 +58,7 @@ Example:
>| Variable | Description | Notes | >| Variable | Description | Notes |
>|----------|-------------|-------| >|----------|-------------|-------|
>| `APP` | Application name | Must match ct\AppName.sh | >| `APP` | Application name | Must match ct\AppName.sh |
>| `TAGS` | Proxmox display tags without Spaces, only ; | Limit the number | >| `TAGS` | Proxmox display tags | Limit the number |
>| `var_cpu` | CPU cores | Number of cores | >| `var_cpu` | CPU cores | Number of cores |
>| `var_ram` | RAM | In MB | >| `var_ram` | RAM | In MB |
>| `var_disk` | Disk capacity | In GB | >| `var_disk` | Disk capacity | In GB |