updated docs
This commit is contained in:
@@ -85,6 +85,9 @@ nav a.active {
|
|||||||
color: #faf8e4 !important;
|
color: #faf8e4 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a code {
|
||||||
|
text-decoration-line: underline;
|
||||||
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ in with lib; {
|
|||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
description = ''
|
description = ''
|
||||||
**Required options:** [`nixarr.vpn.enable`](#nixarr.vpn.enable)
|
**Required options:** [`nixarr.vpn.enable`](#nixarr.vpn.enable)
|
||||||
**Conflicting options:** [`nixarr.jellyfin.expose.https.enable`](#nixarr.jellyfin.expose.https.enable)
|
**Conflicting options:** [`nixarr.jellyfin.expose.https.enable`](#nixarr.jellyfin.expose.https.enable)
|
||||||
|
|
||||||
Route Jellyfin traffic through the VPN.
|
Route Jellyfin traffic through the VPN.
|
||||||
@@ -44,7 +44,7 @@ in with lib; {
|
|||||||
Expose the Jellyfin web service to the internet, allowing anyone to
|
Expose the Jellyfin web service to the internet, allowing anyone to
|
||||||
access it.
|
access it.
|
||||||
|
|
||||||
**Important:** Do _not_ enable this without setting up Jellyfin
|
**Warning:** Do _not_ enable this without setting up Jellyfin
|
||||||
authentication through localhost first!
|
authentication through localhost first!
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
@@ -83,7 +83,7 @@ in with lib; {
|
|||||||
Expose the Jellyfin web service to the internet with https support,
|
Expose the Jellyfin web service to the internet with https support,
|
||||||
allowing anyone to access it.
|
allowing anyone to access it.
|
||||||
|
|
||||||
**Important:** Do _not_ enable this without setting up Jellyfin
|
**Warning:** Do _not_ enable this without setting up Jellyfin
|
||||||
authentication through localhost first!
|
authentication through localhost first!
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ in {
|
|||||||
|
|
||||||
Run the openssh service through a vpn, exposing it to the internet.
|
Run the openssh service through a vpn, exposing it to the internet.
|
||||||
|
|
||||||
**Important:** This lets anyone on the internet connect through SSH,
|
**Warning:** This lets anyone on the internet connect through SSH,
|
||||||
make sure the SSH configuration is secure! Disallowing password
|
make sure the SSH configuration is secure! Disallowing password
|
||||||
authentication and only allowing SSH-keys is considered secure.
|
authentication and only allowing SSH-keys is considered secure.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user