Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Get New Tag
id: autoversion
uses: ietf-tools/semver-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
branch: main
skipInvalidTags: true
noVersionBumpBehavior: patch
Expand Down
6 changes: 3 additions & 3 deletions infra/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ services:
volumes:
- /run/udev:/run/udev:ro
environment:
COLLECTOR_API_ENDPOINT: 'http://scrutiny_web:8081'
COLLECTOR_HOST_ID: 'HomeLab'
COLLECTOR_API_ENDPOINT: "http://scrutiny_web:8081"
COLLECTOR_HOST_ID: "HomeLab"
COLLECTOR_RUN_STARTUP: true
depends_on:
scrutiny_web:
Expand Down Expand Up @@ -79,7 +79,7 @@ services:
environment:
PUID: 1000
PGID: 1000
HOMEPAGE_ALLOWED_HOSTS: '*'
HOMEPAGE_ALLOWED_HOSTS: "*"
ports:
- 3000:3000
volumes:
Expand Down
2 changes: 1 addition & 1 deletion logo.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

VERSION="3.0"
SUBTEXT="Setup Scripts For My HomelAB"
SUBTEXT="Setup Scripts For A HomelAB"

cat << EOF
____
Expand Down