Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
with:
distribution: temurin
# https://github.com/orgs/adoptium/repositories?q=temurin*-binaries
java-version: 24
java-version: 26
java-package: jre
check-latest: true
- name: Download Nu Html Checker
run: curl -sSfLO 'https://github.com/validator/validator/releases/download/latest/vnu.jar'
- name: Run Nu Html Checker to check HTML, CSS and SVG files
run: find . -type f \( -name '*.html' -o -name '*.css' -o -name '*.svg' \) -exec java -jar vnu.jar --verbose --also-check-css --also-check-svg --filterpattern '.*skipping . heading level.*|.*bad value .#git. for attribute .rel.*' {} +
run: find . -type f \( -name '*.html' -o -name '*.css' -o -name '*.svg' \) ! -name 'bootstrap.min.css' -exec java -jar vnu.jar --verbose --also-check-css --also-check-svg --filterpattern '.*(skipping . heading level|bad value .#git. for attribute .rel).*' {} +
- name: Check for obsolete image files
if: always() && steps.deploy.outcome == 'success'
run: |
Expand All @@ -43,22 +43,22 @@ jobs:
with:
python-version: 3.x
check-latest: true
- name: Install PySpelling
id: pyspelling
pip-install: pyspelling
- name: Install Aspell for PySpelling
id: aspell
if: always() && steps.python.outcome == 'success'
run: |
{ pip3 install -U pip setuptools wheel; pip3 install -U pyspelling; } &
sudo apt-get -q update
sudo apt-get -qq --no-install-recommends install aspell-en
- name: Run PySpelling to check HTML files
if: always() && steps.pyspelling.outcome == 'success'
if: always() && steps.aspell.outcome == 'success'
run: pyspelling -vc .spellcheck.yml
- name: Download lychee
id: lychee
if: always() && steps.deploy.outcome == 'success'
run: |
curl -sSfLo lychee.tar.gz "$(curl -sSfH 'Authorization: Bearer ${{ github.token }}' 'https://api.github.com/repos/lycheeverse/lychee/releases/latest' | mawk -F\" '/^ *"browser_download_url": ".*x86_64-unknown-linux-gnu\.tar\.gz"$/{print $4;exit}')"
tar xf lychee.tar.gz lychee
curl -sSfLo lychee.tar.gz "$(curl -sSfH 'Authorization: Bearer ${{ github.token }}' 'https://api.github.com/repos/lycheeverse/lychee/releases/latest' | grep -Po '"browser_download_url": *"\K[^"]*/lychee-x86_64-unknown-linux-gnu\.tar\.gz(?=")')"
tar xf lychee.tar.gz --strip-components=1 lychee-x86_64-unknown-linux-gnu/lychee
- name: Run lychee to check Markdown and HTML files
if: always() && steps.lychee.outcome == 'success'
# x.com/DietPi_|www.patreon.com/DietPi: Network error: Forbidden
Expand Down
3 changes: 3 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ distro
DistroWatch
DIY
dl
dlp
DL
DLNA
DNS
Expand Down Expand Up @@ -503,6 +504,8 @@ YaCy
ympd
youtube
YouTube
yt-dlp
yt
yumiris
ZeroPi
ZeroTier
Expand Down
256 changes: 139 additions & 117 deletions dietpi-software.html

Large diffs are not rendered by default.

Binary file added images/dietpi-software/adguard-screenlarge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dietpi-software/cups-screenlarge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dietpi-software/domoticz-screenlarge.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dietpi-software/immich-screenlarge.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dietpi-software/immich-screensmall.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions images/dietpi-software/immich-tile.svg
Binary file added images/dietpi-software/mjpg-streamer.gif
Binary file added images/dietpi-software/nextcloudtalk-tile.png
Binary file added images/dietpi-software/openhab-screenlarge.jpg
1 change: 1 addition & 0 deletions images/dietpi-software/php-tile.svg
Binary file removed images/dietpi-software/quiterss-logo.png
Diff not rendered.
Binary file removed images/dietpi-software/quiterss-screenshot-large.png
Diff not rendered.
Binary file removed images/dietpi-software/quiterss-screenshot-small.png
Diff not rendered.
Binary file removed images/dietpi-software/sqlite-logo.png
Diff not rendered.
Loading
Loading