Merge branch 'master' into def/docs_update_from_kirill

This commit is contained in:
def 2024-10-21 11:29:51 +03:00
commit 6834401dfe
26 changed files with 14 additions and 9 deletions

View file

@ -84,6 +84,14 @@ Once you've made your working copy of the site repo, from the repo root folder,
hugo server
```
You can view your site copy on any device connected to the same network. For example, if you're working on a laptop with address `192.168.1.99`, run:
```
hugo server --bind 192.168.1.99
```
The site will be available at `192.168.1.99:1313`, which you can also visit from another device, like your smartphone. If it doesn't work, check if your firewall blocks incoming connections over port `1313`. To use a different port, like `8080`, add `--port 8080`.
## Running a container locally
You can run docsy-example inside a [Docker](https://docs.docker.com/)

View file

@ -1,12 +1,8 @@
<!-- Favicons as generated by http://cthedot.de/icongen -->
<link rel="shortcut icon" href="{{ "favicons/favicon.ico" | relURL }}" >
<link rel="apple-touch-icon" href="{{ "favicons/apple-touch-icon-180x180.png" | relURL }}" sizes="180x180">
<link rel="apple-touch-icon" href="{{ "favicons/apple-touch-icon.png" | relURL }}" sizes="180x180">
<link rel="icon" type="image/png" href="{{ "favicons/favicon-16x16.png" | relURL }}" sizes="16x16">
<link rel="icon" type="image/png" href="{{ "favicons/favicon-32x32.png" | relURL }}" sizes="32x32">
<link rel="icon" type="image/png" href="{{ "favicons/android-36x36.png" | relURL }}" sizes="36x36">
<link rel="icon" type="image/png" href="{{ "favicons/android-48x48.png" | relURL }}" sizes="48x48">
<link rel="icon" type="image/png" href="{{ "favicons/android-72x72.png" | relURL }}" sizes="72x72">
<link rel="icon" type="image/png" href="{{ "favicons/android-96x96.png" | relURL }}" sizes="96x96">
<link rel="icon" type="image/png" href="{{ "favicons/android-144x144.png" | relURL }}" sizes="144x144">
<link rel="icon" type="image/png" href="{{ "favicons/android-192x192.png" | relURL }}" sizes="192x192">
<link rel="icon" type="image/png" href="{{ "favicons/android-chrome-192x192.png" | relURL }}" sizes="192x192">
<link rel="icon" type="image/png" href="{{ "favicons/android-chrome-512x512.png" | relURL }}" sizes="512x512">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 980 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 498 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 807 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

View file

@ -81,6 +81,7 @@ section = ["HTML", "print", "RSS"]
[params]
copyright = "SelfPrivacy"
favicon = "favicons/favicon.ico"
# First one is picked as the Twitter card image if not set on page.
# images = ["images/project-illustration.png"]

View file

@ -87,4 +87,4 @@ Sending email may be blocked by your provider.
Hetzner [responds](https://docs.hetzner.com/cloud/servers/faq/#why-can-i-not-send-any-mails-from-my-server) that they do indeed block the email for new accounts. After one month of server operation and the first successful payment, Hetzner asks to contact support to clarify the reasons for using email. You may mention that you plan to use email to communicate with users of your services.
With DigitalOcean, such a problem has not been observed, but if you have encountered this, try to get in touch with the hosting support.
With DigitalOcean, you can't send emails at all. They would tell you to use a third-party service like [SendGrid](https://sendgrid.com/) as a relay. You can track the status of relay support in SelfPrivacy in the [issue](https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config/issues/100).

View file

@ -87,4 +87,4 @@ IMAP порт: `143`
Hetzner [отвечает](https://docs.hetzner.com/cloud/servers/faq/#why-can-i-not-send-any-mails-from-my-server) что они действительно блокируют отправку электронных писем для новых аккаунтов. После месяца работы сервера и первого успешного платежа Hetzner просит связаться с поддержкой для выяснения причин использования электронной почты. Вы можете сослаться на использование почты для общения с пользователями ваших сервисов.
С DigitalOcean подобной проблемы замечено не было, но если с вами такое случилось, постарайтесь связаться с поддержкой хостинга.
DigitalOcean не позволяет отправлять почту вообще. Они предложат использовать сторонние сервисы для отправки почты, такие как [SendGrid](https://sendgrid.com/). Поддержку сторонних сервисов отправки почты в SelfPrivacy можно отследить в [этой задаче](https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config/issues/100).

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB