7806 Commits

Author SHA1 Message Date
CanbiZ (MickLesk)
9314b49775 fix(papra): extract pnpm version from packageManager field
Some checks failed
Update Versions from GitHub / update-versions (push) Has been cancelled
2026-01-21 17:45:26 +01:00
CanbiZ (MickLesk)
bff65fa631 refactor(papra): cleanup install script community-style
- Remove unnecessary vars and comments
- Use apt-get instead of apt
- Get pnpm version from package.json
- Use NODE_MODULE for pnpm setup
- Simplify service (node direct, no corepack)
- Compact .env format
2026-01-21 17:36:12 +01:00
CanbiZ (MickLesk)
dcc6ab0437 refactor(papra): persist data in /opt/papra_data
- Move db, documents, ingestion to /opt/papra_data (survives CLEAN_INSTALL)
- Use absolute paths in .env
- Preserve AUTH_SECRET across updates (stored in .auth_secret file)
2026-01-21 17:34:59 +01:00
CanbiZ (MickLesk)
aafa60de06 fix(papra): correct paths and migration command
- Move .env to /opt/papra/apps/papra-server/.env
- Create app-data dirs in server folder (relative paths work)
- Fix migration command: migration:apply -> migrate:up
- Update EnvironmentFile path in service
2026-01-21 17:34:19 +01:00
CanbiZ (MickLesk)
8a86fe5345 finalize papra 2026-01-21 16:59:49 +01:00
CanbiZ (MickLesk)
d24d9769cb fix(papra): finalize install script
- Add AUTH_SECRET env var (required by app)
- Link client dist to server public dir for frontend
- Keep BETTER_AUTH_SECRET for compatibility
2026-01-21 16:59:20 +01:00
CanbiZ (MickLesk)
7867b62647 fix(papra): show service logs on startup failure 2026-01-21 16:41:25 +01:00
CanbiZ (MickLesk)
0481d5ccf7 fix(tools): sanitize version string for filename
Replace @ and / with _ in filename to avoid invalid paths like
papra-@papra/docker@26.0.0.tar.gz
2026-01-21 16:30:55 +01:00
CanbiZ (MickLesk)
fc8433ad8b fix(tools): use codeload directly for tags with special chars (@/)
Skip failed github.com attempt entirely for scoped tags like @papra/docker@26.0.0
2026-01-21 16:19:58 +01:00
CanbiZ (MickLesk)
fe9c5d2285 fix(tools): remove partial file before fallback download attempt 2026-01-21 16:09:30 +01:00
CanbiZ (MickLesk)
665907592e fix(tools): add codeload.github.com fallback for complex tag names
- Primary URL github.com/archive/refs/tags/ tried first
- Fallback to codeload.github.com for tags with special chars (@scope/pkg@ver)
- Only encode @ in fallback URL, keep / unencoded for codeload compatibility
2026-01-21 15:59:06 +01:00
CanbiZ (MickLesk)
c2b890baa6 Improve validation and robustness in container scripts
Enhances timezone handling by mapping 'Etc/*' zones to 'host', adds stricter password validation (removing leading dashes and enforcing minimum length), and improves container ID validation. Adds storage space validation before container creation and when selecting storage. Implements retry logic and stale lock cleanup for template lock files to avoid stuck processes. Improves GitHub release fetching by adding a fallback to codeload.github.com for complex tag names.
2026-01-21 15:48:22 +01:00
CanbiZ (MickLesk)
eb4c45c9fe Big Merge -> build.func (VE) to VED Compared. 2026-01-21 14:44:57 +01:00
CanbiZ (MickLesk)
eb605f0c33 merge core from VE to VED 2026-01-21 14:35:32 +01:00
CanbiZ (MickLesk)
5827704ce8 fix source 2026-01-21 14:31:05 +01:00
CanbiZ (MickLesk)
db5e26f4f1 merge tools.func from VE to VED 2026-01-21 14:30:44 +01:00
CanbiZ (MickLesk)
f680e24aef test joplin 2026-01-21 14:26:03 +01:00
CanbiZ (MickLesk)
bc4e822b8a git 2026-01-21 12:53:54 +01:00
CanbiZ (MickLesk)
da9d8872dd finalize 2026-01-21 12:35:08 +01:00
tremor021
e449e68e7d remove joplin server 2026-01-21 11:59:06 +01:00
CanbiZ (MickLesk)
b1976c03d2 test
Some checks failed
Update Versions from GitHub / update-versions (push) Has been cancelled
Cleanup Branches (Merged or Closed) / cleanup (push) Has been cancelled
2026-01-20 08:46:51 +01:00
CanbiZ (MickLesk)
167ecf02b1 cutoff 2026-01-20 08:43:21 +01:00
CanbiZ (MickLesk)
3b7740b4cc fix filter 2026-01-20 08:41:24 +01:00
CanbiZ (MickLesk)
2f61bc994c test 2026-01-20 08:39:11 +01:00
CanbiZ (MickLesk)
25728d66cc fix loop 2026-01-20 08:37:46 +01:00
CanbiZ (MickLesk)
4ca12024b6 add checkout step 2026-01-20 08:36:00 +01:00
CanbiZ (MickLesk)
fbd38968c9 Expand branch cleanup to include closed PR branches
The workflow now deletes branches from both merged and closed pull requests older than 7 days, not just merged ones. This helps keep the repository cleaner by removing stale branches associated with closed PRs as well.
2026-01-20 08:34:36 +01:00
CanbiZ (MickLesk)
3925765f85 Create clear_old_branches.yml 2026-01-20 08:32:31 +01:00
tremor021
5edd69a60a LanguageTool: update json
Some checks failed
Update Versions from GitHub / update-versions (push) Has been cancelled
2026-01-19 22:34:25 +01:00
tremor021
349f7a6f2c LanguageTool: update service file 2026-01-19 22:30:12 +01:00
tremor021
4487b688ba Add Java to LanguageTool 2026-01-19 22:18:13 +01:00
tremor021
9e09441dbc Update LanguageTool backup 2026-01-19 22:13:22 +01:00
tremor021
75abbd701b Update LanguageTool backup 2026-01-19 22:10:01 +01:00
tremor021
3f50943e73 Add LanguageTool script 2026-01-19 22:07:16 +01:00
MickLesk
b6e55ab0cf test romm 2026-01-19 21:28:13 +01:00
github-actions[bot]
f7ffdbc643
Delete yubal (ct) after migration to ProxmoxVE (#1320)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 19:40:34 +00:00
CanbiZ
2e1e7223aa create admin with api
Some checks failed
Update Versions from GitHub / update-versions (push) Has been cancelled
2026-01-19 16:40:57 +01:00
CanbiZ
c020224c0e ressources 2026-01-19 16:07:26 +01:00
CanbiZ
5f40fb733f node_options 2026-01-19 16:06:05 +01:00
CanbiZ
a9d0ccbb88 add git 2026-01-19 16:05:34 +01:00
CanbiZ
bbb38978c2 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-01-19 16:05:11 +01:00
CanbiZ
db30c2c63b fix affine build (damn) 2026-01-19 16:05:10 +01:00
Michel Roegl-Brunner
ffb5613ed5
update_issue.yml aktualisieren 2026-01-19 15:44:43 +01:00
CanbiZ
1faa7a785e fix path 2026-01-19 12:40:46 +01:00
CanbiZ
fa7537a4db test 2026-01-19 11:03:05 +01:00
CanbiZ
fbdc352fcc Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-01-19 10:31:55 +01:00
CanbiZ
e58bfe4f7e fix build 2026-01-19 10:31:54 +01:00
CrazyWolf13
40db858389 fix 2026-01-19 10:28:39 +01:00
CrazyWolf13
f4b7622cbb add: seer 2026-01-19 09:41:14 +01:00
CanbiZ (MickLesk)
33f4b256cf
Merge pull request #1312 from bandogora/which-tar-rpm
Make sure `which` and `tar` are installed for RHEL-based OSs
2026-01-19 09:31:54 +01:00