Skip to content

Commit

Permalink
Merge pull request #69 from soubinan/features
Browse files Browse the repository at this point in the history
update homarr.yml: add homarr cli
  • Loading branch information
soubinan authored Jan 13, 2025
2 parents c98943c + 90c5ff5 commit 057b8c4
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 057b8c4

Please sign in to comment.