Skip to content

Commit

Permalink
update homarr.yml: add homarr cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Soubinan committed Jan 13, 2025
1 parent 98ae817 commit 90c5ff5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions templates/homarr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@ instructions:
HOSTNAME="127.0.0.1"
DEFAULT_COLOR_SCHEME="dark"
- path: /usr/bin/homarr
generator: dump
mode: "0550"
content: |-
#!/bin/bash
set -a
. /opt/homarr/settings.env
set +a
node /app/cli/cli.js "$@"'
- path: /etc/systemd/system/homarr.service
generator: dump
mode: "0440"
Expand Down Expand Up @@ -332,6 +344,8 @@ instructions:
rm -rf node_modules
cp -r .next/standalone/* .
chmod +x scripts/run.sh
cd /app/cli && yarn --immutable
yarn cache clean
touch .installed__
systemctl enable homarr.service

0 comments on commit 90c5ff5

Please sign in to comment.