From c5c8eabd04466771ebc0731df249dcf34e982f84 Mon Sep 17 00:00:00 2001 From: Bjorn Lammers Date: Sun, 5 Jan 2025 00:15:08 +0100 Subject: [PATCH] docs: migrate to homarr-labs (#861) * docs: migrate to homarr-labs Signed-off-by: Bjorn Lammers * docs: migrate to homarr-labs Signed-off-by: Bjorn Lammers * docs: migrate to homarr-labs Signed-off-by: Bjorn Lammers * fix(ci): migrate to homarr-labs Signed-off-by: Bjorn Lammers * fix(ci): migrate to homarr-labs Signed-off-by: Bjorn Lammers * fix(ci): migrate to homarr-labs Signed-off-by: Bjorn Lammers --------- Signed-off-by: Bjorn Lammers --- .github/workflows/compress_icons.yml | 2 +- .github/workflows/update_icons_and_resources.yml | 6 +++--- .github/workflows/validate_and_preview_icons.yml | 2 +- CODE_OF_CONDUCT.md | 4 ++-- README.md | 10 +++++----- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/compress_icons.yml b/.github/workflows/compress_icons.yml index a2b1207a..4a2156e8 100644 --- a/.github/workflows/compress_icons.yml +++ b/.github/workflows/compress_icons.yml @@ -40,7 +40,7 @@ jobs: - name: Commit and Push Changes run: | - git config --global user.email "noreply@lammers.media" + git config --global user.email "homarr-labs@proton.me" git config --global user.name "Dashboard Icons Bot" git add png/ svg/ webp/ git commit -m ":compression: Compress icons" || exit 0 diff --git a/.github/workflows/update_icons_and_resources.yml b/.github/workflows/update_icons_and_resources.yml index 4f5d3aed..b72b0b72 100644 --- a/.github/workflows/update_icons_and_resources.yml +++ b/.github/workflows/update_icons_and_resources.yml @@ -35,7 +35,7 @@ jobs: - name: Commit and Push Changes 📤 run: | - git config --global user.email "noreply@lammers.media" + git config --global user.email "homarr-labs@proton.me" git config --global user.name "Dashboard Icons Bot" git add png/ webp/ git commit -m ":recycle: Convert SVG assets to PNG and WEBP" || exit 0 @@ -63,7 +63,7 @@ jobs: - name: Commit and Push Changes 📤 run: | - git config --global user.email "noreply@lammers.media" + git config --global user.email "homarr-labs@proton.me" git config --global user.name "Dashboard Icons Bot" git add tree.json git commit -m ":construction_worker: Generate file tree" || exit 0 @@ -91,7 +91,7 @@ jobs: - name: Commit and Push Changes 📤 run: | - git config --global user.email "noreply@lammers.media" + git config --global user.email "homarr-labs@proton.me" git config --global user.name "Dashboard Icons Bot" git add ICONS.md git commit -m ":construction_worker: Generate ICONS.md" || exit 0 diff --git a/.github/workflows/validate_and_preview_icons.yml b/.github/workflows/validate_and_preview_icons.yml index b6970cc6..83b0f3fe 100644 --- a/.github/workflows/validate_and_preview_icons.yml +++ b/.github/workflows/validate_and_preview_icons.yml @@ -66,7 +66,7 @@ jobs: PREVIEWS="" for ICON in $ICONS; do ICON_NAME=$(basename $ICON) - PREVIEW="![${ICON_NAME}](https://raw.githubusercontent.com/walkxcode/dashboard-icons/${{ github.event.pull_request.head.ref }}/png/${ICON_NAME})" + PREVIEW="![${ICON_NAME}](https://raw.githubusercontent.com/homarr-labs/dashboard-icons/${{ github.event.pull_request.head.ref }}/png/${ICON_NAME})" PREVIEWS="$PREVIEWS $PREVIEW" done echo "::set-output name=icon_previews::$PREVIEWS" diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index bacba7d4..22158bc6 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -19,7 +19,7 @@ We do not tolerate harassment, intimidation, discrimination, or any other inappr ### Reporting -If you witness or experience behavior that violates this code of conduct, please report it immediately to [bjorn@lammers.media](mailto:bjorn@lammers.media). All reports will be reviewed confidentially and promptly, and appropriate actions will be taken. +If you witness or experience behavior that violates this code of conduct, please report it immediately to [homarr-labs@proton.me](mailto:homarr-labs@proton.me). All reports will be reviewed confidentially and promptly, and appropriate actions will be taken. ### Consequences @@ -27,4 +27,4 @@ Anyone violating this code of conduct may face consequences, such as warnings, r ### Acknowledgment -By contributing to this repository, you agree to adhere to this code of conduct. Thank you for helping us create an inclusive and supportive environment for all contributors. \ No newline at end of file +By contributing to this repository, you agree to adhere to this code of conduct. Thank you for helping us create an inclusive and supportive environment for all contributors. diff --git a/README.md b/README.md index 0972e067..9787e7c2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![jsDelivr hits (GitHub)](https://img.shields.io/jsdelivr/gh/hy/walkxcode/dashboard-icons?style=flat-square&color=%23A020F0) +[![jsDelivr hits (GitHub)](https://img.shields.io/jsdelivr/gh/hy/homarr-labs/dashboard-icons?style=flat-square&color=%23A020F0)](https://www.jsdelivr.com/package/gh/homarr-labs/dashboard-icons) ## Dashboard Icons @@ -47,17 +47,17 @@ A complete link will look like this: For example, the icon URL for the WEBP version of Nextcloud Calendar would be: - https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/webp/nextcloud-calendar.webp + https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/nextcloud-calendar.webp #### Base URL We recommend using jsDelivr, a free and fast CDN: -- `https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons` +- `https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons` Alternatively, you can use direct links to the repository: -- `https://raw.githubusercontent.com/walkxcode/dashboard-icons/refs/heads/main` +- `https://raw.githubusercontent.com/homarr-labs/dashboard-icons/refs/heads/main` #### Name @@ -107,4 +107,4 @@ or Unless otherwise indicated, all images and assets in this repository, including product names, trademarks, and registered trademarks, are the property of their respective owners. These images and assets are used for identification purposes only, and their use does not imply endorsement. -Read the [LICENSE](LICENSE) for more information about the project itself. For questions or concerns, contact me at [bjorn@lammers.media](mailto:bjorn@lammers.media). \ No newline at end of file +Read the [LICENSE](LICENSE) for more information about the project itself. For questions or concerns, contact us at [homarr-labs@proton.me](mailto:homarr-labs@proton.me).