Compare commits
1 Commits
feat/wordm
...
icons/upda
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a4c78a533c |
4
.github/FUNDING.yml
vendored
4
.github/FUNDING.yml
vendored
@@ -1,4 +0,0 @@
|
||||
# These are supported funding model platforms
|
||||
|
||||
open_collective: homarr
|
||||
github: lammersbjorn
|
||||
123
.github/ISSUE_TEMPLATE/add_monochrome_icon.yml
vendored
123
.github/ISSUE_TEMPLATE/add_monochrome_icon.yml
vendored
@@ -1,88 +1,73 @@
|
||||
name: "Add light & dark icon"
|
||||
description: |
|
||||
Submit a new icon with distinct 'light' and 'dark' versions.
|
||||
- A **Light Icon** is typically light-colored (e.g., predominantly white/very light shades, like Sonarr's logo) and is best suited for dark backgrounds.
|
||||
- A **Dark Icon** is typically dark-colored (e.g., predominantly black/very dark shades, like Ollama's logo) and is best suited for light backgrounds.
|
||||
title: "feat(icons): add monochrome [icon-name]"
|
||||
labels: ["icon addition", "monochrome icon"]
|
||||
description: Use this template to add a new icon to the project. Monochrome icons need both light and dark versions.
|
||||
title: "feat(icons): add [NAME]"
|
||||
labels: ["monochrome-icon"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for contributing a new icon with light and dark variants! Please complete the following.
|
||||
Ensure your icons are optimized and adhere to quality standards.
|
||||
**Light Icon Definition:** Predominantly light colors (e.g., white, light grays - like Sonarr's logo), designed for optimal visibility on dark backgrounds.
|
||||
**Dark Icon Definition:** Predominantly dark colors (e.g., black, dark grays - like Ollama's logo), designed for optimal visibility on light backgrounds.
|
||||
|
||||
Hello and thank you for contributing to the project! Please fill out the following information to add a new icon to the project.
|
||||
Once you've submitted the issue, sombody from the team will review it, before adding a label which automatically creates a pull request with the other filetypes.
|
||||
If you submit a PNG icon, please note, that the SVG can not be generated from it.
|
||||
- type: input
|
||||
id: icon-name
|
||||
attributes:
|
||||
label: "Icon Name"
|
||||
description: "The unique name for the icon (e.g., `home-assistant`). This will be the base filename."
|
||||
placeholder: "e.g., sonarr"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
label: Icon name
|
||||
description: The name has to be unique and should be kebab-case.
|
||||
placeholder: e.g. "icon-name"
|
||||
- type: textarea
|
||||
id: svg-code-light
|
||||
attributes:
|
||||
label: "SVG Code (Light Version)"
|
||||
description: "Paste the SVG code for the **Light Version** of the icon (predominantly light colors, for dark backgrounds)."
|
||||
placeholder: "<svg>...</svg>"
|
||||
render: svg
|
||||
validations:
|
||||
required: true
|
||||
|
||||
label: Paste light mode icon
|
||||
description: |
|
||||
Please paste the icon here. It will automatically upload it to github. This icon should be visible on a light background.
|
||||
- type: textarea
|
||||
id: svg-code-dark
|
||||
attributes:
|
||||
label: "SVG Code (Dark Version)"
|
||||
description: "Paste the SVG code for the **Dark Version** of the icon (predominantly dark colors, for light backgrounds)."
|
||||
placeholder: "<svg>...</svg>"
|
||||
render: svg
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: brand-guidelines
|
||||
attributes:
|
||||
label: "Brand Guidelines URL (Optional)"
|
||||
description: "If available, provide a link to the official brand guidelines or logo source."
|
||||
placeholder: "e.g., https://brand.home-assistant.io/"
|
||||
|
||||
- type: input
|
||||
id: source-url
|
||||
attributes:
|
||||
label: "Icon Source URL (Optional)"
|
||||
description: "Link to where you found the icon (e.g., official website, GitHub repository)."
|
||||
placeholder: "e.g., https://example.com/logo.svg"
|
||||
|
||||
label: Paste dark mode icon
|
||||
description: |
|
||||
Please paste the icon here. It will automatically upload it to github. This icon should be visible on a dark background.
|
||||
- type: dropdown
|
||||
id: icon-type-confirmation
|
||||
attributes:
|
||||
label: "Icon Type Confirmation"
|
||||
description: "Confirm this icon submission includes separate light and dark variants as defined above."
|
||||
label: Icon type
|
||||
options:
|
||||
- "Yes, this includes light and dark variants."
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: categories
|
||||
- SVG
|
||||
- PNG
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: "Categories (Optional, comma-separated)"
|
||||
description: "Relevant categories for the icon (e.g., `media, automation`). Helps with searching and organization."
|
||||
placeholder: "e.g., dashboard, utility, networking"
|
||||
|
||||
label: Categories
|
||||
multiple: true
|
||||
options:
|
||||
- Animal
|
||||
- Cloud
|
||||
- Communication
|
||||
- Design
|
||||
- Development
|
||||
- E-Commerce
|
||||
- Education
|
||||
- File
|
||||
- Finance
|
||||
- Food
|
||||
- Gaming
|
||||
- Hardware
|
||||
- Health
|
||||
- Location
|
||||
- Logistics
|
||||
- Media
|
||||
- Music
|
||||
- Nature
|
||||
- News
|
||||
- Organization
|
||||
- Search
|
||||
- Security
|
||||
- SocialMedia
|
||||
- Streaming
|
||||
- Travel
|
||||
- Video
|
||||
- type: input
|
||||
id: aliases
|
||||
attributes:
|
||||
label: "Aliases (Optional, comma-separated)"
|
||||
description: "Alternative names or keywords for the icon (e.g., `ha, hass`)."
|
||||
placeholder: "e.g., prox, pve"
|
||||
|
||||
label: Aliases
|
||||
description: A comma separated list of aliases
|
||||
placeholder: e.g. "icon-alias, icon-alias-2"
|
||||
- type: textarea
|
||||
id: additional-notes
|
||||
attributes:
|
||||
label: "Additional Notes (Optional)"
|
||||
description: "Any other relevant information or context for the maintainers."
|
||||
label: Additional information
|
||||
description: |
|
||||
Add additional informations like a link to the application.
|
||||
|
||||
108
.github/ISSUE_TEMPLATE/add_normal_icon.yml
vendored
108
.github/ISSUE_TEMPLATE/add_normal_icon.yml
vendored
@@ -1,74 +1,68 @@
|
||||
name: "Add normal icon"
|
||||
description: "Submit a new 'normal' icon. A normal icon is designed to be versatile and visually consistent across both light and dark backgrounds without requiring separate versions."
|
||||
title: "feat(icons): add [icon-name]"
|
||||
labels: ["icon addition", "normal icon"]
|
||||
description: Use this template to add a new icon to the project. Normal icons work for both light and dark themes.
|
||||
title: "feat(icons): add [NAME]"
|
||||
labels: ["normal-icon"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for your interest in contributing a new icon! Please complete the following details.
|
||||
A **normal icon** should be designed to work well and maintain good contrast/readability on both light and dark backgrounds.
|
||||
Ensure your icon is optimized and adheres to our quality standards.
|
||||
|
||||
Hello and thank you for contributing to the project! Please fill out the following information to add a new icon to the project.
|
||||
Once you've submitted the issue, sombody from the team will review it, before adding a label which automatically creates a pull request with the other filetypes.
|
||||
If you submit a PNG icon, please note, that the SVG can not be generated from it.
|
||||
- type: input
|
||||
id: icon-name
|
||||
attributes:
|
||||
label: "Icon Name"
|
||||
description: "The unique name for the icon (e.g., `home-assistant`). This will be used as the filename."
|
||||
placeholder: "e.g., sonarr"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
label: Icon name
|
||||
description: The name has to be unique and should be kebab-case.
|
||||
placeholder: e.g. "icon-name"
|
||||
- type: textarea
|
||||
id: svg-code
|
||||
attributes:
|
||||
label: "SVG Code (Normal Version)"
|
||||
description: "Paste the SVG code for the icon. This version should be suitable for both light and dark backgrounds. Ensure the icon\'s colors provide good contrast and readability on various background shades."
|
||||
placeholder: "<svg>...</svg>"
|
||||
render: svg
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: brand-guidelines
|
||||
attributes:
|
||||
label: "Brand Guidelines URL (Optional)"
|
||||
description: "If available, provide a link to the official brand guidelines or logo source."
|
||||
placeholder: "e.g., https://brand.home-assistant.io/"
|
||||
|
||||
- type: input
|
||||
id: source-url
|
||||
attributes:
|
||||
label: "Icon Source URL (Optional)"
|
||||
description: "Link to where you found the icon (e.g., official website, GitHub repository)."
|
||||
placeholder: "e.g., https://example.com/logo.svg"
|
||||
|
||||
label: Paste icon
|
||||
description: |
|
||||
Please paste the icon here. It will automatically upload it to github.
|
||||
- type: dropdown
|
||||
id: icon-type-confirmation
|
||||
attributes:
|
||||
label: "Icon Type Confirmation"
|
||||
description: "Confirm this icon is a \'normal\' icon (designed to be versatile and visually consistent across both light and dark backgrounds without requiring separate versions)."
|
||||
label: Icon type
|
||||
options:
|
||||
- "Yes, this is a normal icon."
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: categories
|
||||
- SVG
|
||||
- PNG
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: "Categories (Optional, comma-separated)"
|
||||
description: "Relevant categories for the icon (e.g., `media, automation`). Helps with searching and organization."
|
||||
placeholder: "e.g., dashboard, utility, networking"
|
||||
|
||||
label: Categories
|
||||
multiple: true
|
||||
options:
|
||||
- Animal
|
||||
- Cloud
|
||||
- Communication
|
||||
- Design
|
||||
- Development
|
||||
- E-Commerce
|
||||
- Education
|
||||
- File
|
||||
- Finance
|
||||
- Food
|
||||
- Gaming
|
||||
- Hardware
|
||||
- Health
|
||||
- Location
|
||||
- Logistics
|
||||
- Media
|
||||
- Music
|
||||
- Nature
|
||||
- News
|
||||
- Organization
|
||||
- Search
|
||||
- Security
|
||||
- SocialMedia
|
||||
- Streaming
|
||||
- Travel
|
||||
- Video
|
||||
- type: input
|
||||
id: aliases
|
||||
attributes:
|
||||
label: "Aliases (Optional, comma-separated)"
|
||||
description: "Alternative names or keywords for the icon (e.g., `ha, hass`)."
|
||||
placeholder: "e.g., prox, pve"
|
||||
|
||||
label: Aliases
|
||||
description: A comma separated list of aliases
|
||||
placeholder: e.g. "icon-alias, icon-alias-2"
|
||||
- type: textarea
|
||||
id: additional-notes
|
||||
attributes:
|
||||
label: "Additional Notes (Optional)"
|
||||
description: "Any other relevant information or context for the maintainers."
|
||||
label: Additional information
|
||||
description: |
|
||||
Add additional informations like a link to the application.
|
||||
|
||||
110
.github/ISSUE_TEMPLATE/add_wordmark_icon.yml
vendored
110
.github/ISSUE_TEMPLATE/add_wordmark_icon.yml
vendored
@@ -1,110 +0,0 @@
|
||||
name: "Add Wordmark Icon"
|
||||
description: |
|
||||
Submit a new wordmark icon (icon featuring brand name).
|
||||
A **Wordmark Icon** incorporates the brand's name or logotype directly into or alongside the graphical mark.
|
||||
It can be a single version for all themes, or have separate light/dark versions.
|
||||
- **Light Icon Version:** (If applicable) predominantly light colors (e.g., Sonarr's logo), for dark backgrounds.
|
||||
- **Dark Icon Version:** (If applicable) predominantly dark colors (e.g., Ollama's logo), for light backgrounds.
|
||||
title: "feat(icons): add wordmark [icon-name]"
|
||||
labels: ["icon addition", "wordmark icon"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for contributing a new wordmark icon!
|
||||
**What is a Wordmark Icon?** It's an icon that integrates the brand's name/logotype with its graphical mark for stronger brand recognition.
|
||||
Please complete the following details. Ensure your icon is optimized.
|
||||
|
||||
- type: input
|
||||
id: icon-name
|
||||
attributes:
|
||||
label: "Icon Name (Base)"
|
||||
description: "The unique name for the icon (e.g., `my-service-wordmark`). This will be used as the base for filenames."
|
||||
placeholder: "e.g., awesome-app-wordmark"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
**Icon Versioning:** Does this wordmark have a single version or separate light/dark versions?
|
||||
|
||||
- type: checkboxes
|
||||
id: wordmark-type
|
||||
attributes:
|
||||
label: "Wordmark Version Type"
|
||||
description: "Select how this wordmark is provided."
|
||||
options:
|
||||
- label: "Single version (works on both light and dark backgrounds)"
|
||||
required: false
|
||||
- label: "Separate light and dark versions"
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: svg-code-wordmark-normal
|
||||
attributes:
|
||||
label: "SVG Code (Single/Normal Wordmark)"
|
||||
description: "If this is a single-version wordmark, paste the SVG code here. Ensure it's versatile for all backgrounds."
|
||||
placeholder: "<svg>...</svg>"
|
||||
render: svg
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: svg-code-wordmark-light
|
||||
attributes:
|
||||
label: "SVG Code (Light Wordmark Version)"
|
||||
description: "If providing separate versions, paste the SVG for the **Light Version** here (predominantly light colors, e.g., for dark UIs)."
|
||||
placeholder: "<svg>...</svg>"
|
||||
render: svg
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: svg-code-wordmark-dark
|
||||
attributes:
|
||||
label: "SVG Code (Dark Wordmark Version)"
|
||||
description: "If providing separate versions, paste the SVG for the **Dark Version** here (predominantly dark colors, e.g., for light UIs)."
|
||||
placeholder: "<svg>...</svg>"
|
||||
render: svg
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
**Important:** Please ensure you fill out the correct SVG code section(s) based on your selection above. If providing separate light/dark versions, both are typically required. If a single version, only the 'Single/Normal' field is needed.
|
||||
|
||||
- type: input
|
||||
id: brand-guidelines
|
||||
attributes:
|
||||
label: "Brand Guidelines URL (Optional)"
|
||||
description: "Link to official brand guidelines, if available."
|
||||
placeholder: "e.g., https://brand.example.com/"
|
||||
|
||||
- type: input
|
||||
id: source-url
|
||||
attributes:
|
||||
label: "Icon Source URL (Optional)"
|
||||
description: "Link to where you found the wordmark (e.g., official website)."
|
||||
placeholder: "e.g., https://example.com/logo-wordmark.svg"
|
||||
|
||||
- type: input
|
||||
id: categories
|
||||
attributes:
|
||||
label: "Categories (Optional, comma-separated)"
|
||||
description: "Relevant categories for the icon."
|
||||
placeholder: "e.g., service, productivity"
|
||||
|
||||
- type: input
|
||||
id: aliases
|
||||
attributes:
|
||||
label: "Aliases (Optional, comma-separated)"
|
||||
description: "Alternative names or keywords."
|
||||
placeholder: "e.g., myapp-text, full-logo"
|
||||
|
||||
- type: textarea
|
||||
id: additional-notes
|
||||
attributes:
|
||||
label: "Additional Notes (Optional)"
|
||||
description: "Any other relevant information."
|
||||
@@ -1,59 +1,35 @@
|
||||
name: "Update light & dark icon"
|
||||
description: |
|
||||
Improve an existing icon with distinct 'light' and 'dark' versions.
|
||||
- A **Light Icon** is typically light-colored (e.g., predominantly white/very light shades, like Sonarr's logo) and is best suited for dark backgrounds.
|
||||
- A **Dark Icon** is typically dark-colored (e.g., predominantly black/very dark shades, like Ollama's logo) and is best suited for light backgrounds.
|
||||
title: "fix(icons): update monochrome [icon-name]"
|
||||
labels: ["icon update", "monochrome icon"]
|
||||
description: Use this template to update an existing icon. Monochrome icons need both light and dark versions.
|
||||
title: "feat(icons): update [NAME]"
|
||||
labels: ["monochrome-icon"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for improving an icon with light and dark variants!
|
||||
Please ensure the updated versions adhere to the definitions:
|
||||
**Light Icon Definition:** Predominantly light colors (e.g., white, light grays - like Sonarr's logo), for dark backgrounds.
|
||||
**Dark Icon Definition:** Predominantly dark colors (e.g., black, dark grays - like Ollama's logo), for light backgrounds.
|
||||
Please specify the icon name and provide the updated SVGs.
|
||||
|
||||
Hello and thank you for contributing to the project! Please fill out the following informations to update an existing icon in the project.
|
||||
- type: input
|
||||
id: icon-name
|
||||
attributes:
|
||||
label: "Icon Name to Update"
|
||||
description: "The name of the existing icon you are updating (e.g., `home-assistant`)."
|
||||
placeholder: "e.g., sonarr"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
label: Icon name
|
||||
description: The name has to be unique and should be kebab-case.
|
||||
placeholder: e.g. "icon-name"
|
||||
- type: textarea
|
||||
id: svg-code-light
|
||||
attributes:
|
||||
label: "Updated SVG Code (Light Version)"
|
||||
description: "Paste the new SVG code for the **Light Version** (predominantly light colors, for dark backgrounds)."
|
||||
placeholder: "<svg>...</svg>"
|
||||
render: svg
|
||||
validations:
|
||||
required: true
|
||||
|
||||
label: Paste light mode icon
|
||||
description: |
|
||||
Please paste the icon here. It will automatically upload it to github. This icon should be visible on a light background.
|
||||
- type: textarea
|
||||
id: svg-code-dark
|
||||
attributes:
|
||||
label: "Updated SVG Code (Dark Version)"
|
||||
description: "Paste the new SVG code for the **Dark Version** (predominantly dark colors, for light backgrounds)."
|
||||
placeholder: "<svg>...</svg>"
|
||||
render: svg
|
||||
validations:
|
||||
required: true
|
||||
|
||||
label: Paste dark mode icon
|
||||
description: |
|
||||
Please paste the icon here. It will automatically upload it to github. This icon should be visible on a dark background.
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Icon type
|
||||
options:
|
||||
- SVG
|
||||
- PNG
|
||||
- type: textarea
|
||||
id: reason-for-update
|
||||
attributes:
|
||||
label: "Reason for Update"
|
||||
description: "Briefly explain why this icon needs an update (e.g., outdated design, quality, color adjustment)."
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: additional-notes
|
||||
attributes:
|
||||
label: "Additional Notes (Optional)"
|
||||
description: "Any other relevant information or context for the maintainers."
|
||||
label: Additional information
|
||||
description: |
|
||||
Add additional informations like, the reason for the update, or what has been changed.
|
||||
|
||||
52
.github/ISSUE_TEMPLATE/update_normal_icon.yml
vendored
52
.github/ISSUE_TEMPLATE/update_normal_icon.yml
vendored
@@ -1,44 +1,30 @@
|
||||
name: "Update normal icon"
|
||||
description: "Improve an existing 'normal' icon. A normal icon is designed to be versatile and visually consistent across both light and dark backgrounds."
|
||||
title: "fix(icons): update [icon-name]"
|
||||
labels: ["icon update", "normal icon"]
|
||||
description: Use this template to update an existing icon. Normal icons work for both light and dark themes.
|
||||
title: "feat(icons): update [NAME]"
|
||||
labels: ["normal-icon"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for helping improve an existing icon!
|
||||
A **normal icon** should be designed to work well and maintain good contrast/readability on both light and dark backgrounds.
|
||||
Please specify the icon name and provide the updated details.
|
||||
|
||||
Hello and thank you for contributing to the project! Please fill out the following informations to update an existing icon in the project.
|
||||
- type: input
|
||||
id: icon-name
|
||||
attributes:
|
||||
label: "Icon Name to Update"
|
||||
description: "The name of the existing icon you are updating (e.g., `home-assistant`)."
|
||||
placeholder: "e.g., sonarr"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
label: Icon name
|
||||
description: The name has to match the existing icon name.
|
||||
placeholder: e.g. "icon-name"
|
||||
- type: textarea
|
||||
id: svg-code
|
||||
attributes:
|
||||
label: "Updated SVG Code (Normal Version)"
|
||||
description: "Paste the new SVG code for the icon. This version should be suitable for both light and dark backgrounds. Ensure the icon\'s colors provide good contrast and readability."
|
||||
placeholder: "<svg>...</svg>"
|
||||
render: svg
|
||||
validations:
|
||||
required: true
|
||||
|
||||
label: Paste icon
|
||||
description: |
|
||||
Please paste the icon here. It will automatically upload it to github.
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Icon type
|
||||
options:
|
||||
- SVG
|
||||
- PNG
|
||||
- type: textarea
|
||||
id: reason-for-update
|
||||
attributes:
|
||||
label: "Reason for Update"
|
||||
description: "Briefly explain why this icon needs an update (e.g., outdated design, quality improvement, color adjustment for better universal background compatibility)."
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: additional-notes
|
||||
attributes:
|
||||
label: "Additional Notes (Optional)"
|
||||
description: "Any other relevant information or context for the maintainers."
|
||||
label: Additional information
|
||||
description: |
|
||||
Add additional informations like, the reason for the update, or what has been changed.
|
||||
|
||||
87
.github/ISSUE_TEMPLATE/update_wordmark_icon.yml
vendored
87
.github/ISSUE_TEMPLATE/update_wordmark_icon.yml
vendored
@@ -1,87 +0,0 @@
|
||||
name: "Update Wordmark Icon"
|
||||
description: |
|
||||
Improve an existing wordmark icon.
|
||||
A **Wordmark Icon** incorporates the brand's name or logotype.
|
||||
Remember the light/dark definitions if applicable for the wordmark.
|
||||
title: "fix(icons): update wordmark [icon-name]"
|
||||
labels: ["icon update", "wordmark icon"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for helping improve a wordmark icon!
|
||||
Please specify the icon name and provide the updated details.
|
||||
|
||||
- type: input
|
||||
id: icon-name
|
||||
attributes:
|
||||
label: "Wordmark Icon Name to Update"
|
||||
description: "The name of the existing wordmark icon you are updating (e.g., `my-service-wordmark`)."
|
||||
placeholder: "e.g., awesome-app-wordmark"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
**Icon Versioning Being Updated:** Is this wordmark a single version or does it have separate light/dark versions? This helps in providing the correct updated SVGs.
|
||||
|
||||
- type: checkboxes
|
||||
id: wordmark-update-type
|
||||
attributes:
|
||||
label: "Wordmark Version Type (of the icon being updated)"
|
||||
description: "Indicate the type of wordmark you are updating."
|
||||
options:
|
||||
- label: "Updating a single-version wordmark"
|
||||
required: false
|
||||
- label: "Updating a wordmark with separate light and dark versions"
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: svg-code-wordmark-normal-updated
|
||||
attributes:
|
||||
label: "Updated SVG Code (Single/Normal Wordmark)"
|
||||
description: "If updating a single-version wordmark, paste the NEW SVG code here."
|
||||
placeholder: "<svg>...</svg>"
|
||||
render: svg
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: svg-code-wordmark-light-updated
|
||||
attributes:
|
||||
label: "Updated SVG Code (Light Wordmark Version)"
|
||||
description: "If updating light/dark versions, paste the NEW SVG for the Light Version here (predominantly light colors)."
|
||||
placeholder: "<svg>...</svg>"
|
||||
render: svg
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: svg-code-wordmark-dark-updated
|
||||
attributes:
|
||||
label: "Updated SVG Code (Dark Wordmark Version)"
|
||||
description: "If updating light/dark versions, paste the NEW SVG for the Dark Version here (predominantly dark colors)."
|
||||
placeholder: "<svg>...</svg>"
|
||||
render: svg
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
**Important:** Provide the updated SVG(s) in the relevant section(s) above based on the type of wordmark being updated.
|
||||
|
||||
- type: textarea
|
||||
id: reason-for-update
|
||||
attributes:
|
||||
label: "Reason for Update"
|
||||
description: "Briefly explain why this wordmark icon needs an update (e.g., outdated design, quality improvement, color adjustment)."
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: additional-notes
|
||||
attributes:
|
||||
label: "Additional Notes (Optional)"
|
||||
description: "Any other relevant information."
|
||||
15
.github/workflows/daily_release.yml
vendored
15
.github/workflows/daily_release.yml
vendored
@@ -1,15 +0,0 @@
|
||||
name: Trigger Cloudflare Pages Build
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # Runs every day at midnight UTC
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
cron_job:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Run Your Cron Job
|
||||
run: |
|
||||
curl -X POST "${{ secrets.CLOUDFLARE_DEPLOY_HOOK_URL }}"
|
||||
@@ -8,7 +8,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
# This condition ensures the job only runs when the 'approved' label is added and the issue title starts with 'feat(icons): add '
|
||||
if: |
|
||||
contains(github.event.issue.labels.*.name, 'approved') &&
|
||||
contains(github.event.issue.labels.*.name, 'approved') &&
|
||||
startsWith(github.event.issue.title, 'feat(icons): add ')
|
||||
env:
|
||||
ICON_TYPE: ${{ contains(github.event.issue.labels.*.name, 'normal-icon') && 'normal' || 'monochrome' }}
|
||||
@@ -49,6 +49,8 @@ jobs:
|
||||
INPUT_ISSUE_FORM: ${{ steps.parse_issue_form.outputs.ISSUE_FORM }}
|
||||
- name: Generate File Tree
|
||||
run: python scripts/generate_file_tree.py svg png webp
|
||||
- name: Generate ICONS.md
|
||||
run: python scripts/generate_icons_page.py
|
||||
- name: Generate full metadata file
|
||||
run: python scripts/generate_metadata.py
|
||||
- name: Extract icon name
|
||||
|
||||
@@ -8,7 +8,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
# This condition ensures the job only runs when the 'approved' label is updated and the issue title starts with 'feat(icons): update '
|
||||
if: |
|
||||
contains(github.event.issue.labels.*.name, 'approved') &&
|
||||
contains(github.event.issue.labels.*.name, 'approved') &&
|
||||
startsWith(github.event.issue.title, 'feat(icons): update ')
|
||||
env:
|
||||
ICON_TYPE: ${{ contains(github.event.issue.labels.*.name, 'normal-icon') && 'normal' || 'monochrome' }}
|
||||
@@ -49,6 +49,8 @@ jobs:
|
||||
INPUT_ISSUE_FORM: ${{ steps.parse_issue_form.outputs.ISSUE_FORM }}
|
||||
- name: Generate File Tree
|
||||
run: python scripts/generate_file_tree.py svg png webp
|
||||
- name: Generate ICONS.md
|
||||
run: python scripts/generate_icons_page.py
|
||||
- name: Generate full metadata file
|
||||
run: python scripts/generate_metadata.py
|
||||
- name: Extract icon name
|
||||
|
||||
@@ -56,7 +56,7 @@ jobs:
|
||||
run: |
|
||||
git config --global user.email "homarr-labs@proton.me"
|
||||
git config --global user.name "Dashboard Icons Bot"
|
||||
git add tree.json
|
||||
git add tree.json tree.xml
|
||||
git commit -m "ci(github-actions): generate file tree" || exit 0
|
||||
git pull --rebase origin ${{ github.ref_name }}
|
||||
git push origin HEAD:${{ github.ref_name }}
|
||||
@@ -77,9 +77,14 @@ jobs:
|
||||
with:
|
||||
python-version: "3.9"
|
||||
|
||||
- name: Generate ICONS.md
|
||||
run: python scripts/generate_icons_page.py
|
||||
|
||||
- name: Commit and Push Changes
|
||||
run: |
|
||||
git config --global user.email "homarr-labs@proton.me"
|
||||
git config --global user.name "Dashboard Icons Bot"
|
||||
git add ICONS.md
|
||||
git commit -m "ci(github-actions): generate ICONS.md" || exit 0
|
||||
git pull --rebase origin ${{ github.ref_name }}
|
||||
git push origin HEAD:${{ github.ref_name }}
|
||||
|
||||
@@ -1,42 +1,30 @@
|
||||
# Code of Conduct
|
||||
## Code of Conduct
|
||||
|
||||
## Our Commitment
|
||||
We are committed to creating a welcoming and harassment-free environment for everyone who contributes to our icon repository. This includes people of all genders, gender identities, sexual orientations, disabilities, appearances, body sizes, races, ages, religions, and nationalities.
|
||||
|
||||
We are committed to maintaining a welcoming and inclusive environment for everyone who contributes to our icon collection. This includes people of all backgrounds, identities, and experiences.
|
||||
### Communication
|
||||
|
||||
## Expected Behavior
|
||||
All communication should be appropriate for a professional audience, respectful, constructive, and considerate of people from different backgrounds. Please aim to create a positive and inclusive atmosphere.
|
||||
|
||||
- Be respectful and constructive in all communications
|
||||
- Focus on what's best for the community
|
||||
- Show empathy towards other community members
|
||||
- Be open to different viewpoints and experiences
|
||||
### Prohibited Behavior
|
||||
|
||||
## Unacceptable Behavior
|
||||
We do not tolerate harassment, intimidation, discrimination, or any other inappropriate conduct, whether in communication or behavior. Prohibited actions include:
|
||||
|
||||
The following behaviors are unacceptable:
|
||||
- The use of sexual language or imagery
|
||||
- Deliberate intimidation or stalking
|
||||
- Unwelcome sexual attention or harassment
|
||||
- Inappropriate physical contact
|
||||
- Disruptions during events or conversations
|
||||
- Discrimination of any kind
|
||||
|
||||
- Harassment, discrimination, or intimidation
|
||||
- Offensive comments related to personal characteristics
|
||||
- Unwelcome sexual attention or advances
|
||||
- Disruptive behavior in community spaces
|
||||
- Any other conduct that could reasonably be considered inappropriate
|
||||
### Reporting
|
||||
|
||||
## Reporting
|
||||
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.
|
||||
|
||||
If you experience or witness behavior that violates this code:
|
||||
### Consequences
|
||||
|
||||
1. Contact us at [homarr-labs@proton.me](mailto:homarr-labs@proton.me)
|
||||
2. Provide as much detail as possible about the incident
|
||||
3. All reports will be reviewed confidentially
|
||||
Anyone violating this code of conduct may face consequences, such as warnings, removal from the repository, or a ban from future participation. We take violations seriously to ensure a safe and welcoming environment for everyone.
|
||||
|
||||
## Enforcement
|
||||
### Acknowledgment
|
||||
|
||||
Violations of this code may result in:
|
||||
|
||||
- Warning
|
||||
- Temporary suspension
|
||||
- Permanent ban from the community
|
||||
|
||||
## Attribution
|
||||
|
||||
This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org/), version 2.0.
|
||||
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.
|
||||
|
||||
146
CONTRIBUTING.md
146
CONTRIBUTING.md
@@ -1,104 +1,104 @@
|
||||
# Contributing to Dashboard Icons
|
||||

|
||||
|
||||
Thank you for your interest in contributing to our icon collection! These guidelines will help ensure smooth collaboration and maintain the quality of our collection.
|
||||
## Contribution Guidelines
|
||||
|
||||
Thank you for your interest in contributing to the icon repository! To ensure smooth collaboration, please follow these guidelines. Your contributions help make this project better.
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Contributing to Dashboard Icons](#contributing-to-dashboard-icons)
|
||||
- [Table of Contents](#table-of-contents)
|
||||
- [Icon Specifications](#icon-specifications)
|
||||
- [Format Requirements](#format-requirements)
|
||||
- [Quality Standards](#quality-standards)
|
||||
- [Light \& Dark Variants](#light--dark-variants)
|
||||
- [File Naming](#file-naming)
|
||||
- [Requesting New Icons](#requesting-new-icons)
|
||||
- [Improving the Repository](#improving-the-repository)
|
||||
- [Code of Conduct](#code-of-conduct)
|
||||
- [Questions?](#questions)
|
||||
- [Contribution Guidelines](#contribution-guidelines)
|
||||
- [Table of Contents](#table-of-contents)
|
||||
- [Icon Specifications](#icon-specifications)
|
||||
- [Format](#format)
|
||||
- [Cropping](#cropping)
|
||||
- [Light and Dark Versions](#light-and-dark-versions)
|
||||
- [File Naming](#file-naming)
|
||||
- [Quality Requirements](#quality-requirements)
|
||||
- [Git Commit Messages](#git-commit-messages)
|
||||
- [Contribution Process](#contribution-process)
|
||||
- [Code of Conduct](#code-of-conduct)
|
||||
- [Contact](#contact)
|
||||
|
||||
## Icon Specifications
|
||||
|
||||
### Format Requirements
|
||||
### Format
|
||||
|
||||
- **SVG Format**: All icons must be submitted in SVG format
|
||||
- **Auto-Generated Formats**: PNG and WEBP versions are generated automatically with:
|
||||
- Height: 512 pixels
|
||||
- Width: Auto (maintaining aspect ratio)
|
||||
- Transparency: Enabled
|
||||
- **SVG Format Required**: All icons should be submitted in SVG format. If an SVG version is unavailable, a PNG version will suffice, and a WEBP version will be generated accordingly.
|
||||
- **Automatic PNG and WEBP Generation**: PNG and WEBP versions are generated automatically from the SVG (or PNG) files using the following settings:
|
||||
- **Dimensions**:
|
||||
- Height: 512 pixels
|
||||
- Width: Auto (maintaining aspect ratio)
|
||||
- **Transparency**: Enabled
|
||||
|
||||
### Quality Standards
|
||||
### Cropping
|
||||
|
||||
- **Clean SVG**: No embedded raster images in SVG files
|
||||
- **Proper Cropping**: Remove empty space for proper centering
|
||||
- Use [SVG Crop](https://svgcrop.com/) for assistance
|
||||
- **No Upscaling**: Maintain original quality without artificial enlargement
|
||||
- **Remove Empty Space**: Crop any empty space from your SVG files to ensure the icon is properly centered and sized. You can use [SVG Crop](https://svgcrop.com/) to assist with this.
|
||||
|
||||
### Light & Dark Variants
|
||||
### Light and Dark Versions
|
||||
|
||||
For monochrome or single-color icons:
|
||||
|
||||
- **Light Variant**: Required for dark backgrounds
|
||||
- Invert black elements
|
||||
- Adjust colors for visibility
|
||||
- **Dark Variant**: Required for light backgrounds
|
||||
- Invert white elements
|
||||
- Adjust colors for visibility
|
||||
|
||||
**Tool Recommendation**: [DEEditor](https://deeditor.com/) for color adjustments
|
||||
- **Monochrome or Single Primary Color Icons**:
|
||||
- If your icon is monochrome, please provide additional versions if applicable:
|
||||
- **`-light` Version**: For icons primarily dark or using black as a main color, provide a `-light` version for light backgrounds.
|
||||
- **`-dark` Version**: For icons primarily light or using white as a main color, provide a `-dark` version for dark backgrounds.
|
||||
- **Examples**:
|
||||
- A black logo should include a `-light` version where black is inverted.
|
||||
- A multicolored logo using black should provide a `-light` version with the black replaced.
|
||||
- **Tool Recommendation**: [DEEditor](https://deeditor.com/) can help adjust icon colors if needed.
|
||||
|
||||
### File Naming
|
||||
|
||||
- **Kebab Case**: Use lowercase with hyphens
|
||||
- Example: "Nextcloud Calendar" → `nextcloud-calendar.svg`
|
||||
- **Variant Suffixes**:
|
||||
- `-light` for dark backgrounds
|
||||
- `-dark` for light backgrounds
|
||||
- **Kebab Case**: Name your files using kebab case (lowercase words separated by hyphens). For example, "Nextcloud Calendar" becomes `nextcloud-calendar.svg`.
|
||||
- **Note**: Filenames are automatically converted to kebab case, but please double-check your naming to avoid conflicts or errors.
|
||||
|
||||
## Requesting New Icons
|
||||
### Quality Requirements
|
||||
|
||||
To request a new icon:
|
||||
- **No Upscaled Images**: Icons should maintain their original quality without artificial enlargement.
|
||||
- **No Embedded Raster Images in SVGs**: Ensure that SVG files are true vector graphics without embedded raster images.
|
||||
|
||||
1. **Create an Issue**:
|
||||
- Use the appropriate [issue template](https://github.com/homarr-labs/dashboard-icons/issues/new/choose)
|
||||
- Choose between "Light & dark icon" or "Normal icon" template
|
||||
## Git Commit Messages
|
||||
|
||||
2. **Provide Information**:
|
||||
- Service/application name
|
||||
- Official logo or icon source
|
||||
- Any specific requirements or notes
|
||||
- **Use Semantic Commits**: Follow the format <type>(scope): description:
|
||||
- `feat(icons): add nextcloud-calendar` when adding new icons.
|
||||
|
||||
3. **Upload Icon** (optional):
|
||||
- Attach the SVG file directly to the issue
|
||||
- Include both light and dark variants if applicable
|
||||
## Contribution Process
|
||||
|
||||
4. **Wait for Review**:
|
||||
- Our team will review your request
|
||||
- We may request adjustments if needed
|
||||
- Once approved, we'll add the icon to the collection
|
||||
### Adding an icon
|
||||
|
||||
## Improving the Repository
|
||||
To add an icon to the repository, follow these steps:
|
||||
|
||||
To contribute to the repository itself:
|
||||
1. **Create issue**: Create an issue from one of the add [templates](https://github.com/homarr-labs/dashboard-icons/issues/new/choose):
|
||||
- **Light & dark icon**: Use this template to request a new icon with both light and dark versions.
|
||||
- **Normal icon**: Use this template to request a new icon with a single version.
|
||||
2. **Fill out the template**: Provide the requested information in the template. You can upload the icons directly to the issue.
|
||||
3. **Wait for approval**: Wait for the issue to be approved by a maintainer. If any changes are needed, they will be requested in the issue.
|
||||
4. **Maintainer approves & merges**: Once the issue is approved, a pull request with all the necessary changes will be created and merged by a maintainer.
|
||||
|
||||
1. **Fork the Repository**
|
||||
2. **Make Your Changes**:
|
||||
- Documentation improvements
|
||||
- Website enhancements
|
||||
- Repository maintenance
|
||||
- Bug fixes
|
||||
### Updating an icon
|
||||
|
||||
3. **Submit a Pull Request**:
|
||||
- Use semantic commit messages following the format: `<type>(scope): description`
|
||||
- `feat(icons): add nextcloud-calendar`
|
||||
- `fix(website): correct icon preview`
|
||||
- `docs(readme): update installation instructions`
|
||||
- Reference any related issues
|
||||
- Follow our [Code of Conduct](CODE_OF_CONDUCT.md)
|
||||
To update an icon in the repository, follow these steps:
|
||||
|
||||
1. **Create issue**: Create an issue from the update [template](https://github.com/homarr-labs/dashboard-icons/issues/new/choose).
|
||||
- **Light & dark icon**: Use this template to request a new icon with both light and dark versions.
|
||||
- **Normal icon**: Use this template to request a new icon with a single version.
|
||||
2. **Fill out the template**: Provide the requested information in the template. You can upload the icons directly to the issue.
|
||||
3. **Wait for approval**: Wait for the issue to be approved by a maintainer. If any changes are needed, they will be requested in the issue.
|
||||
4. **Maintainer approves & merges**: Once the issue is approved, a pull request with all the necessary changes will be created and merged by a maintainer.
|
||||
|
||||
### Change metadata / any other change
|
||||
|
||||
To change the metadata of an existing icon or any other change, follow these steps:
|
||||
|
||||
1. **Fork the Repository**: Create a fork of this repository on your GitHub account.
|
||||
2. **Clone the Repository**: Clone your forked repository to your local machine.
|
||||
3. **Add Your Icons**: Place your SVG icon(s) into the appropriate directory, following the specifications above.
|
||||
4. **Commit Your Changes**: Commit your additions with clear and descriptive commit messages using Gitmoji.
|
||||
5. **Push to Your Fork**: Push your committed changes to your forked repository on GitHub.
|
||||
6. **Create a Pull Request**: Submit a pull request to the main repository for review.
|
||||
|
||||
## Code of Conduct
|
||||
|
||||
By contributing, you agree to abide by our [Code of Conduct](CODE_OF_CONDUCT.md). Please review it to understand the expectations for all participants.
|
||||
|
||||
## Questions?
|
||||
## Contact
|
||||
|
||||
If you have any questions or need assistance, contact us at [homarr-labs@proton.me](mailto:homarr-labs@proton.me).
|
||||
If you have any questions or need assistance, feel free to reach out at [homarr-labs@proton.me](mailto:homarr-labs@proton.me). I'm happy to help.
|
||||
|
||||
188
README.md
188
README.md
@@ -1,126 +1,116 @@
|
||||
# Dashboard Icons
|
||||
> [!WARNING]
|
||||
> The repository has been migrated from `walkxcode` to `homarr-labs`, because I do not have the capacity/time to keep maintaining it. The Homarr team will take over all management and maintenance, whilst keeping all functionality for you, the user, the same. The project will always be usable outside of Homarr itself and breaking changes will not be made. ^Bjorn
|
||||
>
|
||||
> The license and guidelines have changed, so please review them. If you want to help with maintenance, reach out to [homarr-labs@proton.me](mailto:homarr-labs@proton.me).
|
||||
|
||||
[](https://www.jsdelivr.com/package/gh/walkxcode/dashboard-icons)
|
||||
[](https://www.jsdelivr.com/package/gh/homarr-labs/dashboard-icons)
|
||||
[](https://github.com/homarr-labs/dashboard-icons/stargazers)
|
||||
[](https://github.com/homarr-labs/dashboard-icons/graphs/contributors)
|
||||
[](https://www.jsdelivr.com/package/gh/homarr-labs/dashboard-icons)
|
||||
[](https://www.jsdelivr.com/package/gh/walkxcode/dashboard-icons)
|
||||
|
||||
> **Your definitive source for dashboard icons.**
|
||||
## Dashboard Icons
|
||||
|
||||
A collection of over 1800 curated icons for services, applications and tools, designed specifically for dashboards and app directories.
|
||||
The best source for dashboard icons.<br />
|
||||
[**View icons →**](ICONS.md)
|
||||
|
||||
**[→ Browse the collection at dashboardicons.com](https://dashboardicons.com)**
|
||||
## Table of Contents
|
||||
- [Dashboard Icons](#dashboard-icons)
|
||||
- [Table of Contents](#table-of-contents)
|
||||
- [Icon Requests](#icon-requests)
|
||||
- [Supported Dashboards](#supported-dashboards)
|
||||
- [Usage and Details](#usage-and-details)
|
||||
- [Direct Links](#direct-links)
|
||||
- [Base URL](#base-url)
|
||||
- [Name](#name)
|
||||
- [Formats](#formats)
|
||||
- [Dark/Light Versions](#darklight-versions)
|
||||
- [Downloading Icons](#downloading-icons)
|
||||
- [Disclaimer](#disclaimer)
|
||||
|
||||
## Why Dashboard Icons?
|
||||
## Icon Requests
|
||||
|
||||
- **Comprehensive Collection**: 1800+ icons for all popular services and tools
|
||||
- **Consistent Style**: Uniform visual language across different services
|
||||
- **Multiple Formats**: Available in SVG, PNG, and WEBP to suit your needs
|
||||
- **Light & Dark Variants**: Icons optimized for both light and dark themes
|
||||
- **Community-Driven**: Easy process to request missing icons
|
||||
If you're looking to add a new icon, please read the [Contribution Guidelines](CONTRIBUTING.md). Afterwards, submit a Pull Request or open an issue.
|
||||
|
||||
<p align="center">
|
||||
<a href="https://dashboardicons.com">
|
||||
<video width="650" autoplay loop muted playsinline>
|
||||
<source src="assets/preview.mp4" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
</a>
|
||||
</p>
|
||||
## Supported Dashboards
|
||||
|
||||
## Using the Icons
|
||||
|
||||
### Website
|
||||
|
||||
Find and download icons at [dashboardicons.com](https://dashboardicons.com):
|
||||
|
||||
1. Search for the icon you need
|
||||
2. Click on an icon to view details
|
||||
3. Choose your preferred format
|
||||
4. Download or copy the direct link
|
||||
|
||||
### Direct Links
|
||||
|
||||
Use icons from CDN with this pattern:
|
||||
|
||||
```
|
||||
<Base URL>/<Format>/<Icon Name>.<Format>
|
||||
```
|
||||
|
||||
**Base URL options:**
|
||||
- jsDelivr (recommended): `https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons`
|
||||
- GitHub Direct: `https://raw.githubusercontent.com/homarr-labs/dashboard-icons/main`
|
||||
|
||||
**Example:**
|
||||
```html
|
||||
<img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/plex.svg" alt="Plex">
|
||||
```
|
||||
|
||||
### Technical Details
|
||||
|
||||
- **Naming Convention**: Kebab-case (lowercase with hyphens)
|
||||
- Example: "Nextcloud Calendar" → `nextcloud-calendar`
|
||||
|
||||
- **Available Formats**:
|
||||
- SVG: Vector format (original source)
|
||||
- PNG: 512px height (auto-generated)
|
||||
- WEBP: 512px height (auto-generated)
|
||||
|
||||
- **Variants**:
|
||||
- `-light` suffix for dark backgrounds (e.g., `github-light.svg`)
|
||||
- `-dark` suffix for light backgrounds (e.g., `github-dark.svg`)
|
||||
|
||||
- **Command Line**:
|
||||
```bash
|
||||
# Download with curl
|
||||
curl -O https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/nextcloud.svg
|
||||
|
||||
# Download with wget
|
||||
wget https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/nextcloud.svg
|
||||
```
|
||||
|
||||
## Dashboard Integration
|
||||
|
||||
These icons integrate seamlessly with popular dashboard applications:
|
||||
Several dashboards offer seamless integration with Dashboard Icons. Here are some of the most popular options:
|
||||
|
||||
- [Homarr](https://github.com/ajnart/homarr)
|
||||
- [Homepage](https://github.com/gethomepage/homepage)
|
||||
- [Dashy](https://github.com/Lissy93/dashy)
|
||||
|
||||
...and many others!
|
||||
## Usage and Details
|
||||
|
||||
## Contributing
|
||||
### Direct Links
|
||||
|
||||
### Request Icons
|
||||
Icons can be used directly from either GitHub or jsDelivr (recommended). Links consist of three components, each described below:
|
||||
|
||||
Need an icon that's not in our collection?
|
||||
- **Base URL**
|
||||
- **Name**
|
||||
- **Format**
|
||||
|
||||
1. Check the [Contribution Guidelines](CONTRIBUTING.md) for specifications
|
||||
2. Submit a request using our [issue templates](https://github.com/homarr-labs/dashboard-icons/issues/new/choose)
|
||||
3. Provide service details and optionally upload the icon
|
||||
4. Our team will review, optimize, and add it to the collection
|
||||
A complete link will look like this:
|
||||
|
||||
### Improve the Repository
|
||||
https://<Base URL>/<Format>/<Name>.<Format>
|
||||
|
||||
Want to help with the repository itself?
|
||||
For example, the icon URL for the WEBP version of Nextcloud Calendar would be:
|
||||
|
||||
- Review our [Contribution Guidelines](CONTRIBUTING.md)
|
||||
- Fork the repository, make your changes, and submit a pull request
|
||||
- We welcome help with documentation, website improvements, and maintenance
|
||||
https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/nextcloud-calendar.webp
|
||||
|
||||
## Support
|
||||
#### Base URL
|
||||
|
||||
- **GitHub Issues**: Report bugs or request icons
|
||||
- **Email**: [homarr-labs@proton.me](mailto:homarr-labs@proton.me)
|
||||
We recommend using jsDelivr, a free and fast CDN:
|
||||
|
||||
## Legal
|
||||
- `https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons`
|
||||
|
||||
**Disclaimer**: All product names, trademarks, and registered trademarks are the property of their respective owners. Icons are used for identification purposes only and do not imply endorsement.
|
||||
Alternatively, you can use direct links to the repository:
|
||||
|
||||
**License**: This project is available under the terms of the [LICENSE](LICENSE) file.
|
||||
- `https://raw.githubusercontent.com/homarr-labs/dashboard-icons/refs/heads/main`
|
||||
|
||||
---
|
||||
#### Name
|
||||
|
||||
<p align="center">
|
||||
Made with ♥ by the <a href="https://github.com/homarr-labs">Homarr Labs</a> team and contributors
|
||||
</p>
|
||||
Icons are named using kebab case (lowercase words separated by hyphens). For example, "Nextcloud Calendar" becomes `nextcloud-calendar`.
|
||||
|
||||
#### Formats
|
||||
|
||||
Icons are available in the following formats:
|
||||
|
||||
- SVG
|
||||
- PNG
|
||||
- WEBP
|
||||
|
||||
All icons are generated from the SVG file as the base.
|
||||
|
||||
*Read more about the specifics and standards of icons in the [Contribution Guidelines](CONTRIBUTING.md).*
|
||||
|
||||
### Dark/Light Versions
|
||||
|
||||
In some cases, an icon might have very light or dark colors, making it hard to see on certain backgrounds. In this situation, a `-light` or `-dark` version will be added to the end of the icon's name, with colors adjusted accordingly.
|
||||
|
||||
For example, "2fauth" becomes `2fauth-light`.
|
||||
|
||||
*Read more about the specifics and standards of icons in the [Contribution Guidelines](CONTRIBUTING.md).*
|
||||
|
||||
### Downloading Icons
|
||||
|
||||
To download icons from the [icons page](ICONS.md), simply Right-click the icon link and select "Save link as".
|
||||
|
||||
**Warning**: Visiting the icons page will load every icon in the repository. This may result in:
|
||||
|
||||
- High data usage.
|
||||
- System slowdowns.
|
||||
- Browser crashes on some devices.
|
||||
|
||||
If you prefer not to load all icons at once, consider using the direct links or downloading icons individually.
|
||||
|
||||
To download icons using the terminal, use `curl` or `wget`. Refer to [Direct Links](#direct-links) for details on the link structure.
|
||||
|
||||
curl -O https://<Base URL>/<Format>/<Name>.<Format>
|
||||
|
||||
or
|
||||
|
||||
wget https://<Base URL>/<Format>/<Name>.<Format>
|
||||
|
||||
## Disclaimer
|
||||
|
||||
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 us at [homarr-labs@proton.me](mailto:homarr-labs@proton.me).
|
||||
|
||||
Binary file not shown.
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"paywall-remover",
|
||||
"article-unblocker"
|
||||
],
|
||||
"categories": [
|
||||
"Web-Browsers"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-10-13T18:25:47Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"2FA Authenticator"
|
||||
],
|
||||
"categories": [
|
||||
"Password-Managers",
|
||||
"Security"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-10-13T18:37:13Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"7-zip"
|
||||
],
|
||||
"categories": [
|
||||
"Developer-Tools"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2025-01-05T00:02:27Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"Database Management"
|
||||
],
|
||||
"categories": [
|
||||
"Databases",
|
||||
"Developer-Tools"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2022-08-16T17:22:56Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2025-04-06T16:32:41.752755",
|
||||
"author": {
|
||||
"id": 63781622,
|
||||
"login": "Meierschlumpf"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,7 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [],
|
||||
"categories": [
|
||||
"Monitoring-Tools"
|
||||
],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-10-20T19:32:46Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [],
|
||||
"categories": [
|
||||
"Media"
|
||||
],
|
||||
"update": {
|
||||
"timestamp": "2025-04-18T08:34:26.627973",
|
||||
"author": {
|
||||
"id": 2432100,
|
||||
"login": "lyneld"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,13 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"no-code-platform",
|
||||
"app-builder"
|
||||
],
|
||||
"categories": [
|
||||
"Developer-Tools",
|
||||
"Cloud-Computing"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-06-01T17:32:11Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [
|
||||
"Download Manager"
|
||||
],
|
||||
"categories": [
|
||||
"Download-Managers"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-10-20T19:32:46Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"prime-video",
|
||||
"amazon-video"
|
||||
],
|
||||
"categories": [
|
||||
"Video-Streaming"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-10-20T17:24:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"online-marketplace",
|
||||
"shopping-website"
|
||||
],
|
||||
"categories": [
|
||||
"E-commerce-Platforms"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-10-20T17:24:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"processor-company",
|
||||
"computer-chips"
|
||||
],
|
||||
"categories": [
|
||||
"Hardware",
|
||||
"Organization"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2023-04-13T13:56:18Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [
|
||||
"Asterisk Manager"
|
||||
],
|
||||
"categories": [
|
||||
"Networking-Tools",
|
||||
"Communication"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-10-20T19:32:46Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [
|
||||
"music-server",
|
||||
"audio-streaming"
|
||||
],
|
||||
"categories": [
|
||||
"Media-Servers",
|
||||
"Music-Streaming"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-10-20T19:32:46Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [],
|
||||
"categories": [
|
||||
"Smart-Home"
|
||||
],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-10-20T17:24:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"android-logo",
|
||||
"mobile-os-icon"
|
||||
],
|
||||
"categories": [
|
||||
"Operating-Systems"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2023-04-13T13:56:18Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"android-os",
|
||||
"mobile-os"
|
||||
],
|
||||
"categories": [
|
||||
"Operating-Systems"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2023-04-13T13:56:18Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"Email Aliases"
|
||||
],
|
||||
"categories": [
|
||||
"Email-Providers",
|
||||
"Security"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-10-20T17:24:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"Automation Tool"
|
||||
],
|
||||
"categories": [
|
||||
"Developer-Tools",
|
||||
"DevOps"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-10-20T17:24:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"NoSQL Database"
|
||||
],
|
||||
"categories": [
|
||||
"Databases"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2023-04-13T13:56:18Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"realtime-database",
|
||||
"analytics-database"
|
||||
],
|
||||
"categories": [
|
||||
"Databases"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2023-04-13T13:56:18Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [
|
||||
"Home Automation"
|
||||
],
|
||||
"categories": [
|
||||
"Home-Automation",
|
||||
"Smart-Home"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-10-20T19:32:46Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"itunes-music",
|
||||
"apple-music-service"
|
||||
],
|
||||
"categories": [
|
||||
"Music-Streaming"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-10-20T17:24:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"apple-tv",
|
||||
"streaming-service"
|
||||
],
|
||||
"categories": [
|
||||
"Video-Streaming"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-10-20T17:24:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -13,4 +13,4 @@
|
||||
"light": "apple",
|
||||
"dark": "apple-light"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [
|
||||
"steam-idler",
|
||||
"game-farmer"
|
||||
],
|
||||
"categories": [
|
||||
"Gaming-Platforms"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-10-20T19:32:46Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [
|
||||
"web-archiver",
|
||||
"site-scraper"
|
||||
],
|
||||
"categories": [
|
||||
"Developer-Tools"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-10-20T19:32:46Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"GitOps Tool"
|
||||
],
|
||||
"categories": [
|
||||
"Developer-Tools",
|
||||
"DevOps",
|
||||
"Containerization-&-Orchestration"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-10-20T17:24:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"ipmi-tool",
|
||||
"server-remote-management"
|
||||
],
|
||||
"categories": [
|
||||
"Server-Panels",
|
||||
"Hardware"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-10-20T19:32:46Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [
|
||||
"digital-asset-management",
|
||||
"media-library"
|
||||
],
|
||||
"categories": [
|
||||
"File-Sharing-&-Sync",
|
||||
"Developer-Tools"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-10-20T19:32:46Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"Help Desk"
|
||||
],
|
||||
"categories": [
|
||||
"Office-Suites",
|
||||
"Developer-Tools"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-10-20T17:24:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"gaming-laptop",
|
||||
"gaming-pc"
|
||||
],
|
||||
"categories": [
|
||||
"Gaming-Platforms",
|
||||
"Hardware"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2023-04-13T13:56:18Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"Router"
|
||||
],
|
||||
"categories": [
|
||||
"Networking-Tools",
|
||||
"Smart-Home"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2023-04-16T12:26:21Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"continuous-integration",
|
||||
"build-server"
|
||||
],
|
||||
"categories": [
|
||||
"Developer-Tools",
|
||||
"Version-Control-Systems"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2023-04-13T13:56:18Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"Issue Tracker"
|
||||
],
|
||||
"categories": [
|
||||
"Developer-Tools",
|
||||
"Office-Suites"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2023-04-13T13:56:18Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"atuin-sh"
|
||||
],
|
||||
"categories": [
|
||||
"Development"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2025-04-28T18:58:39.840943",
|
||||
"timestamp": "2024-10-20T17:24:03Z",
|
||||
"author": {
|
||||
"id": 71191962,
|
||||
"login": "lammersbjorn"
|
||||
"name": "walkxcode"
|
||||
}
|
||||
},
|
||||
"colors": {
|
||||
"dark": "atuin",
|
||||
"light": "atuin-light"
|
||||
}
|
||||
}
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"audio-editing-software",
|
||||
"sound-editor"
|
||||
],
|
||||
"categories": [
|
||||
"Graphics-Editors"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2023-04-13T13:56:18Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"reverse-proxy-auth",
|
||||
"identity-provider"
|
||||
],
|
||||
"categories": [
|
||||
"Security",
|
||||
"Networking-Tools"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2023-04-13T13:56:18Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [
|
||||
"minecraft-server-script",
|
||||
"game-server-automation"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [
|
||||
"Gaming-Platforms",
|
||||
"Home-Automation"
|
||||
"Gaming"
|
||||
],
|
||||
"update": {
|
||||
"timestamp": "2025-03-24T19:26:25.573313",
|
||||
|
||||
@@ -1,22 +1,12 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [
|
||||
"security-camera-company",
|
||||
"video-surveillance"
|
||||
],
|
||||
"categories": [
|
||||
"Smart-Home",
|
||||
"Hardware"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2025-01-07T17:54:03Z",
|
||||
"author": {
|
||||
"id": 71191962,
|
||||
"name": "walkxcode"
|
||||
}
|
||||
},
|
||||
"colors": {
|
||||
"dark": "axis",
|
||||
"light": "axis-light"
|
||||
}
|
||||
}
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [
|
||||
"Baby Tracker"
|
||||
],
|
||||
"categories": [
|
||||
"Home-Automation",
|
||||
"Personal"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2025-01-07T17:54:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"Cloud Backup"
|
||||
],
|
||||
"categories": [
|
||||
"Cloud-Computing",
|
||||
"File-Sharing-&-Sync"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2023-04-13T13:56:18Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"Backup Tool"
|
||||
],
|
||||
"categories": [
|
||||
"Databases",
|
||||
"Developer-Tools"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-10-20T17:24:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [
|
||||
"enterprise-backup",
|
||||
"data-backup"
|
||||
],
|
||||
"categories": [
|
||||
"Developer-Tools"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2025-01-07T17:54:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [
|
||||
"CalDAV Server"
|
||||
],
|
||||
"categories": [
|
||||
"Server-Panels",
|
||||
"File-Sharing-&-Sync"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2025-01-07T17:54:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [],
|
||||
"categories": [
|
||||
"Cloud"
|
||||
],
|
||||
"update": {
|
||||
"timestamp": "2025-04-17T16:57:40.799513",
|
||||
"author": {
|
||||
"id": 48109134,
|
||||
"login": "jdcool00"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2025-04-17T16:55:42.720426",
|
||||
"author": {
|
||||
"id": 48109134,
|
||||
"login": "jdcool00"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,13 +1,7 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [
|
||||
"Session Manager"
|
||||
],
|
||||
"categories": [
|
||||
"Security",
|
||||
"Developer-Tools",
|
||||
"Networking-Tools"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2025-01-07T17:54:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"Habit Tracker"
|
||||
],
|
||||
"categories": [
|
||||
"Note-taking-Apps",
|
||||
"Office-Suites"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-10-20T17:24:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"php-web-framework"
|
||||
],
|
||||
"categories": [
|
||||
"Developer-Tools"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-10-20T17:24:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"Hosting Provider"
|
||||
],
|
||||
"categories": [
|
||||
"Cloud-Computing"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2025-01-05T20:55:05Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [
|
||||
"Instagram Frontend"
|
||||
],
|
||||
"categories": [
|
||||
"Social-Media",
|
||||
"Web-Browsers"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2025-01-07T17:54:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [
|
||||
"Supermarket"
|
||||
],
|
||||
"categories": [
|
||||
"E-commerce-Platforms"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2025-01-07T17:54:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"Finance Tracker"
|
||||
],
|
||||
"categories": [
|
||||
"Finance-&-Banking"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-10-20T17:24:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"microsoft-search",
|
||||
"web-search"
|
||||
],
|
||||
"categories": [
|
||||
"Search-Engines"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2023-04-13T13:56:18Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"btc",
|
||||
"digital-currency"
|
||||
],
|
||||
"categories": [
|
||||
"Finance-&-Banking"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2023-04-13T13:56:18Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [
|
||||
"private-tracker",
|
||||
"torrent-site"
|
||||
],
|
||||
"categories": [
|
||||
"Download-Managers"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2025-01-07T17:54:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"Password Manager"
|
||||
],
|
||||
"categories": [
|
||||
"Password-Managers",
|
||||
"Security"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2022-08-16T17:22:56Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"dns-server",
|
||||
"adblocking-dns"
|
||||
],
|
||||
"categories": [
|
||||
"Networking-Tools",
|
||||
"Security"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2022-09-12T10:23:51Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [
|
||||
"helium-hotspot",
|
||||
"crypto-miner"
|
||||
],
|
||||
"categories": [
|
||||
"Hardware",
|
||||
"Networking-Tools"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2025-01-07T17:54:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [],
|
||||
"categories": [
|
||||
"Organization"
|
||||
],
|
||||
"update": {
|
||||
"timestamp": "2025-05-08T21:13:01.765713",
|
||||
"author": {
|
||||
"id": 1506555,
|
||||
"login": "danielkoster"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"book-tracker",
|
||||
"reading-log"
|
||||
],
|
||||
"categories": [
|
||||
"Note-taking-Apps"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-10-20T17:24:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [
|
||||
"brave-developer",
|
||||
"dev-browser"
|
||||
],
|
||||
"categories": [
|
||||
"Web-Browsers"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2025-01-07T17:54:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [
|
||||
"homebrewing-controller",
|
||||
"fermentation-control"
|
||||
],
|
||||
"categories": [
|
||||
"Home-Automation"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2025-01-07T17:54:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [],
|
||||
"categories": [
|
||||
"Logistics"
|
||||
],
|
||||
"update": {
|
||||
"timestamp": "2025-05-08T20:55:30.191802",
|
||||
"author": {
|
||||
"id": 31495062,
|
||||
"login": "jeremywillans"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,22 +1,12 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"printer-company",
|
||||
"office-equipment"
|
||||
],
|
||||
"categories": [
|
||||
"Hardware",
|
||||
"Office-Suites"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-10-20T17:24:03Z",
|
||||
"author": {
|
||||
"id": 71191962,
|
||||
"name": "walkxcode"
|
||||
}
|
||||
},
|
||||
"colors": {
|
||||
"dark": "brother",
|
||||
"light": "brother-light"
|
||||
}
|
||||
}
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [
|
||||
"CI/CD"
|
||||
],
|
||||
"categories": [
|
||||
"Developer-Tools",
|
||||
"DevOps"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2025-01-07T17:54:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"budget-manager",
|
||||
"personal-finance"
|
||||
],
|
||||
"categories": [
|
||||
"Finance-&-Banking",
|
||||
"Note-taking-Apps"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-10-20T17:24:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [
|
||||
"go-web-framework"
|
||||
],
|
||||
"categories": [
|
||||
"Developer-Tools"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2025-01-07T17:54:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [],
|
||||
"categories": [
|
||||
"Finance"
|
||||
],
|
||||
"update": {
|
||||
"timestamp": "2025-04-22T18:36:00.262663",
|
||||
"author": {
|
||||
"id": 41155244,
|
||||
"login": "giovannicalabro"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,13 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"Reverse Proxy"
|
||||
],
|
||||
"categories": [
|
||||
"Networking-Tools",
|
||||
"Server-Panels",
|
||||
"Security"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-06-01T17:44:17Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"File Uploader"
|
||||
],
|
||||
"categories": [
|
||||
"File-Sharing-&-Sync",
|
||||
"Developer-Tools"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2025-01-05T01:06:46Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [
|
||||
"service-monitor",
|
||||
"alerting-tool"
|
||||
],
|
||||
"categories": [
|
||||
"Monitoring-Tools"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2025-01-07T17:54:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"network-graphing",
|
||||
"performance-monitoring"
|
||||
],
|
||||
"categories": [
|
||||
"Monitoring-Tools",
|
||||
"Networking-Tools"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2023-04-13T13:56:18Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [
|
||||
"mastodon-server",
|
||||
"federated-social-network"
|
||||
],
|
||||
"categories": [
|
||||
"Social-Media"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2025-01-07T17:54:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [],
|
||||
"categories": [
|
||||
"Media"
|
||||
],
|
||||
"update": {
|
||||
"timestamp": "2025-04-22T17:31:36.311538",
|
||||
"author": {
|
||||
"id": 2319445,
|
||||
"login": "samcro1967"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,14 +1,9 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"ebook-library",
|
||||
"book-converter"
|
||||
],
|
||||
"categories": [
|
||||
"Media-Servers"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2023-04-13T20:27:58",
|
||||
"timestamp": "2023-04-13T20:27:58Z",
|
||||
"author": {
|
||||
"id": 71191962,
|
||||
"name": "walkxcode"
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [
|
||||
"Camera Interface"
|
||||
],
|
||||
"categories": [
|
||||
"Home-Automation",
|
||||
"Monitoring-Tools"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2025-01-07T17:54:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"Ubuntu Company"
|
||||
],
|
||||
"categories": [
|
||||
"Operating-Systems",
|
||||
"Linux-Distributions"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2023-04-13T20:27:58Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"centos-linux",
|
||||
"enterprise-linux"
|
||||
],
|
||||
"categories": [
|
||||
"Linux-Distributions",
|
||||
"Operating-Systems"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2023-04-13T13:56:18Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"digital-video-recorder",
|
||||
"tv-recording"
|
||||
],
|
||||
"categories": [
|
||||
"Media-Servers",
|
||||
"Home-Automation"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-10-20T17:24:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [
|
||||
"AI Chatbot"
|
||||
],
|
||||
"categories": [
|
||||
"AI-&-LLM-Platforms"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2024-01-29T22:26:51Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [
|
||||
"recipe-app"
|
||||
],
|
||||
"categories": [
|
||||
"Home-Automation"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2025-01-07T17:54:03Z",
|
||||
"author": {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [
|
||||
"chrome-beta-channel",
|
||||
"beta-browser"
|
||||
],
|
||||
"categories": [
|
||||
"Web-Browsers"
|
||||
],
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2025-01-07T17:54:03Z",
|
||||
"author": {
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user