mirror of
https://github.com/openziti/zrok.git
synced 2024-12-22 06:40:50 +01:00
organize the compatibility/requirements stuff at the bottom of the page
This commit is contained in:
parent
51b4fb2a45
commit
04df0f1878
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user