Update Open Archiver

This commit is contained in:
tremor021
2025-10-16 19:04:49 +02:00
parent a0b508e377
commit b9b9aafefc
3 changed files with 64 additions and 11 deletions

View File

@@ -89,8 +89,7 @@ sed -i "s|^ENCRYPTION_KEY=.*|ENCRYPTION_KEY=$SECRET_KEY|g" /opt/openarchiver/.en
sed -i "s|^TIKA_URL=.*|TIKA_URL=|g" /opt/openarchiver/.env
$STD pnpm install --shamefully-hoist --frozen-lockfile --prod=false
$STD pnpm build
$STD pnpm db:generate
#$STD pnpm db:migrate
$STD pnpm db:migrate
msg_ok "Setup Open Archiver"
msg_info "Creating Service"