diff --git a/.github/ISSUE_TEMPLATE/request_suggest.yml b/.github/ISSUE_TEMPLATE/request_suggest.yml index 60b880c..03bfc8c 100644 --- a/.github/ISSUE_TEMPLATE/request_suggest.yml +++ b/.github/ISSUE_TEMPLATE/request_suggest.yml @@ -5,12 +5,12 @@ assignees: walkxcode body: - type: markdown attributes: - value: "Thank you for your interest in contributing to our icon repository! To ensure that everything runs smoothly, we've set out some guidelines for contributors.\n## ๐ŸŒŸ Icon Specifications\n\n- Each icon should include both a **PNG** and **SVG** version. If an **SVG** cannot be found, then only a **PNG** version is required.\n\n- Each icon should be in **PNG** format and have a height of exactly **512px**. Width does not matter. โ—๏ธ(No upscales! If the correct size cannot be found, a smaller height will be accepted.)\n\n- Icons should be named after their full name, using the [Kebab Case](https://wiki.c2.com/?KebabCase) naming convention. For example, \"Facebook Messenger\" should be named `facebook-messenger.png`.\n\n- Monochrome icons should default to a dark version. Light versions should be named `service-light.png`. If a light version is not available, use [https://pinetools.com/colorize-image](https://pinetools.com/colorize-image) to change its color.\n" + value: "Thank you for your interest in contributing to our icon repository! To ensure smooth collaboration, we've established clear guidelines for contributors.\n## ๐ŸŒŸ Icon Specifications\n\n- Icons should be provided in both `PNG` and `SVG` formats. Formats like `JPEG` or `WEBP` will not be accepted.\n - If an `SVG` version is unavailable, a `PNG` version alone suffices.\n - Conversely, if a `PNG` version is missing, it can be generated using [Ezgif SVG to PNG](https://github.com/walkxcode/dashboard-icons/blob/main/CONTRIBUTING.md#-converting-svg-to-png).\n\n- `PNG` files should have a height of exactly `512px` Width can vary, but a 1:1 aspect ratio is preferred.\n - โ— Exceptions for upscales will be made only if the correct or a downscaled version cannot be obtained.\n - Downsizing can be accomplished using [iLoveIMG Resize](https://github.com/walkxcode/dashboard-icons/blob/main/CONTRIBUTING.md#-downscaling-pngs).\n\n- Icons should be named using the [Kebab Case](https://wiki.c2.com/?KebabCase) convention, reflecting their full name. For instance, \"Facebook Messenger\" should be named `facebook-messenger.png`.\n\n- Monochrome icons should default to a dark version. Light versions should be named `name-light.png`. If a light version is absent, utilize [https://pinetools.com/colorize-image](https://pinetools.com/colorize-image) to adjust its color.\n" - type: checkboxes attributes: label: Contribution Guidelines options: - - label: I have read and agree to the [Contribution Guidelines](https://github.com/walkxcode/dashboard-icons/blob/main/CONTRIBUTING.md) + - label: I have read and agree to the [Contribution Guidelines](https://github.com/walkxcode/dashboard-icons/blob/main/CONTRIBUTING.md) required: true - type: textarea id: icon-name diff --git a/.github/workflows/icons-page-generation.yml b/.github/workflows/icons-page-generation.yml index 84ac0cb..a80d500 100644 --- a/.github/workflows/icons-page-generation.yml +++ b/.github/workflows/icons-page-generation.yml @@ -28,5 +28,5 @@ jobs: git config --global user.email "noreply@walkx.fyi" git config --global user.name "Dashboard Icons Bot" git add -A - git commit -m ":rocket: Generates ICONS" || exit 0 + git commit -m ":construction_worker: Generates ICONS.md" || exit 0 git push diff --git a/.github/workflows/png-compression.yml b/.github/workflows/png-compression.yml index 426a874..a742868 100644 --- a/.github/workflows/png-compression.yml +++ b/.github/workflows/png-compression.yml @@ -2,9 +2,9 @@ name: ๐Ÿ—œ๏ธ PNG Compression on: schedule: - - cron: '0 0 * * 0' + - cron: "0 0 * * 0" workflow_dispatch: - + jobs: compress-images: runs-on: ubuntu-latest @@ -15,18 +15,18 @@ jobs: run: | sudo apt-get update sudo apt-get install -y zopfli - + - name: Compress PNGs run: | - echo "๐Ÿ–ผ๏ธ Compressing PNGs..." + echo "Compressing PNGs..." find png/ -iname "*.png" -print0 | xargs -0 -P 4 -I{} sh -c 'echo "Compressing {}"; zopflipng -y {} {}' || true - + - name: Load to GitHub run: |- git diff git config --global user.email "noreply@walkx.fyi" git config --global user.name "Dashboard Icons Bot" git add -A - git commit -m ":clamp: Compresses PNGs" || exit 0 + git commit -m ":children_crossing: Compresses PNGs" || exit 0 git pull --ff-only git push diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 77acbfc..ac0e38e 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -12,7 +12,7 @@ Harassment, intimidation, discrimination, or any other inappropriate conduct or ## ๐Ÿ“ข Reporting -If you believe someone is violating the code of conduct, please report it immediately to contact@walkx.fyi. All reports will be reviewed and investigated promptly and confidentially. +If you believe someone is violating the code of conduct, please report it immediately to walkxnl@gmail.com. All reports will be reviewed and investigated promptly and confidentially. ## ๐Ÿšจ Consequences diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9c09a12..cae5610 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,32 +1,50 @@ -# ๐ŸŽ‰ Contributing Guidelines +# ๐Ÿค Contribution Guidelines -Thank you for your interest in contributing to our icon repository! To ensure that everything runs smoothly, we've set out some guidelines for contributors. +We appreciate your interest in contributing to our icon repository! To ensure smooth collaboration, kindly adhere to the following guidelines: ## ๐ŸŒŸ Icon Specifications -- Each icon should include both a **PNG** and **SVG** version. If an **SVG** cannot be found, then only a **PNG** version is required. -- Each icon should be in **PNG** format and have a height of exactly **512px**. Width does not matter. โ—๏ธ(No upscales! If the correct size cannot be found, a smaller height will be accepted.) -- Icons should be named after their full name, using the [Kebab Case](https://wiki.c2.com/?KebabCase) naming convention. For example, "Facebook Messenger" should be named `facebook-messenger.png`. -- Monochrome icons should default to a dark version. Light versions should be named `service-light.png`. If a light version is not available, use [https://pinetools.com/colorize-image](https://pinetools.com/colorize-image) to change its color. - +- Icons should be provided in both `PNG` and `SVG` formats. Other formats like `JPEG` or `WEBP` will not be accepted. + - In cases where an `SVG` version is unavailable, a `PNG` version alone suffices. + - Conversely, if a `PNG` version is missing, it can be generated using [Ezgif SVG to PNG](#-converting-svg-to-png). +- `PNG`s should maintain a height of exactly `512px`, while width can vary. However, a 1:1 aspect ratio is preferred. + - โ— Avoid upscales! Exceptions will be made only if the correct or a downscaled version cannot be obtained. + - Downsizing can be accomplished using [iLoveIMG Resize](#-downscaling-pngs). +- Icons should be named using the [Kebab Case](https://wiki.c2.com/?KebabCase) convention, reflecting their full name. For instance, "Facebook Messenger" should be named `facebook-messenger.png`. +- Icons that are predominantly monochrome should default to a dark version. Light versions should be named `name-light.png`. If a light version is not available, use [https://pinetools.com/colorize-image](https://pinetools.com/colorize-image) to adjust its color. ## ๐Ÿ’ป Gitmoji Commits -- Please use [Gitmoji](https://gitmoji.dev/) in your commit messages. This helps us keep our commit history clear and easy to understand. For example, you might use the `๐Ÿฑ` emoji for a commit that updates an icon's color, or the `๐Ÿ“` emoji for a commit that updates the documentation. +- Use [Gitmoji](https://gitmoji.dev/) in your commit messages. This helps us keep our commit history clear and easy to understand. For instance, use the `๐Ÿฑ` emoji for commits related to updating icon colors, and `๐Ÿ“` for documentation updates. +## ๐Ÿ”€ Converting SVG to PNG + +1. Go to https://ezgif.com/svg-to-png. +2. Upload the `SVG` file by clicking "Upload". +3. Set the "Height (optional)" field to `512`, leaving other settings as default. +4. Click "Convert to PNG!". +5. Click "Save" located at the bottom right under the converted image. + +## โคต๏ธ Downscaling PNGs + +1. Go to https://www.iloveimg.com/resize-image. +2. Upload the `PNG` file(s). +3. Adjust the "Height (px)" field to `512`, leaving other settings as default. +4. Click "Resize IMAGES". +5. Download the resized icon(s). ## ๐Ÿค Contributing -1. Fork the repository to your own GitHub account. +1. Fork the repository to your GitHub account. 2. Clone the repository to your local machine. -3. Add your icon(s) to the repository, following the specifications listed above. +3. Add your icon(s) to the repository, adhering to the specified guidelines. 4. Push your changes to your fork. 5. Create a pull request in the main repository. ## ๐Ÿšจ Code of Conduct -Please note that by contributing to this repository, you agree to abide by our code of conduct, which can be found in the [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) file in the repository. +Kindly note that contributing to this repository necessitates adherence to our code of conduct, outlined in the [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) file within the repository. --- -If you have any questions or concerns, please don't hesitate to reach out to me at contact@walkx.fyi. Happy contributing! ๐Ÿ™Œ +Should you have any queries or concerns, feel free to reach out to me using walkxnl@gmail.com. Happy contributing! ๐Ÿ™Œ diff --git a/ICONS.md b/ICONS.md index 9814063..ebc9ac6 100644 --- a/ICONS.md +++ b/ICONS.md @@ -1,21 +1,21 @@

-

๐ŸŸฃ Dashboard Icons

+

๐Ÿš€ Dashboard Icons

JSdelivr weekly downloads badge

- ๐Ÿš€ The best place to find icons for your dashboards. + The best source for dashboard icons.
- โฌ…๏ธ Back to repo โ€ข ๐Ÿ™Œ๐Ÿป Donate + โฌ…๏ธ Back to repo

-3cx 5etools act actual adblock adguard-home adm adminer adsbexchange airsonic airtel airvpn alarmpi albertheijn alertmanager algovpn aliexpress alltube alma alpine amazon-light amazon amcrest-cloud amcrest amd-light amd ami-alt-light ami-alt ami amp ampache amvd android-auto android-light android-robot android anonaddy ansible anything-llm-dark anything-llm-light apache-cassandra apache-druid apache-openoffice apache-solr apache-subversion apache-tomcat apache apc apiscp appdaemon apple-alt apple apprise arch archisteamfarm archivebox archiveteamwarrior arduino arggocd argocd ariang arm arris-light arris artifactory asana asrockrackipmi assetgrid asterisk asus-light asus-rog asus-router asus asustor-data-master asustor at-t atlassian-bamboo atlassian-confluence atlassian-jira atlassian-opsgenie atlassian-trello atlassian audacity audiobookshelf auracast authelia authentik-light authentik autobrr avigilon avmfritzbox aws-ecs aws awx axis azuracast azure-container-instances azure-container-service azure-devops azure-dns azure babybuddy backblaze bacula badge baikal bar-assistant barcodebuddy baserow basilisk bastillion bazarr-light bazarr beef-light beef beets benotes betanin bible-gateway bibliogram biedronka bing birdnet bitcoin bithumen bitwarden blocky blogger blue-iris bluetooth bluewallet bobcat-miner booksonic bookstack bootstrap borg borgbackup boundary box brave-dev brave brewpi brillcam brocade brother browserless-light browserless browsh btcpay-server buddy budget-zero budibase-light budibase buffalo buxfer c cabot cacti caddy cadvisor calckey calibre-web calibre camera-ui canonical cardigann-light cardigann carrefour casaos castopod cc-light cc centos ceph cert-manager chainguard changedetection-io channels chatgpt chatpad-ai checkmk cherry chevereto chiefonboarding chowdown chrome-beta chrome-canary chrome-dev chrome-devtools chrome-remote-desktop chrome chromecast-light chromecast chromium chronograf cilium cinny-light cinny cisco clash clashX closed-captioning-light closed-captioning cloud66 cloud9 cloudbeaver cloudcmd cloudflare-pages cloudflare-zero-trust cloudflare cloudpanel cockpit-cms-light cockpit-cms cockpit code-server code codeberg coder-light coder codestats-light codestats codex codimd-light codimd collabora-online commafeed concourse consul contabo coredns coreos cosign costco couchpotato counter-strike-2 counter-strike-global-offensive cozy-cloud cozy cpanel cpp crafty-controller crater-invoice crazydomains cross-seed-square cross-seed crowdsec cryptomator cryptpad csharp css cups-light cups cura cyberchef d-link-wifi d-link dahua dart dashboard-icons dashdot dashy datadog dc-os dd-wrt-light dd-wrt ddns-updater debian deemix dell deluge deno-light deno denon-light denon devtooly-light devtooly diagrams-net dietpi digital-ocean dillinger dim-light dim directus discord discourse diskover disney-plus-light disney-plus diun diyhue dlna docker-amd docker-compose docker-gc docker-mailserver docker-moby docker dockge-light dockge dockstarter docspell docuseal dogpile dokuwiki dolibarr dolphin domainmod domoticz dopplertask double-take dovecot dozzle draw-io draw draytek drone droppy duckdns duckduckgo duo duplicacy duplicati easy-gate-light easy-gate ebay eclipse-mosquitto edge-dev edge edgeos-light edgeos elastic-beats elastic-kibana elastic-logstash elastic elasticsearch electron element emacs emby embystat emq-light emq emqx emulatorjs epson-iprint ersatztv erste-george erste esphome espressif etcd etesync ethereum etherpad evebox eweka excalidraw-light excalidraw facebook-messenger facebook falcon-christmas falcon-player fast-com-light fast-com fastmail fedora-alt fedora feedly fenrus-light fenrus ferdi ferdium fermentrack ferretdb-white ferretdb filebot filebrowser filecloud-light filecloud fileflows filepizza filerun files filezilla fios-light fios firebase firefly firefox-beta firefox-developer-edition firefox-lite firefox-nightly firefox-reality firefox-send firefox fireshare firewalla flame flaresolverr flat-notes flathub flatpak flexget flightaware flightradar24 flogo flood fluffychat fluidd flux-cd fly-io focalboard foldingathome fontawesome forgejo fortinet foscam fossil foundry-vtt franz freebox-delta freebox-pop freebox-revolution freedombox freeipa freenas-light freenas freenom freepbx freescout freshping freshrss friendica frigate-light frigate fronius fulcio funkwhale fusionpbx gamevault gameyfin-light gameyfin gaps gatsby gatus gboard geckoview gentoo gerbera get-iplayer ghost-light ghost ghostfolio gigaset git gitbook gitea github-light github gitlab gitsign gladys-assistant glances glpi gluetun gmail go goaccess gogs gonic goodreads google-admin google-admob google-alerts google-analytics google-assistant google-calendar google-chat google-classroom google-cloud-platform google-cloud-print google-compute-engine google-contacts google-docs google-domains google-drive google-earth google-fi google-fit google-fonts google-forms google-home google-keep google-lens google-maps google-meet google-messages google-news google-one google-pay google-photos google-play-books google-play-games google-play google-podcasts google-scholar google-search-console google-sheets google-shopping google-sites google-slides google-street-view google-translate google-tv google-voice google-wallet google-wifi google gotify grafana gramps grandstream grav-light grav graylog grist grocy grype guacamole-light guacamole hammond handbrake haproxy harbor hard-forum harvester hastypaste hasura hatsh-light hatsh hdhomerun headphones healthchecks-v2 healthchecks hedgedoc heimdall-light heimdall helium-token helm hetzner hexo hifiberry hikvision hilook homarr home-assistant-alt home-assistant-light home-assistant homebox homebridge homepage homer homeseer honeygain hoobs hoppscotch hortusfox hotio hp html huawei hubitat hugging-face huginn hugo humhub hydra hyperion i2p-light i2p i2pd icecast icinga idrac ihatemoney ilo immich influxdb infoblox insanelymac instagram inventree invidious invisioncommunity invoiceninja-light invoiceninja invoke-ai iobroker ionos-light ionos ipboard ipcamtalk ipfs irc iredmail ispconfig ispy it-tools-light it-tools jackett-light jackett jaeger jamstack java javascript jdownloader jdownloader2 jeedom jekyll jellyfin-vue jellyfin jellyseerr jellystat-light jellystat jelu jenkins jetbrains-fleet jetbrains-youtrack jio jira jitsi-meet jitsi joal joomla joplin julia jupyter kaizoku kamatera kapacitor kapowarr kasm-workspaces kasm kasten-k10 kaufland kavita kbin-light kbin keenetic-new keenetic keila kerberos keycloak keyoxide-alt keyoxide kibana kick kimai kinto kitana kitchenowl kiwix-light kiwix klipper ko-fi kodi koel koillection komga kopia kotlin krusader kubernetes-dashboard kubernetes kutt lancache lanraragi lark lazylibrarian leanote leantime lego-certhub lemmy-light lemmy lemonldap-ng lets-encrypt libreddit libremdb librenms-light librenms libreoffice librephotos-light librephotos librespeed librex librey lidarr lidl lightning-terminal lighttpd linkace linkding linkedin linkstack linksys linkwarden linode linux-mint linuxserver-io listmonk littlelink-custom lnbits logitech-gaming logitech-legacy-light logitech-legacy logitech-light logitech logstash loki longhorn lsio lua lubelogger lychee mailcow mailcowsogo mailfence mailhog mailinabox mailu mainsail mak makemkv maloja mango manjaro-linux mantisbt maptiler marginalia mariadb mastodon matomo matrix-light matrix-synapse-light matrix-synapse matrix mattermost mautic-light mautic mayan-edms mayan-light mcmyadmin mealie mediathekview mediawiki medusa mega-nz memos mempool meraki mercusys meshcentral meta metabase metube microbin microsoft-office microsoft-sql-server microsoft-todo microsoft microsoft365-admin-center midjourney-light midjourney mikrotik minecraft mineos miniflux-light miniflux minimserver minio-light minio mkvtoolnix mobaxterm mobotix modrinth mojeek molecule monero mongodb monica monit moodle motioneye mpm mqtt mstream mullvad-browser mullvad multi-scrobbler mumble musicbrainz mylar mysql n8n nagios nautical-backup navidrome ncore neko-light neko neo4j neocities neonlink netapp netatmo netbird netboot netbox netcam-studio netdata netflix netgear-orbi netgear netlify netmaker netsurf network-ups-tools network-weathermap newegg newsblur nextcloud-blue nextcloud-calendar nextcloud-cookbook nextcloud-cospend nextcloud-deck nextcloud-files nextcloud-ncdownloader nextcloud-news nextcloud-notes nextcloud-photos nextcloud-talk nextcloud-tasks nextcloud-timemanager nextcloud-white nextcloud nextdns nextjs nextpvr nginx-proxy-manager nginx nicotine-plus nightscout-light nightscout nitter nocodb node-red nodejs-alt nodejs nomad nomie nordvpn notesnook-light notesnook notifiarr notion-light notion nowshowing ntfy-light ntfy ntop ntopng nut nxfilter nxlog nzbget nzbhydra nzbhydra2-light nzbhydra2 obico obitalk observium obsidian octoeverywhere octoprint oculus-light oculus odoo office-365 olivetin omada ombi omnidb onedev-light onedev onlyoffice open-resume openai-light openai openeats opengarage opengist-light opengist openhab openmaptiles openmediavault openoffice openproject opensearch openspeedtest opensprinkler openstack openstreetmap opensuse openvas openvpn openwrt opera-beta opera-developer opera-mini-beta opera-mini opera-neon opera-touch opera opnsense oracle-cloud oracle orange organizr origin oscarr-light oscarr osticket outline overclockers overseerr ovh ovirt owasp-zap owncloud ownphotos-light ownphotos owntracks pagerduty pairdrop palemoon paperless-ng paperless-ngx paperless papermerge part-db-light part-db partkeepr passbolt passwordpusher-light passwordpusher passwork pastatool-light pastatool pastebin pastey paypal peanut peertube petio pfsense pgadmin phantombot phoneinfoga-light phoneinfoga photonix-light photonix photoprism photostructure photoview php phpipam phpldapadmin phpmyadmin pi-alert pi-hole-unbound pi-hole pia piaware picsur pigallery2-light pigallery2 pikvm-light pikvm pingdom pingvin-share pingvin pinry pinterest pioneer-light pioneer pirate-proxy pivpn piwigo pixelfed planka plausible pleroma plesk-light plesk plex-alt-light plex-alt plex plexdrive plexrequests plexripper plume podgrab podify podnapisi policycontroller poly polywork portainer-alt portainer portus poste postgres powerbi powerdns powerpanel premium-mobile prime-video-light prime-video printer pritunl privacyidea private-internet-access privatebin projectsend prometheus proton-calendar proton-drive proton-mail proton-vpn prowlarr proxmox-light proxmox prtg psitransfer pterodactyl pufferpanel pushfish pushover putty pwndrop-light pwndrop pwpush-light pwpush pydio pyload python qbittorrent qdirstat qinglong qnap-alt qnap quant-ux questdb quetre qutebrowser r rabbitmq radarr-light radarr radicale rainloop-light rainloop rallly rancher raneto raritan-light raritan raspberrymatic raspberrypi rathole rclone rdt-client reactive-resume readarr readeck readthedocs-light readthedocs real-debrid realhosting recalbox recipesage reddit redis rekor remotely requestrr resiliosync restic rhasspy-light rhasspy rhodecode rimgo-light rimgo riot rocketchat rocky-linux romm rompya rook roundcube router rpi-monitor rport rspamd rss-bridge rsshub rstudio rstudioserver ruby rumble rundeck runeaudio runonflux rust rustdesk rutorrent ryot-light ryot sabnzbd-alt sabnzbd safari-ios safari sagemcom salad samsung-internet sandstorm scanservjs screenconnect scrutiny-light scrutiny scrypted seafile searx-light searx searxng selfhosted-light selfhosted semaphore sendinblue sensu sentry seq serpbear servarr-light servarr serviio sftpgo shaarli shell-light shell-tips-light shell-tips shell shellhub shellngn shelly shinobi shiori shlink shoko sickbeard sickchill sickgear signal-transparent signal sigstore silverbullet simplelogin sinusbot siyuan skylink-fibernet skype slaanesh slack slice smokeping snapchat snapdrop snappymail-light snappymail snibox snipe-it snippetbox sogo solid-invoice sonarqube sonarr soulseek sourcegraph spamassassin sparkleshare specter-desktop speedtest-tracker sphinx-doc sphinx-relay sphinx spiderfoot splunk spoolman spotify spotnet sqlitebrowser squeezebox-server squidex sshwifty startpage stash statping-ng statping steam stirling-pdf storj storm strapi streama substreamer sunshine supermicro swarmpit swift swizzin syft symmetricom-light symmetricom sympa syncany synclounge-light synclounge syncthing synology-audio-station synology-calendar synology-chat synology-cloud-sync synology-contacts synology-document-viewer synology-download-station synology-drive-server synology-drive synology-dsm synology-file-station synology-mail-plus synology-mail-station synology-note-station synology-office synology-pdfviewer synology-photo-station synology-photos synology-surveillance-station synology-text-editor synology-video-station synology-webstation synology tacticalrmm taiga tailscale-light tailscale tandoor tandoorrecipes tanoshi tar1090 taskcafe tasmoadmin tasmota-light tasmota tautulli tdarr teamcity teamspeak technitium teedy telegraf telegram telekom teleport tenda terminal terraform teslamate thanos the-pirate-bay the-proxy-bay theia-light theia thelounge themepark theodinproject thingsboard thunderbird thunderhub-light thunderhub tiktok-light tiktok timemachines-light timemachines timetagger-light timetagger tinypilot tinytinyrss tipi todoist tooljet tor torrserver tp-link traccar traefik traggo trakt transmission trash-guides trilium trivy troddit trudesk truenas-core truenas-enterprise truenas-scale truenas tube-archivist-light tube-archivist tubesync turbopack-light turbopack tux tvheadend tvp-vod twingate-light twingate twitch twitter typescript typo3 ubiquiti-networks ubiquiti ubooquity ubuntu-alt ubuntu uc-browser udemy ultimate-guitar umami-analytics-light umami-analytics umami-light umami umbrel unifi-controller unifi-protect unifi unimus universal-media-server unmanic unraid-alt unraid untangle updog ups upsnap uptime-kuma urbackup-server urbackup valetudo vault-light vault vaultwarden-light vaultwarden veeam vercel-light vercel verizon vi vikunja virgin-media virtualmin virtualradarserver viseron vivaldi vmware-esxi vmware-horizon vmware-vcenter vmware-workstation vmware voip-info voip-ms volumio-light volumio voron vscode vultr vuplus wakapi wakatime-light wakatime wallabag wallos wanikani ward watcharr watcher watchtower watchyourlan waze wazuh-opaque wazuh wbo web-check web-whisper webdav webhook webhookd webkit webmin webtools webtop webtorrent webtrees wekan wetty wg-gen-web-light wg-gen-web wger whats-up-docker-light whats-up-docker whatsapp whisparr whooglesearch wiki-text wikijs-full wikijs windmill windows-10 windows-11 windows-7 windows-95 windows-98 windows-vista windows-xp wireguard wizarr wled wolfi-light wolfi woodpecker-ci-light woodpecker-ci wordpress-light wordpress workadventure wownero wud-light wud x-light x xbackbone xbrowsersync xcp-ng xen-orchestra xigmanas xmr xmrig xteve xwiki yaade yacht-light yacht yahoo-mail yahoo yandex yarn-social ycombinator ymarks ynab your-spotify yourls youtube-kids youtube-music youtube youtubedl yts yunohost-light yunohost zabbix zabka zammad zendesk zerotier zigbee2mqtt zipline-light zipline zitadel-light zitadel znc zohomail zoneminder zoom-alt zoom zoraxy zulip zwavejs2mqtt zyxel-communications zyxel-networks +3cx 5etools act actual adblock adguard-home adm adminer adsbexchange airsonic airtel airvpn alarmpi albertheijn alertmanager algovpn aliexpress alltube alma alpine amazon-light amazon amcrest-cloud amcrest amd-light amd ami-alt-light ami-alt ami amp ampache amvd android-auto android-light android-robot android anonaddy ansible anything-llm-dark anything-llm-light apache-airflow apache-cassandra apache-druid apache-openoffice apache-solr apache-subversion apache-tomcat apache apc apiscp appdaemon apple-alt apple apprise arch archisteamfarm archivebox archiveteamwarrior arduino arggocd argocd ariang arm arris-light arris artifactory asana asrockrackipmi assetgrid asterisk asus-light asus-rog asus-router asus asustor-data-master asustor at-t atlassian-bamboo atlassian-confluence atlassian-jira atlassian-opsgenie atlassian-trello atlassian audacity audiobookshelf auracast authelia authentik-light authentik autobrr avigilon avmfritzbox aws-ecs aws awx axis azuracast azure-container-instances azure-container-service azure-devops azure-dns azure babybuddy backblaze bacula badge baikal bar-assistant barcodebuddy baserow basilisk bastillion bazarr-light bazarr beef-light beef beets benotes betanin bible-gateway bibliogram biedronka bing birdnet bitcoin bithumen bitwarden blocky blogger blue-iris bluetooth bluewallet bobcat-miner booksonic bookstack bootstrap borg borgbackup boundary box brave-dev brave brewpi brillcam brocade brother browserless-light browserless browsh btcpay-server buddy budget-zero budibase-light budibase buffalo buxfer c cabot cacti caddy cadvisor calckey caldera calibre-web calibre camera-ui canonical cardigann-light cardigann carrefour casaos castopod cc-light cc centos ceph cert-manager chainguard changedetection-io channels chatgpt chatpad-ai checkmk cherry chevereto chiefonboarding chowdown chrome-beta chrome-canary chrome-dev chrome-devtools chrome-remote-desktop chrome chromecast-light chromecast chromium chronograf cilium cinny-light cinny cisco clash clashX closed-captioning-light closed-captioning cloud66 cloud9 cloudbeaver cloudcmd cloudflare-pages cloudflare-zero-trust cloudflare cloudpanel cockpit-cms-light cockpit-cms cockpit code-server code codeberg coder-light coder codestats-light codestats codex codimd-light codimd collabora-online commafeed concourse consul contabo coredns coreos cosign costco couchpotato counter-strike-2 counter-strike-global-offensive cozy-cloud cozy cpanel cpp crafty-controller crater-invoice crazydomains cribl-light cribl cross-seed-square cross-seed crowdsec cryptomator cryptpad csharp css cups-light cups cura cyberchef d-link-wifi d-link dahua dart dashboard-icons dashdot dashy datadog dc-os dd-wrt-light dd-wrt ddns-updater debian deemix dell deluge deno-light deno denon-light denon devtooly-light devtooly diagrams-net dietpi digital-ocean dillinger dim-light dim directus discord discourse diskover disney-plus-light disney-plus diun diyhue dlna docker-amd docker-compose docker-gc docker-mailserver docker-moby docker dockge-light dockge dockstarter docspell docuseal dogpile dokuwiki dolibarr dolphin domainmod domoticz dopplertask double-take dovecot dozzle draw-io draw draytek drone droppy duckdns duckduckgo duo duplicacy duplicati easy-gate-light easy-gate ebay eclipse-mosquitto edge-dev edge edgeos-light edgeos elastic-beats elastic-kibana elastic-logstash elastic elasticsearch electron element emacs emby embystat emq-light emq emqx emulatorjs epson-iprint ersatztv erste-george erste esphome espressif etcd etesync ethereum etherpad evebox eweka excalidraw-light excalidraw f5-networks facebook-messenger facebook falcon-christmas falcon-player fast-com-light fast-com fastmail fedora-alt fedora feedly feishin fenrus-light fenrus ferdi ferdium fermentrack ferretdb-white ferretdb filebot filebrowser filecloud-light filecloud fileflows filepizza filerun files filezilla fios-light fios firebase firefly firefox-beta firefox-developer-edition firefox-lite firefox-nightly firefox-reality firefox-send firefox fireshare firewalla flame flaresolverr flarum flat-notes flathub flatpak flexget flightaware flightradar24 flogo flood fluffychat fluidd flux-cd fly-io focalboard foldingathome fontawesome forgejo fortinet foscam fossil foundry-vtt franz freebox-delta freebox-pop freebox-revolution freedombox freeipa freenas-light freenas freenom freepbx freescout freshping freshrss friendica frigate-light frigate fronius fulcio funkwhale fusionpbx gamevault gameyfin-light gameyfin gaps gatsby gatus gboard geckoview gentoo gerbera get-iplayer ghost-light ghost ghostfolio gigaset git gitbook gitea github-light github gitlab gitsign gladys-assistant glances glpi gluetun gmail go goaccess gogs gonic goodreads google-admin google-admob google-alerts google-analytics google-assistant google-calendar google-chat google-classroom google-cloud-platform google-cloud-print google-compute-engine google-contacts google-docs google-domains google-drive google-earth google-fi google-fit google-fonts google-forms google-home google-keep google-lens google-maps google-meet google-messages google-news google-one google-pay google-photos google-play-books google-play-games google-play google-podcasts google-scholar google-search-console google-sheets google-shopping google-sites google-slides google-street-view google-translate google-tv google-voice google-wallet google-wifi google gotify grafana gramps grandstream grav-light grav graylog grist grocy grype guacamole-light guacamole hammond handbrake haproxy harbor hard-forum harvester hastypaste hasura hatsh-light hatsh hdhomerun headphones healthchecks-v2 healthchecks hedgedoc heimdall-light heimdall helium-token helm hetzner hexo hifiberry hikvision hilook homarr home-assistant-alt home-assistant-light home-assistant homebox homebridge homepage homer homeseer honeygain hoobs hoppscotch hortusfox hostinger hotio hp html huawei hubitat hugging-face huginn hugo humhub hydra hyperion i2p-light i2p i2pd icecast icinga idrac ihatemoney ilo immich influxdb infoblox insanelymac instagram inventree invidious invisioncommunity invoiceninja-light invoiceninja invoke-ai iobroker ionos-light ionos ipboard ipcamtalk ipfs irc iredmail ispconfig ispy it-tools-light it-tools jackett-light jackett jaeger jamstack java javascript jdownloader jdownloader2 jeedom jekyll jellyfin-vue jellyfin jellyseerr jellystat-light jellystat jelu jenkins jetbrains-fleet jetbrains-youtrack jio jira jitsi-meet jitsi joal joomla joplin julia jupyter kaizoku kamatera kapacitor kapowarr kasm-workspaces kasm kasten-k10 kaufland kavita kbin-light kbin keenetic-new keenetic keila kerberos keycloak keyoxide-alt keyoxide kibana kick kimai kinto kitana kitchenowl kiwix-light kiwix klipper ko-fi kodi koel koillection komga kopia kotlin krusader kubernetes-dashboard kubernetes kutt lancache lanraragi lark lazylibrarian leanote leantime lego-certhub lemmy-light lemmy lemonldap-ng lets-encrypt libreddit libremdb librenms-light librenms libreoffice librephotos-light librephotos librespeed librex librey lidarr lidl lightning-terminal lighttpd linkace linkding linkedin linkstack linksys linkwarden linode linux-mint linuxserver-io listmonk littlelink-custom lnbits logitech-gaming logitech-legacy-light logitech-legacy logitech-light logitech logstash loki longhorn lsio lua lubelogger lychee mailcow mailcowsogo mailfence mailhog mailinabox mailu mainsail mak makemkv maloja mango manjaro-linux mantisbt maptiler marginalia mariadb mastodon matomo matrix-light matrix-synapse-light matrix-synapse matrix mattermost mautic-light mautic mayan-edms mayan-light mcmyadmin mealie mediathekview mediawiki medusa mega-nz memos mempool meraki mercusys meshcentral meta metabase metube microbin microsoft-office microsoft-sql-server microsoft-todo microsoft microsoft365-admin-center midjourney-light midjourney mikrotik minecraft mineos miniflux-light miniflux minimserver minio-light minio misp mkdocs mkvtoolnix mobaxterm mobotix modrinth mojeek molecule monero mongodb monica monit moodle motioneye mpm mqtt mstream mullvad-browser mullvad multi-scrobbler mumble musicbrainz mylar mysql n8n nagios nautical-backup navidrome ncore neko-light neko neo4j neocities neonlink netapp netatmo netbird netboot netbox netcam-studio netdata netflix netgear-orbi netgear netlify netmaker netsurf network-ups-tools network-weathermap newegg newsblur nextcloud-blue nextcloud-calendar nextcloud-cookbook nextcloud-cospend nextcloud-deck nextcloud-files nextcloud-ncdownloader nextcloud-news nextcloud-notes nextcloud-photos nextcloud-talk nextcloud-tasks nextcloud-timemanager nextcloud-white nextcloud nextdns nextjs nextpvr nginx-proxy-manager nginx nicotine-plus nightscout-light nightscout nitter nocodb node-red nodejs-alt nodejs nomad nomie nordvpn notesnook-light notesnook notifiarr notion-light notion nowshowing ntfy-light ntfy ntop ntopng nut nxfilter nxlog nzbget nzbhydra nzbhydra2-light nzbhydra2 obico obitalk observium observo-ai obsidian octoeverywhere octoprint oculus-light oculus odoo office-365 olivetin omada ombi omnidb onedev-light onedev onlyoffice open-resume open-webui-light open-webui openai-light openai openeats opengarage opengist-light opengist openhab openmaptiles openmediavault openoffice openproject opensearch openspeedtest opensprinkler openstack openstreetmap opensuse openvas openvpn openwrt opera-beta opera-developer opera-mini-beta opera-mini opera-neon opera-touch opera opnsense oracle-cloud oracle orange organizr origin oscarr-light oscarr osticket outline overclockers overseerr ovh ovirt owasp-zap owncloud ownphotos-light ownphotos owntracks pagerduty pairdrop palemoon palo-alto paperless-ng paperless-ngx paperless papermerge part-db-light part-db partkeepr passbolt passwordpusher-light passwordpusher passwork pastatool-light pastatool pastebin pastey paypal peanut peertube perlite petio pfsense pgadmin phantombot phoneinfoga-light phoneinfoga photonix-light photonix photoprism photostructure photoview php phpipam phpldapadmin phpmyadmin pi-alert pi-hole-unbound pi-hole pia piaware picsur pigallery2-light pigallery2 pikvm-light pikvm pingdom pingvin-share pingvin pinry pinterest pioneer-light pioneer pirate-proxy pivpn piwigo pixelfed planka plausible pleroma plesk-light plesk plex-alt-light plex-alt plex plexdrive plexrequests plexripper plume podgrab podify podnapisi policycontroller poly polywork porkbun portainer-alt portainer portus poste postgres powerbi powerdns powerpanel premium-mobile prime-video-light prime-video printer pritunl privacyidea private-internet-access privatebin projectsend prometheus proton-calendar proton-drive proton-mail proton-vpn prowlarr proxmox-light proxmox prtg prusa-research-light prusa-research psitransfer pterodactyl pufferpanel purelymail pushfish pushover putty pwndrop-light pwndrop pwpush-light pwpush pydio pyload python qbittorrent qdirstat qinglong qnap-alt qnap quant-ux questdb quetre qutebrowser r rabbitmq radarr-light radarr radicale rainloop-light rainloop rallly rancher raneto raritan-light raritan raspberrymatic raspberrypi rathole rclone rdt-client reactive-resume readarr readeck readthedocs-light readthedocs real-debrid realhosting recalbox recipesage reddit redis rekor remotely requestrr resiliosync restic rhasspy-light rhasspy rhodecode rimgo-light rimgo riot rocketchat rocky-linux romm rompya rook roundcube router rpi-monitor rport rspamd rss-bridge rsshub rstudio rstudioserver ruby rumble rundeck runeaudio runonflux rust rustdesk rutorrent ryot-light ryot sabnzbd-alt sabnzbd safari-ios safari sagemcom salad samsung-internet sandstorm scanservjs screenconnect scrutiny-light scrutiny scrypted seafile searx-light searx searxng selfhosted-light selfhosted semaphore sendinblue sensu sentry seq serpbear servarr-light servarr serviio sftpgo shaarli shell-light shell-tips-light shell-tips shell shellhub shellngn shelly shinobi shiori shlink shoko sickbeard sickchill sickgear signal-transparent signal sigstore silverbullet simplelogin sinusbot siyuan skylink-fibernet skype slaanesh slack slice smokeping snapchat snapdrop snappymail-light snappymail snibox snipe-it snippetbox sogo solid-invoice sonarqube sonarr sonatype-repository-light sonatype-repository sophos soulseek sourcegraph spamassassin sparkleshare specter-desktop speedtest-tracker-old speedtest-tracker sphinx-doc sphinx-relay sphinx spiderfoot splunk spoolman spotify spotnet sqlitebrowser squeezebox-server squidex sshwifty startpage stash statping-ng statping stb-proxy steam stirling-pdf storj storm strapi streama substreamer sunshine supermicro swarmpit swift swizzin syft symmetricom-light symmetricom sympa syncany synclounge-light synclounge syncthing synology-audio-station synology-calendar synology-chat synology-cloud-sync synology-contacts synology-document-viewer synology-download-station synology-drive-server synology-drive synology-dsm synology-file-station synology-mail-plus synology-mail-station synology-note-station synology-office synology-pdfviewer synology-photo-station synology-photos synology-surveillance-station synology-text-editor synology-video-station synology-webstation synology tacticalrmm taiga tailscale-light tailscale tandoor tandoorrecipes tanoshi tar1090 taskcafe tasmoadmin tasmota-light tasmota tautulli tdarr teamcity teamspeak technitium teedy telegraf telegram telekom teleport tenda terminal terraform teslamate thanos the-pirate-bay the-proxy-bay theia-light theia thelounge themepark theodinproject thingsboard thunderbird thunderhub-light thunderhub tiktok-light tiktok timemachines-light timemachines timetagger-light timetagger tinypilot tinytinyrss tipi todoist tooljet tor torrserver tp-link traccar traefik traggo trakt transmission trash-guides trilium trivy troddit trudesk truenas-core truenas-enterprise truenas-scale truenas tube-archivist-light tube-archivist tubesync turbopack-light turbopack tux tvheadend tvp-vod twingate-light twingate twitch twitter typescript typo3 ubiquiti-networks ubiquiti ubooquity ubuntu-alt ubuntu uc-browser udemy ultimate-guitar umami-analytics-light umami-analytics umami-light umami umbrel unifi-controller unifi-protect unifi unimus universal-media-server unmanic unraid-alt unraid untangle updog ups upsnap uptime-kuma urbackup-server urbackup valetudo vault-light vault vaultwarden-light vaultwarden veeam vercel-light vercel verizon vi vikunja virgin-media virtualmin virtualradarserver viseron vivaldi vmware-esxi vmware-horizon vmware-vcenter vmware-workstation vmware voip-info voip-ms volumio-light volumio voron vscode vultr vuplus wakapi wakatime-light wakatime wallabag wallos wanikani ward warpgate watcharr watcher watchtower watchyourlan waze wazuh-opaque wazuh wbo web-check web-whisper webdav webhook webhookd webkit webmin webtools webtop webtorrent webtrees wekan wetty wg-gen-web-light wg-gen-web wger whats-up-docker-light whats-up-docker whatsapp whisparr whooglesearch wiki-text wikijs-full wikijs windmill windows-10 windows-11 windows-7 windows-95 windows-98 windows-vista windows-xp wireguard wizarr wled wolfi-light wolfi woodpecker-ci-light woodpecker-ci wordpress-light wordpress workadventure wownero wud-light wud x-light x xbackbone xbrowsersync xcp-ng xen-orchestra xigmanas xmr xmrig xteve xwiki yaade yacht-light yacht yahoo-mail yahoo yandex yarn-social ycombinator ymarks ynab your-spotify yourls youtube-kids youtube-music youtube youtubedl yts yunohost-light yunohost zabbix zabka zammad zendesk zerotier zigbee2mqtt zipline-light zipline zitadel-light zitadel znc zohomail zoneminder zoom-alt zoom zoraxy zulip zwavejs2mqtt zyxel-communications zyxel-networks
diff --git a/LICENSE b/LICENSE index 78201be..05a87db 100644 --- a/LICENSE +++ b/LICENSE @@ -2,11 +2,11 @@ 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. --------------------------------- +--- **Code and Documentation** -Copyright (c) 2023 Bjorn Lammers +Copyright (c) 2024 Bjorn Lammers (walkxcode) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.md b/README.md index ff6448e..e82d099 100644 --- a/README.md +++ b/README.md @@ -1,79 +1,73 @@ -

-

๐ŸŸฃ Dashboard Icons

+
+

๐Ÿš€ Dashboard Icons

JSdelivr weekly downloads badge

- ๐Ÿš€ The best place to find icons for your dashboards. + The best source for dashboard icons.
- ๐Ÿ‘€ See the icons โ€ข ๐Ÿ™Œ๐Ÿป Donate + โžก๏ธ Explore the icons

-

+
# ๐Ÿ“– Table of Contents -- [๐Ÿš€ Getting Started](#-getting-started) - - [๐Ÿ“Š Dashboards](#-dashboards) - - [๐Ÿ› ๏ธ Installation](#๏ธ-installation) -- [๐ŸŽจ Icons](#-icons) -- [๐ŸŽ‰ Contributing Guidelines](#-contributing-guidelines) -- [๐Ÿ“œ Legal](#-legal) +- [๐Ÿ“– Table of Contents](#-table-of-contents) + - [๐Ÿš€ Getting Started](#-getting-started) + - [๐Ÿ“Š Dashboards](#-dashboards) + - [โœจ Usage](#-usage) + - [๐ŸŽจ Icons](#-icons) + - [๐ŸŽ‰ Contribution Guidelines](#-contribution-guidelines) + - [๐Ÿ“œ Legal](#-legal) ## ๐Ÿš€ Getting Started ### ๐Ÿ“Š Dashboards -There are many Dashboards available that you can use with Dashboard Icons. Here are some of the popular ones. +Several dashboards now offer seamless integration with Dashboard Icons. Here are some of the top choices: -- [Homarr](https://github.com/ajnart/homarr)\* -- [Dashy](https://github.com/Lissy93/dashy)\* -- [Homer Dashboard](https://github.com/bastienwirtz/homer) -- [Heimdall](https://github.com/linuxserver/Heimdall) -- [Organizr(v2)](https://github.com/causefx/Organizr) -- [Flame](https://github.com/pawelmalak/flame) -- [SUI](https://github.com/jeroenpardon/sui) -- [Homepage](https://github.com/gethomepage/homepage)\* +- [Homepage](https://github.com/gethomepage/homepage) +- [Homarr](https://github.com/ajnart/homarr) +- [Dashy](https://github.com/Lissy93/dashy) -**Note:** Dashboards with a \* have native integration with Dashboard Icons. - -### ๐Ÿ› ๏ธ Installation - -**Tip!** You can access Dashboard Icons online, faster, by using `https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/example.png`. Just replace `example` with the name of the icon! +### โœจ Usage To download an icon from the [icons page](#-icons), simply `Right click > Save link as`. -For non-desktop operating systems or people who prefer to use the terminal: +For non-desktop operating systems or those who prefer using the terminal: +*Replace `example` with the icon's name, and `png` with `svg` if needed.* ```sh -$ curl -O https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/example.png +curl -O https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/example.png ``` or ```sh -$ wget https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/example.png +wget https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/example.png ``` +**๐Ÿ’ก Tip!** Access Dashboard Icons online faster via `https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/example.png`, replacing `example` with the icon name! + ## ๐ŸŽจ Icons -**โš ๏ธ Warning!** Going to this page will load every single icon in the repository. This might cause: -- ๐Ÿ“‰ An excessive amount of data use. +**โš ๏ธ Warning!** Visiting this page will load every single icon in the repository. This may cause: +- ๐Ÿ“‰ Excessive data usage. - ๐Ÿ’ป System slowdowns. - ๐ŸŒ Browser crashes. -*If your device cannot handle loading more than 1000 images, we advise to not go to this page.* +*If your device cannot handle loading more than 1000 images or if you are on a limited data connection, we advise against visiting this page.* -โžก๏ธ Click [**here**](ICONS.md) to display all icons. +โžก๏ธ Click [**here**](ICONS.md) to view all icons. -## ๐ŸŽ‰ Contributing Guidelines -Please read the [Contributing Guidelines](CONTRIBUTING.md) before contributing to this project. +## ๐ŸŽ‰ Contribution Guidelines +Please review the [Contribution Guidelines](CONTRIBUTING.md) before contributing to this project. ## ๐Ÿ“œ Legal -Please read our [LICENSE](LICENSE) for information regarding the use of our software and assets. By accessing or using this repository, you agree to be bound by the terms and conditions of the license. - -If you have any questions or concerns regarding the license, please contact us at contact@walkx.fyi before using or distributing the contents of this repository. +Read our [LICENSE](LICENSE) for information regarding the use of our software and assets. By accessing or using this repository, you agree to be bound by the terms and conditions of the license. +For questions or concerns regarding the license, contact me at walkxnl@gmail.com before using or distributing the contents of this repository. \ No newline at end of file diff --git a/config/TEMPLATE.md b/config/TEMPLATE.md index b1a04b1..d6e86bd 100644 --- a/config/TEMPLATE.md +++ b/config/TEMPLATE.md @@ -1,14 +1,14 @@

-

๐ŸŸฃ Dashboard Icons

+

๐Ÿš€ Dashboard Icons

JSdelivr weekly downloads badge

- ๐Ÿš€ The best place to find icons for your dashboards. + The best source for dashboard icons.
- โฌ…๏ธ Back to repo โ€ข ๐Ÿ™Œ๐Ÿป Donate + โฌ…๏ธ Back to repo

diff --git a/png/apache-airflow.png b/png/apache-airflow.png new file mode 100644 index 0000000..5dbebf0 Binary files /dev/null and b/png/apache-airflow.png differ diff --git a/png/caldera.png b/png/caldera.png new file mode 100644 index 0000000..2cf9b19 Binary files /dev/null and b/png/caldera.png differ diff --git a/png/cribl-light.png b/png/cribl-light.png new file mode 100644 index 0000000..c1dc809 Binary files /dev/null and b/png/cribl-light.png differ diff --git a/png/cribl.png b/png/cribl.png new file mode 100644 index 0000000..7cadb23 Binary files /dev/null and b/png/cribl.png differ diff --git a/png/f5-networks.png b/png/f5-networks.png new file mode 100644 index 0000000..894fd49 Binary files /dev/null and b/png/f5-networks.png differ diff --git a/png/feishin.png b/png/feishin.png new file mode 100644 index 0000000..5fe967e Binary files /dev/null and b/png/feishin.png differ diff --git a/png/flarum.png b/png/flarum.png new file mode 100644 index 0000000..10c06d4 Binary files /dev/null and b/png/flarum.png differ diff --git a/png/hostinger.png b/png/hostinger.png new file mode 100644 index 0000000..475d9fc Binary files /dev/null and b/png/hostinger.png differ diff --git a/png/misp.png b/png/misp.png new file mode 100644 index 0000000..3752c95 Binary files /dev/null and b/png/misp.png differ diff --git a/png/mkdocs.png b/png/mkdocs.png new file mode 100644 index 0000000..8ad061e Binary files /dev/null and b/png/mkdocs.png differ diff --git a/png/observo-ai.png b/png/observo-ai.png new file mode 100644 index 0000000..8e7bafe Binary files /dev/null and b/png/observo-ai.png differ diff --git a/png/open-webui-light.png b/png/open-webui-light.png new file mode 100644 index 0000000..6afdd3a Binary files /dev/null and b/png/open-webui-light.png differ diff --git a/png/open-webui.png b/png/open-webui.png new file mode 100644 index 0000000..4ec052f Binary files /dev/null and b/png/open-webui.png differ diff --git a/png/palo-alto.png b/png/palo-alto.png new file mode 100644 index 0000000..650ff04 Binary files /dev/null and b/png/palo-alto.png differ diff --git a/png/perlite.png b/png/perlite.png new file mode 100644 index 0000000..7c754fe Binary files /dev/null and b/png/perlite.png differ diff --git a/png/porkbun.png b/png/porkbun.png new file mode 100644 index 0000000..4a07de3 Binary files /dev/null and b/png/porkbun.png differ diff --git a/png/prusa-research-light.png b/png/prusa-research-light.png new file mode 100644 index 0000000..c54ab6e Binary files /dev/null and b/png/prusa-research-light.png differ diff --git a/png/prusa-research.png b/png/prusa-research.png new file mode 100644 index 0000000..bd66f15 Binary files /dev/null and b/png/prusa-research.png differ diff --git a/png/purelymail.png b/png/purelymail.png new file mode 100644 index 0000000..3b0b147 Binary files /dev/null and b/png/purelymail.png differ diff --git a/png/sonatype-repository-light.png b/png/sonatype-repository-light.png new file mode 100644 index 0000000..096b689 Binary files /dev/null and b/png/sonatype-repository-light.png differ diff --git a/png/sonatype-repository.png b/png/sonatype-repository.png new file mode 100644 index 0000000..c435841 Binary files /dev/null and b/png/sonatype-repository.png differ diff --git a/png/sophos.png b/png/sophos.png new file mode 100644 index 0000000..52a51b8 Binary files /dev/null and b/png/sophos.png differ diff --git a/png/speedtest-tracker-old.png b/png/speedtest-tracker-old.png new file mode 100644 index 0000000..15c6ca5 Binary files /dev/null and b/png/speedtest-tracker-old.png differ diff --git a/png/speedtest-tracker.png b/png/speedtest-tracker.png index 15c6ca5..0a99247 100644 Binary files a/png/speedtest-tracker.png and b/png/speedtest-tracker.png differ diff --git a/png/stb-proxy.png b/png/stb-proxy.png new file mode 100644 index 0000000..1d981c7 Binary files /dev/null and b/png/stb-proxy.png differ diff --git a/png/warpgate.png b/png/warpgate.png new file mode 100644 index 0000000..5c3895c Binary files /dev/null and b/png/warpgate.png differ diff --git a/svg/apache-airflow.svg b/svg/apache-airflow.svg new file mode 100644 index 0000000..f7864f8 --- /dev/null +++ b/svg/apache-airflow.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/svg/flarum.svg b/svg/flarum.svg new file mode 100644 index 0000000..96b992e --- /dev/null +++ b/svg/flarum.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svg/hostinger.svg b/svg/hostinger.svg new file mode 100644 index 0000000..b72c7c5 --- /dev/null +++ b/svg/hostinger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/mkdocs.svg b/svg/mkdocs.svg new file mode 100644 index 0000000..fd82fdc --- /dev/null +++ b/svg/mkdocs.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/svg/palo-alto.svg b/svg/palo-alto.svg new file mode 100644 index 0000000..1b8c703 --- /dev/null +++ b/svg/palo-alto.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/perlite.svg b/svg/perlite.svg new file mode 100644 index 0000000..399afa3 --- /dev/null +++ b/svg/perlite.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/prusa-research.svg b/svg/prusa-research.svg new file mode 100644 index 0000000..547c961 --- /dev/null +++ b/svg/prusa-research.svg @@ -0,0 +1,29 @@ + + Novรฝ projekt + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svg/purelymail.svg b/svg/purelymail.svg new file mode 100644 index 0000000..1645d81 --- /dev/null +++ b/svg/purelymail.svg @@ -0,0 +1,31 @@ + + + + + Layer 3 + + + + + + + + + + + + + + + Layer 2 + + + + Layer 5 + + + + + + + \ No newline at end of file diff --git a/svg/sophos.svg b/svg/sophos.svg new file mode 100644 index 0000000..10ccc3e --- /dev/null +++ b/svg/sophos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/stb-proxy.svg b/svg/stb-proxy.svg new file mode 100644 index 0000000..8106fb5 --- /dev/null +++ b/svg/stb-proxy.svg @@ -0,0 +1,44 @@ + + diff --git a/svg/warpgate.svg b/svg/warpgate.svg new file mode 100644 index 0000000..b9af00c --- /dev/null +++ b/svg/warpgate.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +