You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
- Add full Podman guide under virtualization (EN + NL) covering
installation, registry configuration, and Docker Hub/GitHub PAT setup
- Add short Podman section to applications page with package links
- Add auto-convert workflow (.github/workflows/convert-images.yml) that
converts PNG/JPG to AVIF on push and commits the result back
- Simplify homepage to hero + system table only; all tiles now live on
/docs/
- Rename "Looking Glass Attempt" to "Looking Glass B7" across titles and
tiles
- Fix navigation chain: winboat → podman → known-issues
- Add Podman tile to docs index (EN + NL)
## Type of change
<!-- Check all that apply -->
- [x] `feat` — new page or feature
- [ ] `fix` — bug fix (broken link, incorrect command, layout issue)
- [x] `content` — update or improve existing content
- [x] `docs` — changes to CONTRIBUTING, README, or meta documentation
- [x] `chore` — maintenance (dependencies, config, CI/CD)
- [ ] `refactor` — restructuring without content changes
- [ ] `style` — formatting, whitespace, typos
## Checklist
- [x] PR title follows the commit convention (e.g. `fix: correct nmcli
command in eduroam guide`)
- [x] Both EN and NL versions updated (if applicable)
- [x] Media is in AVIF format (not PNG/JPG)
- [x] No broken image references (`/images/*.avif` all exist in
`static/images/`)
- [x] Tested locally with `hugo server`
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: content/docs/applications.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -352,6 +352,18 @@ After saving, Archi appears in the GNOME app launcher:
352
352
353
353

354
354
355
+
### Podman & Podman Desktop
356
+
357
+
For container workloads I use Podman instead of Docker. Podman is daemonless, runs containers rootless by default, and ships a Docker-compatible CLI so existing workflows keep working. `podman-docker` replaces the `docker` package entirely.
358
+
359
+
All three packages are available in the CachyOS repositories: [podman](https://packages.cachyos.org/package/cachyos-extra-znver4/x86_64_v4/podman), [podman-docker](https://packages.cachyos.org/package/cachyos-extra-znver4/x86_64_v4/podman-docker), [podman-desktop](https://packages.cachyos.org/package/extra/x86_64/podman-desktop).
For the full setup — including registry configuration and connecting Docker Hub and GitHub — see [Podman & Podman Desktop]({{< relref "/docs/virtualization/podman" >}}) in the Virtualization section.
Copy file name to clipboardExpand all lines: content/docs/applications.nl.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -352,6 +352,18 @@ Na het opslaan verschijnt Archi in de GNOME-app launcher:
352
352
353
353

354
354
355
+
### Podman & Podman Desktop
356
+
357
+
Voor container workloads gebruik ik Podman in plaats van Docker. Podman heeft geen daemon, draait containers standaard rootless en levert een Docker-compatibele CLI zodat bestaande workflows gewoon blijven werken. `podman-docker` vervangt het `docker`-pakket volledig.
358
+
359
+
Alle drie de pakketten zijn beschikbaar in de CachyOS-repositories: [podman](https://packages.cachyos.org/package/cachyos-extra-znver4/x86_64_v4/podman), [podman-docker](https://packages.cachyos.org/package/cachyos-extra-znver4/x86_64_v4/podman-docker), [podman-desktop](https://packages.cachyos.org/package/extra/x86_64/podman-desktop).
Voor de volledige setup — inclusief registryconfiguratie en het koppelen van Docker Hub en GitHub — zie [Podman & Podman Desktop]({{< relref "/docs/virtualization/podman" >}}) in de Virtualisatie-sectie.
Copy file name to clipboardExpand all lines: content/docs/known-issues.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Known Issues"
3
3
weight: 7
4
-
prev: docs/virtualization/winboat
4
+
prev: docs/virtualization/podman
5
5
---
6
6
7
7
Central reference for hardware and software issues on the ASUS ROG Zephyrus G16 GA605WV. Active issues are listed first. Resolved issues are kept as reference at the bottom.
Copy file name to clipboardExpand all lines: content/docs/known-issues.nl.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Bekende Problemen"
3
3
weight: 7
4
-
prev: docs/virtualization/winboat
4
+
prev: docs/virtualization/podman
5
5
---
6
6
7
7
Centrale referentie voor hardware- en softwareproblemen op de ASUS ROG Zephyrus G16 GA605WV. Actieve problemen staan bovenaan. Opgeloste problemen staan onderaan als naslagwerk.
0 commit comments