docs: migrate to homarr-labs (#861)

* docs: migrate to homarr-labs

Signed-off-by: Bjorn Lammers <bjorn@lammers.media>

* docs: migrate to homarr-labs

Signed-off-by: Bjorn Lammers <bjorn@lammers.media>

* docs: migrate to homarr-labs

Signed-off-by: Bjorn Lammers <bjorn@lammers.media>

* fix(ci): migrate to homarr-labs

Signed-off-by: Bjorn Lammers <bjorn@lammers.media>

* fix(ci): migrate to homarr-labs

Signed-off-by: Bjorn Lammers <bjorn@lammers.media>

* fix(ci): migrate to homarr-labs

Signed-off-by: Bjorn Lammers <bjorn@lammers.media>

---------

Signed-off-by: Bjorn Lammers <bjorn@lammers.media>
This commit is contained in:
Bjorn Lammers 2025-01-05 00:15:08 +01:00 committed by GitHub
parent fd750cd3f0
commit c5c8eabd04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 12 additions and 12 deletions

View File

@ -40,7 +40,7 @@ jobs:
- name: Commit and Push Changes - name: Commit and Push Changes
run: | 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 config --global user.name "Dashboard Icons Bot"
git add png/ svg/ webp/ git add png/ svg/ webp/
git commit -m ":compression: Compress icons" || exit 0 git commit -m ":compression: Compress icons" || exit 0

View File

@ -35,7 +35,7 @@ jobs:
- name: Commit and Push Changes 📤 - name: Commit and Push Changes 📤
run: | 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 config --global user.name "Dashboard Icons Bot"
git add png/ webp/ git add png/ webp/
git commit -m ":recycle: Convert SVG assets to PNG and WEBP" || exit 0 git commit -m ":recycle: Convert SVG assets to PNG and WEBP" || exit 0
@ -63,7 +63,7 @@ jobs:
- name: Commit and Push Changes 📤 - name: Commit and Push Changes 📤
run: | 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 config --global user.name "Dashboard Icons Bot"
git add tree.json git add tree.json
git commit -m ":construction_worker: Generate file tree" || exit 0 git commit -m ":construction_worker: Generate file tree" || exit 0
@ -91,7 +91,7 @@ jobs:
- name: Commit and Push Changes 📤 - name: Commit and Push Changes 📤
run: | 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 config --global user.name "Dashboard Icons Bot"
git add ICONS.md git add ICONS.md
git commit -m ":construction_worker: Generate ICONS.md" || exit 0 git commit -m ":construction_worker: Generate ICONS.md" || exit 0

View File

@ -66,7 +66,7 @@ jobs:
PREVIEWS="" PREVIEWS=""
for ICON in $ICONS; do for ICON in $ICONS; do
ICON_NAME=$(basename $ICON) 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" PREVIEWS="$PREVIEWS $PREVIEW"
done done
echo "::set-output name=icon_previews::$PREVIEWS" echo "::set-output name=icon_previews::$PREVIEWS"

View File

@ -19,7 +19,7 @@ We do not tolerate harassment, intimidation, discrimination, or any other inappr
### Reporting ### 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 ### Consequences

View File

@ -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 ## 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: 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 #### Base URL
We recommend using jsDelivr, a free and fast CDN: 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: 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 #### 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. 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). 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).