Skip to content

Commit

Permalink
Merge branch 'master' into variable-naming
Browse files Browse the repository at this point in the history
  • Loading branch information
nemchik authored Apr 28, 2024
2 parents d6d91d2 + e4cc919 commit 1de873c
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected].1
uses: actions/[email protected].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
id: pip-cache
run: |
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- name: Cache dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Expand All @@ -40,21 +40,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected].1
uses: actions/[email protected].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
id: pip-cache
run: |
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- name: Cache dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
editorconfig-checker:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].3
- name: editorconfig-checker
run: |
docker run --rm \
Expand All @@ -16,7 +16,7 @@ jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].3
- name: markdownlint
run: |
docker run --rm \
Expand All @@ -29,7 +29,7 @@ jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].3
- name: shellcheck
run: |
find "${GITHUB_WORKSPACE}" -name '*.sh' -exec \
Expand All @@ -41,7 +41,7 @@ jobs:
shfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].3
- name: shfmt
run: |
find "${GITHUB_WORKSPACE}" -name '*.sh' -exec \
Expand All @@ -54,7 +54,7 @@ jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].3
- name: yamllint
run: |
docker run --rm \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].3
- name: run
env:
CI: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
validate-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].3
- name: Validate Documentation
run: |
for APPFOLDER in compose/.apps/*; do
Expand All @@ -28,7 +28,7 @@ jobs:
# validate-images:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/[email protected].1
# - uses: actions/[email protected].3
# - name: Validate Images
# run: |
# for APPFOLDER in compose/.apps/*; do
Expand Down
6 changes: 3 additions & 3 deletions docs/apps/homepage.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1de873c

Please sign in to comment.