Compare commits

..

4 Commits

Author SHA1 Message Date
Michel Roegl-Brunner
fcb589e0ca
Merge 00e73e369d into 84b982ffa8 2025-01-28 09:22:59 +01:00
community-scripts-pr-app[bot]
84b982ffa8
Update CHANGELOG.md (#1790)
Some checks are pending
Auto Update .app-files / update-app-files (push) Waiting to run
Shellcheck / Shellcheck (push) Waiting to run
Create Changelog Pull Request / update-changelog-pull-request (push) Waiting to run
Frontend CI/CD / build (push) Waiting to run
Frontend CI/CD / deploy (push) Blocked by required conditions
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-27 21:42:01 +01:00
Saif
53c7ab19f8
Update frontend alpine-vaultwarden hdd size and OS version (#1789)
* Update alpine-vaultwarden hdd size

* Increase version

---------

Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
2025-01-27 21:41:15 +01:00
Saif
d13c1e5722
Increase default var_disk size (#1788) 2025-01-27 21:38:02 +01:00
3 changed files with 5 additions and 3 deletions

View File

@ -27,10 +27,12 @@ Do not break established syntax in this file, as it is automatically updated by
### 🚀 Updated Scripts
- Increase alpine-vaultwarden default var_disk size [@nayzm](https://github.com/nayzm) ([#1788](https://github.com/community-scripts/ProxmoxVE/pull/1788))
- Added change of the mobile GUI to disable nag request [@GarryG](https://github.com/GarryG) ([#1785](https://github.com/community-scripts/ProxmoxVE/pull/1785))
### 🌐 Website
- Update frontend alpine-vaultwarden hdd size and OS version [@nayzm](https://github.com/nayzm) ([#1789](https://github.com/community-scripts/ProxmoxVE/pull/1789))
- Website: Add Description for Metadata Categories [@MickLesk](https://github.com/MickLesk) ([#1783](https://github.com/community-scripts/ProxmoxVE/pull/1783))
- [Fix] Double "VM" on website (Arch Linux) [@lasharor](https://github.com/lasharor) ([#1782](https://github.com/community-scripts/ProxmoxVE/pull/1782))

View File

@ -9,7 +9,7 @@ APP="Alpine-Vaultwarden"
var_tags="alpine;vault"
var_cpu="1"
var_ram="256"
var_disk="0.3"
var_disk="0.5"
var_os="alpine"
var_version="3.20"
var_unprivileged="1"

View File

@ -31,9 +31,9 @@
"resources": {
"cpu": 1,
"ram": 256,
"hdd": 0.3,
"hdd": 0.5,
"os": "alpine",
"version": "3.19"
"version": "3.20"
}
}
],