All checks were successful
deploy-docs / build-and-deploy (push) Successful in 38s
22 lines
372 B
Markdown
22 lines
372 B
Markdown
---
|
|
title: webtop
|
|
description: KVM integrated containers
|
|
date: 2025-02-04
|
|
lastmod: 2025-02-04
|
|
author: wompmacho
|
|
showHero: false
|
|
tags: []
|
|
---
|
|
|
|
## What is webtop?
|
|
|
|
`webtop` is a awesome mini linux env I can use as a secure remote web-client for my home
|
|
network.
|
|
|
|
## Docker Compose Example
|
|
|
|
```yaml
|
|
{{<include "/srv/configs/docker_compose/webtop/docker-compose.yaml">}}
|
|
```
|
|
|