Merge branch 'fix-typo-3' of https://git.selfprivacy.org/nevfy/selfprivacy.org into fix-typo-3

This commit is contained in:
nevfy 2024-06-29 07:01:48 +03:00
commit 3d43c9dd6d
9 changed files with 33 additions and 43 deletions

View file

@ -39,7 +39,7 @@
svg { svg {
display: inline-block; display: inline-block;
margin: 0 10px; margin: 0 2rem;
height: 30px; height: 30px;
} }
} }

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

View file

@ -192,3 +192,15 @@ a, a.btn-link {
color: lightgray; color: lightgray;
} }
} }
#sp-logo-text {
fill: $white
}
#sp-logo-icon {
fill: $gray
}
#sp-logo-keyhole {
fill: $yellow
}

View file

@ -151,7 +151,7 @@ linkTitle = "SelfPrivacy"
<p class="card-text">SelfPrivacy is developed on the «zero trust» principle, even in relation to SelfPrivacy developers. That means you're the sole owner of your data.</p> <p class="card-text">SelfPrivacy is developed on the «zero trust» principle, even in relation to SelfPrivacy developers. That means you're the sole owner of your data.</p>
{{< /image-container >}} {{< /image-container >}}
{{< image-container security "Security" "-purple" >}} {{< image-container security "Security" "sp-feature sp-feature-purple" >}}
<p class="card-text">Open source. The $2,000 reward for RCE vulnerability significantly increases security compared to conventional self-hosted solutions.</p> <p class="card-text">Open source. The $2,000 reward for RCE vulnerability significantly increases security compared to conventional self-hosted solutions.</p>
{{< /image-container >}} {{< /image-container >}}

View file

@ -9,9 +9,9 @@ description: >
![Release banner showcasing new UI](/images/releases/0.9.0-banner.png) ![Release banner showcasing new UI](/images/releases/0.9.0-banner.png)
{{% pageinfo color="primary" %}} {{% alert color="info" %}}
This release is made possible with the support of [NlNet foundation](https://nlnet.nl/project/SelfPrivacy/) This release is made possible with the support of [NlNet foundation](https://nlnet.nl/project/SelfPrivacy/)
{{% /pageinfo %}} {{% /alert %}}
## Changelog ## Changelog

View file

@ -8,13 +8,15 @@ description: >
--- ---
{{% pageinfo color="warning" %}} {{% alert color="info" %}}
All commands in this guide are executed as root over SSH. All commands in this guide are executed as root over SSH.
If you do not have root access, see [this guide](/docs/how-to-guides/root_ssh/) for more information. If you do not have root access, see [this guide](/docs/how-to-guides/root_ssh/) for more information.
{{% /alert %}}
{{% alert color="warning" %}}
If you have no space left, you will only be able to use the SSH keys you previously added. If you have no space left, you will only be able to use the SSH keys you previously added.
If you run out of disk space and have not added any SSH keys, contact SelfPrivacy support for further assistance. If you run out of disk space and have not added any SSH keys, contact SelfPrivacy support for further assistance.
{{% /pageinfo %}} {{% /alert %}}
There are several ways to clean up your server's disk space. There are several ways to clean up your server's disk space.
@ -107,7 +109,7 @@ This is because Nginx will get confused by the missing log files, and they will
## Deleting old system ## Deleting old system
{{% alert color="warning" %}} {{% alert color="danger" %}}
This operation can only be performed once during the lifetime of your server. This operation can only be performed once during the lifetime of your server.
If you have installed SelfPrivacy on your own hardware, this may lead to some data loss. If you have installed SelfPrivacy on your own hardware, this may lead to some data loss.

View file

@ -8,16 +8,15 @@ description: >
--- ---
{{% pageinfo color="warning" %}} {{% alert color="warning" %}}
Все команды в этом руководстве выполняются от имени root через подключение SSH. Все команды в этом руководстве выполняются от имени root через подключение SSH.
Если у вас нет прав root, смотрите [это руководство](/docs/how-to-guides/root_ssh/) для получения дополнительной информации. Если у вас нет прав root, смотрите [это руководство](/docs/how-to-guides/root_ssh/) для получения дополнительной информации.
Если у вас не осталось свободного места, вы сможете использовать только те SSH-ключи, которые вы ранее добавили. Если у вас не осталось свободного места, вы сможете использовать только те SSH-ключи, которые вы ранее добавили.
Если у вас закончилось место на диске и вы не добавили ни одного SSH-ключа, обратитесь в службу поддержки SelfPrivacy за дальнейшей помощью. Если у вас закончилось место на диске и вы не добавили ни одного SSH-ключа, обратитесь в службу поддержки SelfPrivacy за дальнейшей помощью.
{{% /pageinfo %}} {{% /alert %}}
Существует несколько способов очистки дискового пространства вашего сервера. Существует несколько способов очистки дискового пространства вашего сервера.
Чтобы проверить, сколько у вас дискового пространства, выполните следующую команду: Чтобы проверить, сколько у вас дискового пространства, выполните следующую команду:
```bash ```bash

View file

@ -8,8 +8,8 @@ menu:
weight: 20 weight: 20
--- ---
{{% pageinfo %}} {{% alert %}}
Добро пожаловать в документацию SelfPrivacy! Добро пожаловать в документацию SelfPrivacy!
{{% /pageinfo %}} {{% /alert %}}

View file

@ -1,18 +1,6 @@
{{ $links := .Site.Params.links }} {{ $links := .Site.Params.links }}
<div class="bg-dark pt-4 px-5 pb-5 row sp-footer"> <div class="bg-dark px-5 py-5 row sp-footer">
<div class="col-12 py-4"> <div class="col-md-4 col-xs-12 pt-4">
<a class="navbar-brand" href="{{ .Site.Home.RelPermalink }}">
<span class="navbar-brand__logo navbar-logo">
{{- if ne .Site.Params.ui.navbar_logo false -}}
{{ with resources.Get "icons/logo.svg" -}}
{{ ( . | minify).Content | safeHTML -}}
{{ end -}}
{{ end -}}
</span>
</a>
</div>
<div class="col-md-4 col-xs-12 py-sm-4">
<h2 class="text-secondary">{{ T "footer_learn_more" }}</h2> <h2 class="text-secondary">{{ T "footer_learn_more" }}</h2>
<ul class="list-unstyled"> <ul class="list-unstyled">
<li><a href="{{ ref . "/docs/services/" }}" class="nav-link">{{ T "footer_available_services"}}</a></li> <li><a href="{{ ref . "/docs/services/" }}" class="nav-link">{{ T "footer_available_services"}}</a></li>
@ -28,7 +16,7 @@
</ul> </ul>
</div> </div>
<div class="col-md-4 col-xs-12 py-sm-4"> <div class="col-md-4 col-xs-12 pt-4">
<h2 class="text-secondary">{{ T "footer_contribute" }}</h2> <h2 class="text-secondary">{{ T "footer_contribute" }}</h2>
<ul class="list-unstyled"> <ul class="list-unstyled">
<li><a href="https://git.selfprivacy.org/SelfPrivacy" class="nav-link" rel="noopener noreferrer" target="_blank">{{ T "footer_source_code" }}</a></li> <li><a href="https://git.selfprivacy.org/SelfPrivacy" class="nav-link" rel="noopener noreferrer" target="_blank">{{ T "footer_source_code" }}</a></li>
@ -39,7 +27,7 @@
</ul> </ul>
</div> </div>
<div class="col-md-4 col-xs-12 py-sm-4"> <div class="col-md-4 col-xs-12 pt-4">
<h2 class="text-secondary">{{ T "footer_download" }}</h2> <h2 class="text-secondary">{{ T "footer_download" }}</h2>
<h3 class="text-secondary">{{ T "footer_download_phone" }}</h3> <h3 class="text-secondary">{{ T "footer_download_phone" }}</h3>
<ul class="list-unstyled"> <ul class="list-unstyled">