mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-31 20:59:36 +02:00
Compare commits
6 Commits
MickLesk-p
...
fix/flatno
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7a589a3ab5 | ||
|
|
e1f4944122 | ||
|
|
9c06910526 | ||
|
|
d3feeb4900 | ||
|
|
4926d426a8 | ||
|
|
7fea6cc9eb |
@@ -479,8 +479,13 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
|
|||||||
- #### 🐞 Bug Fixes
|
- #### 🐞 Bug Fixes
|
||||||
|
|
||||||
- Fix lobehub docker path [@dannyyy](https://github.com/dannyyy) ([#14793](https://github.com/community-scripts/ProxmoxVE/pull/14793))
|
- Fix lobehub docker path [@dannyyy](https://github.com/dannyyy) ([#14793](https://github.com/community-scripts/ProxmoxVE/pull/14793))
|
||||||
|
- karakeep: add more hdd space [@MickLesk](https://github.com/MickLesk) ([#14797](https://github.com/community-scripts/ProxmoxVE/pull/14797))
|
||||||
- Grist: Revert installation of EE [@tremor021](https://github.com/tremor021) ([#14784](https://github.com/community-scripts/ProxmoxVE/pull/14784))
|
- Grist: Revert installation of EE [@tremor021](https://github.com/tremor021) ([#14784](https://github.com/community-scripts/ProxmoxVE/pull/14784))
|
||||||
|
|
||||||
|
- #### 🔧 Refactor
|
||||||
|
|
||||||
|
- Sure: Remove `$STD` for `systemctl enable -q` [@tremor021](https://github.com/tremor021) ([#14801](https://github.com/community-scripts/ProxmoxVE/pull/14801))
|
||||||
|
|
||||||
## 2026-05-28
|
## 2026-05-28
|
||||||
|
|
||||||
### 🚀 Updated Scripts
|
### 🚀 Updated Scripts
|
||||||
|
|||||||
@@ -47,6 +47,7 @@ function update_script() {
|
|||||||
$STD npm run build
|
$STD npm run build
|
||||||
cd /opt/flatnotes
|
cd /opt/flatnotes
|
||||||
rm -f uv.lock
|
rm -f uv.lock
|
||||||
|
sed -i 's/^name = ""$/name = "flatnotes"/' pyproject.toml
|
||||||
$STD /usr/local/bin/uvx migrate-to-uv
|
$STD /usr/local/bin/uvx migrate-to-uv
|
||||||
$STD /usr/local/bin/uv sync
|
$STD /usr/local/bin/uv sync
|
||||||
msg_ok "Updated Flatnotes"
|
msg_ok "Updated Flatnotes"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ APP="karakeep"
|
|||||||
var_tags="${var_tags:-bookmark}"
|
var_tags="${var_tags:-bookmark}"
|
||||||
var_cpu="${var_cpu:-2}"
|
var_cpu="${var_cpu:-2}"
|
||||||
var_ram="${var_ram:-4096}"
|
var_ram="${var_ram:-4096}"
|
||||||
var_disk="${var_disk:-10}"
|
var_disk="${var_disk:-15}"
|
||||||
var_os="${var_os:-debian}"
|
var_os="${var_os:-debian}"
|
||||||
var_version="${var_version:-13}"
|
var_version="${var_version:-13}"
|
||||||
var_arm64="${var_arm64:-no}"
|
var_arm64="${var_arm64:-no}"
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ EOF
|
|||||||
msg_ok "Updated Sure"
|
msg_ok "Updated Sure"
|
||||||
|
|
||||||
msg_info "Starting Services"
|
msg_info "Starting Services"
|
||||||
$STD systemctl start sure sure-worker
|
systemctl start sure sure-worker
|
||||||
msg_ok "Started Services"
|
msg_ok "Started Services"
|
||||||
msg_ok "Updated successfully!"
|
msg_ok "Updated successfully!"
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ NODE_VERSION="22" setup_nodejs
|
|||||||
|
|
||||||
msg_info "Setting up Flatnotes"
|
msg_info "Setting up Flatnotes"
|
||||||
cd /opt/flatnotes
|
cd /opt/flatnotes
|
||||||
|
sed -i 's/^name = ""$/name = "flatnotes"/' pyproject.toml
|
||||||
$STD /usr/local/bin/uvx migrate-to-uv
|
$STD /usr/local/bin/uvx migrate-to-uv
|
||||||
$STD /usr/local/bin/uv sync
|
$STD /usr/local/bin/uv sync
|
||||||
mkdir -p /opt/flatnotes/data
|
mkdir -p /opt/flatnotes/data
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ StandardError=journal
|
|||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
EOF
|
EOF
|
||||||
$STD systemctl enable -q --now sure sure-worker
|
systemctl enable -q --now sure sure-worker
|
||||||
msg_ok "Created Services"
|
msg_ok "Created Services"
|
||||||
|
|
||||||
motd_ssh
|
motd_ssh
|
||||||
|
|||||||
Reference in New Issue
Block a user