diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4453cb9426..cd014a2c7e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,13 +8,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.3 with: fetch-depth: 0 sparse-checkout: | docs - name: Setup python - uses: actions/setup-python@v5.0.0 + uses: actions/setup-python@v5.1.0 with: python-version: 3.x - name: Get pip cache directory @@ -22,7 +22,7 @@ jobs: run: | echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT - name: Cache dependencies - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ steps.pip-cache.outputs.dir }} key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} @@ -40,13 +40,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.3 with: fetch-depth: 0 sparse-checkout: | docs - name: Setup python - uses: actions/setup-python@v5.0.0 + uses: actions/setup-python@v5.1.0 with: python-version: 3.x - name: Get pip cache directory @@ -54,7 +54,7 @@ jobs: run: | echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT - name: Cache dependencies - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ steps.pip-cache.outputs.dir }} key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 606cea3081..f1dddbe568 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,7 +6,7 @@ jobs: editorconfig-checker: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.3 - name: editorconfig-checker run: | docker run --rm \ @@ -16,7 +16,7 @@ jobs: markdownlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.3 - name: markdownlint run: | docker run --rm \ @@ -29,7 +29,7 @@ jobs: shellcheck: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.3 - name: shellcheck run: | find "${GITHUB_WORKSPACE}" -name '*.sh' -exec \ @@ -41,7 +41,7 @@ jobs: shfmt: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.3 - name: shfmt run: | find "${GITHUB_WORKSPACE}" -name '*.sh' -exec \ @@ -54,7 +54,7 @@ jobs: yamllint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.3 - name: yamllint run: | docker run --rm \ diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8802f088a2..c7540fc16e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: matrix: os: [ubuntu-latest] steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.3 - name: run env: CI: true diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 6347d26eb9..caccb4488e 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -6,7 +6,7 @@ jobs: validate-docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.3 - name: Validate Documentation run: | for APPFOLDER in compose/.apps/*; do @@ -28,7 +28,7 @@ jobs: # validate-images: # runs-on: ubuntu-latest # steps: - # - uses: actions/checkout@v4.1.1 + # - uses: actions/checkout@v4.1.3 # - name: Validate Images # run: | # for APPFOLDER in compose/.apps/*; do diff --git a/docs/apps/homepage.md b/docs/apps/homepage.md index 35262ee1d8..4cd959cef9 100644 --- a/docs/apps/homepage.md +++ b/docs/apps/homepage.md @@ -1,12 +1,12 @@ # Homepage [![Image Size](https://ghcr-badge.egpl.dev/gethomepage/homepage/size?color=%2344cc11&tag=latest&label=image+size&trim=)](https://github.com/gethomepage/homepage/pkgs/container/homepage) -[![GitHub Stars](https://img.shields.io/github/stars/gethomepage/homepage?style=flat-square&color=607D8B&label=github%20stars&logo=github)](https://github.com/bastienwirtz/Homepage) +[![GitHub Stars](https://img.shields.io/github/stars/gethomepage/homepage?style=flat-square&color=607D8B&label=github%20stars&logo=github)](https://github.com/gethomepage/Homepage) [![Compose Templates](https://img.shields.io/static/v1?style=flat-square&color=607D8B&label=compose&message=templates)](https://github.com/GhostWriters/DockSTARTer/tree/master/compose/.apps/homepage) ## Description -[Homepage](https://github.com/bastienwirtz/Homepage) is a modern, fully static, fast, secure fully proxied, highly customizable application dashboard with integrations for over 100 services and translations into multiple languages. Easily configured via YAML files or through docker label discovery. . +[Homepage](https://github.com/gethomepage/Homepage) is a modern, fully static, fast, secure fully proxied, highly customizable application dashboard with integrations for over 100 services and translations into multiple languages. Easily configured via YAML files or through docker label discovery. . ## Install/Setup @@ -15,7 +15,7 @@ Refer to the following pages for detailed instructions: - [Homepage Docker Installation](https://gethomepage.dev/latest/installation/docker/) - [Homepage Configs](https://gethomepage.dev/latest/configs/) -Docker integration is enabled in the setting label by default, you can disable by remove the `HOMEPAGE_DOCEKR_INTERGRATE` environment variable. +Docker integration is enabled in the setting label by default, you can disable by remove the `HOMEPAGE_DOCKER_INTERGRATE` environment variable. ### Using Environment Secrets diff --git a/docs/requirements.txt b/docs/requirements.txt index f019dbb268..3dde1f8197 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ mkdocs-git-revision-date-localized-plugin==1.2.4 -mkdocs-material==9.5.13 +mkdocs-material==9.5.18 mkdocs-minify-plugin==0.8.0 mkdocs-redirects==1.2.1