mirror of
https://github.com/openziti/zrok.git
synced 2025-06-25 20:22:45 +02:00
keep using zrok-share for frontdoor and zrok-agent for the user service
This commit is contained in:
parent
485f60e552
commit
93bfb868cf
17
docs/guides/_linux-agent-install.mdx
Normal file
17
docs/guides/_linux-agent-install.mdx
Normal file
@ -0,0 +1,17 @@
|
||||
|
||||
1. Set up `zrok`'s Linux package repository by following [the Linux install guide](/guides/install/linux.mdx#install-zrok-from-the-repository), or run this one-liner to complete the repo setup and install packages.
|
||||
|
||||
```bash
|
||||
curl -sSLf https://get.openziti.io/install.bash \
|
||||
| sudo bash -s zrok-agent
|
||||
```
|
||||
|
||||
1. If you set up the repository by following the guide, then also install the `zrok-agent` package. This package provides the systemd service.
|
||||
|
||||
```bash title="Ubuntu, Debian"
|
||||
sudo apt install zrok-agent
|
||||
```
|
||||
|
||||
```bash title="Fedora, Rocky"
|
||||
sudo dnf install zrok-agent
|
||||
```
|
@ -3,15 +3,15 @@
|
||||
|
||||
```bash
|
||||
curl -sSLf https://get.openziti.io/install.bash \
|
||||
| sudo bash -s zrok-agent
|
||||
| sudo bash -s zrok-share
|
||||
```
|
||||
|
||||
1. If you set up the repository by following the guide, then also install the `zrok-agent` package. This package provides the systemd service.
|
||||
1. If you set up the repository by following the guide, then also install the `zrok-share` package. This package provides the systemd service.
|
||||
|
||||
```bash title="Ubuntu, Debian"
|
||||
sudo apt install zrok-agent
|
||||
sudo apt install zrok-share
|
||||
```
|
||||
|
||||
```bash title="Fedora, Rocky"
|
||||
sudo dnf install zrok-agent
|
||||
sudo dnf install zrok-share
|
||||
```
|
||||
|
@ -3,7 +3,7 @@ title: Linux Agent Service
|
||||
sidebar_position: 40
|
||||
---
|
||||
|
||||
import LinuxShareInstall from '/../docs/guides/_linux-share-install.mdx'
|
||||
import LinuxAgentInstall from '/../docs/guides/_linux-agent-install.mdx'
|
||||
|
||||
## Overview
|
||||
|
||||
@ -13,7 +13,7 @@ Run the zrok agent as a `systemd --user` service under your Linux user account.
|
||||
|
||||
The package provides the `zrok` executable and the `zrok-agent.service` unit.
|
||||
|
||||
<LinuxShareInstall />
|
||||
<LinuxAgentInstall />
|
||||
|
||||
## Enable your Account
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user