Compare commits

..

3 Commits

Author SHA1 Message Date
github-actions[bot]
7185a3c324 chore(ct): sync sparkyfitness defaults from PocketBase 2026-06-04 09:04:53 +00:00
community-scripts-pr-app[bot]
d8bba89af2 Update CHANGELOG.md (#14923)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-04 05:19:30 +00:00
Slaviša Arežina
f8195a0052 remove extra text (#14905) 2026-06-04 07:19:02 +02:00
3 changed files with 10 additions and 2 deletions

View File

@@ -470,6 +470,14 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
</details>
## 2026-06-04
### 🚀 Updated Scripts
- #### 🔧 Refactor
- Grist: remove extra text at the end of installation [@tremor021](https://github.com/tremor021) ([#14905](https://github.com/community-scripts/ProxmoxVE/pull/14905))
## 2026-06-03
### 🚀 Updated Scripts

View File

@@ -74,4 +74,4 @@ description
msg_ok "Completed successfully!\n"
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
echo -e "${INFO}${YW}Access it using the following URL:${CL}"
echo -e "${GATEWAY}${BGN}Grist: http://${IP}:8484${CL}"
echo -e "${GATEWAY}${BGN}http://${IP}:8484${CL}"

View File

@@ -9,7 +9,7 @@ APP="SparkyFitness"
var_tags="${var_tags:-health;fitness}"
var_cpu="${var_cpu:-2}"
var_ram="${var_ram:-2048}"
var_disk="${var_disk:-4}"
var_disk="${var_disk:-7}"
var_os="${var_os:-debian}"
var_version="${var_version:-13}"
var_arm64="${var_arm64:-no}"