organize the compatibility/requirements stuff at the bottom of the page

This commit is contained in:
Kenneth Bingham 2023-11-16 12:51:35 -05:00
parent 51b4fb2a45
commit 04df0f1878
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -7,10 +7,6 @@ sidebar_position: 40
Proxy a reserved public subdomain to a backend target with a Linux service.
## Requirements
The Linux distribution must have a package manager that understands the `.deb` or `.rpm` format and be running systemd v232 or newer. The service was tested with Ubuntu 20-22, Debian 11-12, Rocky 8-9, and Fedora 37-38.
## How it Works
The `zrok-share` package creates a `zrok-share.service` unit in systemd. The administrator edits the service's configuration file to specify the:
@ -132,6 +128,15 @@ sudo systemctl restart zrok-share.service
journalctl -u zrok-share.service
```
## Compatibility
The Linux distribution must have a package manager that understands the `.deb` or `.rpm` format and be running systemd v232 or newer. The service was tested with:
* Ubuntu 20.04, 22.04, 23.04
* Debian 11 12
* Rocky 8, 9
* Fedora 37, 38
## Package Contents
The files included in the `zrok-share` package are sourced [here in GitHub](https://github.com/openziti/zrok/tree/main/nfpm).