Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update stats page #330

Merged
merged 11 commits into from
May 30, 2024
Merged
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
tar xf lychee.tar.gz
- name: Run lychee to check Markdown and HTML files
if: always() && steps.lychee.outcome == 'success'
run: ./lychee -En --cache --require-https --exclude '^https://twitter.com/DietPi_$' --github-token '${{ secrets.GITHUB_TOKEN }}' -b '.' '**/*.md' '**/*.html'
run: ./lychee -En --cache --require-https --exclude '^https://(twitter.com/DietPi_|www.patreon.com/DietPi)$' --github-token '${{ secrets.GITHUB_TOKEN }}' -b '.' '**/*.md' '**/*.html'
8 changes: 8 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ DarkIce
DDNS
DDR
de
debootstraps
deinstallation
DHCP
dialogs
Expand Down Expand Up @@ -262,6 +263,7 @@ natively
Navidrome
ncc
Netdata
netinst
nm
Nextcloud
NFS
Expand Down Expand Up @@ -319,6 +321,8 @@ PVR
Pydio
pyenv
qBittorrent
qcow
QEMU
QuiteRSS
Radarr
Radxa
Expand All @@ -344,6 +348,7 @@ Rockchip
Rockchip's
ROCKPro
Roon
rootfs
RPC
rpi
RPi
Expand Down Expand Up @@ -404,6 +409,7 @@ th
TigerVNC
TLDR
TLS
tmpfs
Tonido
transcoding
Trixie
Expand All @@ -423,6 +429,7 @@ upvote
UrBackup
Usenet
userdata
userland
UTM
UUID
vaultwarden
Expand Down Expand Up @@ -472,3 +479,4 @@ yumiris
ZeroPi
ZeroTier
zr
zram
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,7 @@ <h1>Download</h1>
<div><span>NET:</span>2.5 Gbit + 1 Gbit Ethernet + M.2 WiFi socket</div>
<div><span>Storage:</span>8-32 GiB eMMC</div>
<br>
<div><a href="https://dietpi.com/downloads/images/DietPi_NanoPiR5S-ARMv8-Bookworm.img.xz"><span>Download Image:</span><i class="fa fa-download"></i><u>Download</u></a> (<a href="https://dietpi.com/downloads/images/DietPi_NanoPiR5S-ARMv8-Bookworm.img.xz.sha256"><u>SHA256</u></a>) (<a href="https://dietpi.com/downloads/images/DietPi_NanoPiR5S-ARMv8-Bookworm.img.xz.asc"><u>Signature</u></a>)</div>
<div><a href="https://dietpi.com/downloads/images/DietPi_NanoPiR5C-ARMv8-Bookworm.img.xz"><span>Download Image:</span><i class="fa fa-download"></i><u>Download</u></a> (<a href="https://dietpi.com/downloads/images/DietPi_NanoPiR5C-ARMv8-Bookworm.img.xz.sha256"><u>SHA256</u></a>) (<a href="https://dietpi.com/downloads/images/DietPi_NanoPiR5C-ARMv8-Bookworm.img.xz.asc"><u>Signature</u></a>)</div>
<div><a href="https://dietpi.com/docs/install/" target="_blank" rel="noopener"><span>How to install / Details:</span><i class="fa fa-book"></i><u>View</u></a></div>
<div>
<span>Bullseye images:</span>
Expand Down
Loading
Loading