commit 888f513552e6c9584bea2b8e00bbfd06572a99c7 Author: hiro hiro@torproject.org Date: Fri Aug 30 13:11:08 2019 +0200
Add color to pages in relay guide --- .../technical-setup/guard/centosrhel/contents.lr | 2 ++ .../technical-setup/guard/centosrhel/updates/contents.lr | 4 +++- .../technical-setup/guard/debianubuntu/contents.lr | 2 ++ .../technical-setup/guard/debianubuntu/updates/contents.lr | 10 ++++++---- .../relay-operations/technical-setup/guard/fedora/contents.lr | 4 +++- .../technical-setup/guard/fedora/updates/contents.lr | 2 ++ .../relay-operations/technical-setup/guard/freebsd/contents.lr | 6 ++++-- .../technical-setup/guard/freebsd/updates/contents.lr | 2 ++ 8 files changed, 24 insertions(+), 8 deletions(-)
diff --git a/content/relay-operations/technical-setup/guard/centosrhel/contents.lr b/content/relay-operations/technical-setup/guard/centosrhel/contents.lr index 18eb67a..6914e5b 100644 --- a/content/relay-operations/technical-setup/guard/centosrhel/contents.lr +++ b/content/relay-operations/technical-setup/guard/centosrhel/contents.lr @@ -1,5 +1,7 @@ _model: page --- +color: primary +--- title: CentOS/RHEL --- body: diff --git a/content/relay-operations/technical-setup/guard/centosrhel/updates/contents.lr b/content/relay-operations/technical-setup/guard/centosrhel/updates/contents.lr index 543587d..24adef4 100644 --- a/content/relay-operations/technical-setup/guard/centosrhel/updates/contents.lr +++ b/content/relay-operations/technical-setup/guard/centosrhel/updates/contents.lr @@ -1,5 +1,7 @@ _model: page --- +color: primary +--- title: RPM Distributions --- body: @@ -46,7 +48,7 @@ Enable the following settings: Interval: Daily Skip Interactive Patches Agree with Licenses - Use delta rpms + Use delta rpms ```
Confirm your configuration with OK. diff --git a/content/relay-operations/technical-setup/guard/debianubuntu/contents.lr b/content/relay-operations/technical-setup/guard/debianubuntu/contents.lr index f203181..20b6619 100644 --- a/content/relay-operations/technical-setup/guard/debianubuntu/contents.lr +++ b/content/relay-operations/technical-setup/guard/debianubuntu/contents.lr @@ -1,5 +1,7 @@ _model: page --- +color: primary +--- title: Debian/Ubuntu --- body: diff --git a/content/relay-operations/technical-setup/guard/debianubuntu/updates/contents.lr b/content/relay-operations/technical-setup/guard/debianubuntu/updates/contents.lr index 7053759..0506f6c 100644 --- a/content/relay-operations/technical-setup/guard/debianubuntu/updates/contents.lr +++ b/content/relay-operations/technical-setup/guard/debianubuntu/updates/contents.lr @@ -1,5 +1,7 @@ _model: page --- +color: primary +--- title: Debian and Ubuntu --- _discoverable: no @@ -34,10 +36,10 @@ If you want to automatically reboot add the following at the the end of the file
Create the file /etc/apt/apt.conf.d/20auto-upgrades with the following content
- APT::Periodic::Update-Package-Lists "1"; - APT::Periodic::AutocleanInterval "5"; - APT::Periodic::Unattended-Upgrade "1"; - APT::Periodic::Verbose "1"; + APT::Periodic::Update-Package-Lists "1"; + APT::Periodic::AutocleanInterval "5"; + APT::Periodic::Unattended-Upgrade "1"; + APT::Periodic::Verbose "1"; ```
# 4. Test diff --git a/content/relay-operations/technical-setup/guard/fedora/contents.lr b/content/relay-operations/technical-setup/guard/fedora/contents.lr index 0e5f8ac..646fa22 100644 --- a/content/relay-operations/technical-setup/guard/fedora/contents.lr +++ b/content/relay-operations/technical-setup/guard/fedora/contents.lr @@ -1,5 +1,7 @@ _model: page --- +color: primary +--- title: Fedora --- body: @@ -46,4 +48,4 @@ subtitle: How to deploy a middle/Guard relay on Fedora --- _discoverable: yes --- -_slug: +_slug: diff --git a/content/relay-operations/technical-setup/guard/fedora/updates/contents.lr b/content/relay-operations/technical-setup/guard/fedora/updates/contents.lr index f8195b7..7f31083 100644 --- a/content/relay-operations/technical-setup/guard/fedora/updates/contents.lr +++ b/content/relay-operations/technical-setup/guard/fedora/updates/contents.lr @@ -4,6 +4,8 @@ title: Fedora --- subtitle: --- +color: primary +--- _slug: updates ---
diff --git a/content/relay-operations/technical-setup/guard/freebsd/contents.lr b/content/relay-operations/technical-setup/guard/freebsd/contents.lr index 1685fed..9d96639 100644 --- a/content/relay-operations/technical-setup/guard/freebsd/contents.lr +++ b/content/relay-operations/technical-setup/guard/freebsd/contents.lr @@ -1,5 +1,7 @@ _model: page --- +color: primary +--- title: FreeBSD --- body: @@ -47,11 +49,11 @@ service tor start
To get package updates faster after they have been build it is best to switch from the "quarterly" with "latest" repository.
-Create the following folder: +Create the following folder:
`mkdir -p /usr/local/etc/pkg/repos`
-and create the file `/usr/local/etc/pkg/repos/FreeBSD.conf` with the following content: +and create the file `/usr/local/etc/pkg/repos/FreeBSD.conf` with the following content:
``` FreeBSD: { enabled: no } diff --git a/content/relay-operations/technical-setup/guard/freebsd/updates/contents.lr b/content/relay-operations/technical-setup/guard/freebsd/updates/contents.lr index ad9959f..86c1638 100644 --- a/content/relay-operations/technical-setup/guard/freebsd/updates/contents.lr +++ b/content/relay-operations/technical-setup/guard/freebsd/updates/contents.lr @@ -2,6 +2,8 @@ _model: page --- title: BSD* --- +color: primary +--- _slug: updates --- body:
tor-commits@lists.torproject.org