Compare commits

...

2 Commits

Author SHA1 Message Date
community-scripts-pr-app[bot]
44a4c97a4c Update CHANGELOG.md (#14773)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-28 09:13:22 +00:00
github-actions[bot]
8c9477506c chore(ct): sync adventurelog defaults with PocketBase (#14772) 2026-05-28 11:12:52 +02:00
2 changed files with 5 additions and 1 deletions

View File

@@ -481,6 +481,10 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
- Yamtrack: migrate to uv [@MickLesk](https://github.com/MickLesk) ([#14767](https://github.com/community-scripts/ProxmoxVE/pull/14767))
### ❔ Uncategorized
- chore(ct): sync adventurelog defaults with PocketBase [@github-actions[bot]](https://github.com/github-actions[bot]) ([#14772](https://github.com/community-scripts/ProxmoxVE/pull/14772))
## 2026-05-27
### 🆕 New Scripts

View File

@@ -9,7 +9,7 @@ APP="AdventureLog"
var_tags="${var_tags:-traveling}"
var_disk="${var_disk:-7}"
var_cpu="${var_cpu:-2}"
var_ram="${var_ram:-2048}"
var_ram="${var_ram:-4096}"
var_os="${var_os:-debian}"
var_version="${var_version:-13}"
var_arm64="${var_arm64:-no}"