mirror of
https://github.com/pockethost/pockethost.git
synced 2025-06-04 13:16:41 +00:00
Merge branch 'master' of github.com:pockethost/pockethost
This commit is contained in:
commit
303b0f3d22
@ -26,6 +26,11 @@ module.exports = {
|
||||
restart_delay: 60 * 60 * 1000, // 1 hour
|
||||
script: 'pnpm prod:cli mothership update',
|
||||
},
|
||||
{
|
||||
name: `downloader`,
|
||||
restart_delay: 60 * 60 * 1000, // 1 hour
|
||||
script: 'pnpm gobot:download',
|
||||
},
|
||||
{
|
||||
name: `health`,
|
||||
restart_delay: 60 * 1000, // 1 minute
|
||||
|
@ -32,6 +32,8 @@
|
||||
"plop": "plop --no-progress",
|
||||
"nofile": "cat /proc/sys/fs/file-nr",
|
||||
"mail": "tsx ./packages/pockethost/src/cli/sendmail.ts",
|
||||
"gobot:download": "gobot download pocketbase",
|
||||
"gobot:download:all": "gobot download pocketbase --g-use-version='*'",
|
||||
"prepare": "husky"
|
||||
},
|
||||
"prettier": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user