Skip to content

Commit 82237eb

Browse files
authored
Merge pull request #397 from MichaIng/dev
Release week 11
2 parents 7792dc4 + 082a117 commit 82237eb

115 files changed

Lines changed: 614 additions & 79 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Download Nu Html Checker
3030
run: curl -sSfLO 'https://github.com/validator/validator/releases/download/latest/vnu.jar'
3131
- name: Run Nu Html Checker to check HTML, CSS and SVG files
32-
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.*' {} +
32+
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.*' {} +
3333
- name: Check for obsolete image files
3434
if: always() && steps.deploy.outcome == 'success'
3535
run: |

.wordlist.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ FriendlyELEC's
131131
frontend
132132
frp
133133
FS
134+
GameStream
134135
Gbit
135136
GiB
136137
Gitea
@@ -173,6 +174,7 @@ IceCast
173174
ICMP
174175
Imager
175176
img
177+
Immich
176178
InfluxDB
177179
ini
178180
IoT
@@ -226,6 +228,7 @@ LTS
226228
LVM
227229
LXDE
228230
LXQt
231+
Lyrion
229232
maarten
230233
macOS
231234
mangas
@@ -252,6 +255,7 @@ MJPEG
252255
mjpg
253256
MkDocs
254257
MMAL
258+
Modder
255259
motionEye
256260
mnt
257261
Mopidy

css/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ a:active {
227227
height: auto;
228228
aspect-ratio: 8/5;
229229
background-color: #ffffff;
230+
object-fit: contain;
230231
}
231232
.thumbnail img[src$=".svg"] {
232233
padding: 0 3%;

dietpi-software.html

Lines changed: 400 additions & 71 deletions
Large diffs are not rendered by default.
25.4 KB
13.5 KB
73.6 KB
24.9 KB
-9.36 KB
Binary file not shown.
-14.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)