Skip to content

Commit

Permalink
Update stats page (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaIng committed May 30, 2024
2 parents 7658eca + 5294813 commit ee491b9
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 118 deletions.
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

0 comments on commit ee491b9

Please sign in to comment.