mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-26 01:15:53 +00:00
Update Open Archiver
This commit is contained in:
@@ -89,6 +89,8 @@ 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
|
||||
msg_ok "Setup Open Archiver"
|
||||
|
||||
msg_info "Creating Service"
|
||||
@@ -102,7 +104,7 @@ Type=simple
|
||||
User=root
|
||||
EnvironmentFile=/opt/openarchiver/.env
|
||||
WorkingDirectory=/opt/openarchiver
|
||||
ExecStart=/usr/bin/pnpm start
|
||||
ExecStart=/usr/bin/pnpm docker-start
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
|
||||
Reference in New Issue
Block a user