mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2024-11-09 10:23:12 +00:00
Merge branch 'master' into fix-lastmod
This commit is contained in:
commit
453d12d8fa
|
@ -39,7 +39,7 @@
|
|||
|
||||
svg {
|
||||
display: inline-block;
|
||||
margin: 0 10px;
|
||||
margin: 0 2rem;
|
||||
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 |
|
@ -192,3 +192,15 @@ a, a.btn-link {
|
|||
color: lightgray;
|
||||
}
|
||||
}
|
||||
|
||||
#sp-logo-text {
|
||||
fill: $white
|
||||
}
|
||||
|
||||
#sp-logo-icon {
|
||||
fill: $gray
|
||||
}
|
||||
|
||||
#sp-logo-keyhole {
|
||||
fill: $yellow
|
||||
}
|
|
@ -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>
|
||||
{{< /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>
|
||||
{{< /image-container >}}
|
||||
|
||||
|
|
|
@ -9,9 +9,9 @@ description: >
|
|||
![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/)
|
||||
{{% /pageinfo %}}
|
||||
{{% /alert %}}
|
||||
|
||||
## Changelog
|
||||
|
||||
|
|
|
@ -8,13 +8,15 @@ description: >
|
|||
---
|
||||
|
||||
|
||||
{{% pageinfo color="warning" %}}
|
||||
{{% alert color="info" %}}
|
||||
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.
|
||||
{{% /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 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.
|
||||
|
||||
|
@ -107,7 +109,7 @@ This is because Nginx will get confused by the missing log files, and they will
|
|||
|
||||
## Deleting old system
|
||||
|
||||
{{% alert color="warning" %}}
|
||||
{{% alert color="danger" %}}
|
||||
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.
|
||||
|
|
|
@ -8,16 +8,15 @@ description: >
|
|||
---
|
||||
|
||||
|
||||
{{% pageinfo color="warning" %}}
|
||||
{{% alert color="warning" %}}
|
||||
Все команды в этом руководстве выполняются от имени root через подключение SSH.
|
||||
Если у вас нет прав root, смотрите [это руководство](/docs/how-to-guides/root_ssh/) для получения дополнительной информации.
|
||||
|
||||
Если у вас не осталось свободного места, вы сможете использовать только те SSH-ключи, которые вы ранее добавили.
|
||||
Если у вас закончилось место на диске и вы не добавили ни одного SSH-ключа, обратитесь в службу поддержки SelfPrivacy за дальнейшей помощью.
|
||||
{{% /pageinfo %}}
|
||||
{{% /alert %}}
|
||||
|
||||
Существует несколько способов очистки дискового пространства вашего сервера.
|
||||
|
||||
Чтобы проверить, сколько у вас дискового пространства, выполните следующую команду:
|
||||
|
||||
```bash
|
||||
|
|
|
@ -8,8 +8,8 @@ menu:
|
|||
weight: 20
|
||||
---
|
||||
|
||||
{{% pageinfo %}}
|
||||
{{% alert %}}
|
||||
Добро пожаловать в документацию SelfPrivacy!
|
||||
{{% /pageinfo %}}
|
||||
{{% /alert %}}
|
||||
|
||||
|
||||
|
|
|
@ -1,18 +1,6 @@
|
|||
{{ $links := .Site.Params.links }}
|
||||
<div class="bg-dark pt-4 px-5 pb-5 row sp-footer">
|
||||
<div class="col-12 py-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">
|
||||
<div class="bg-dark px-5 py-5 row sp-footer">
|
||||
<div class="col-md-4 col-xs-12 pt-4">
|
||||
<h2 class="text-secondary">{{ T "footer_learn_more" }}</h2>
|
||||
<ul class="list-unstyled">
|
||||
<li><a href="{{ ref . "/docs/services/" }}" class="nav-link">{{ T "footer_available_services"}}</a></li>
|
||||
|
@ -28,7 +16,7 @@
|
|||
</ul>
|
||||
</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>
|
||||
<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>
|
||||
|
@ -39,7 +27,7 @@
|
|||
</ul>
|
||||
</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>
|
||||
<h3 class="text-secondary">{{ T "footer_download_phone" }}</h3>
|
||||
<ul class="list-unstyled">
|
||||
|
|
Loading…
Reference in a new issue