mirror of
https://github.com/fruworg/fruworg.github.io.git
synced 2024-11-16 09:27:17 +03:00
Compare commits
17 Commits
7cd6089b04
...
e9fe3fc3bf
Author | SHA1 | Date | |
---|---|---|---|
e9fe3fc3bf | |||
|
6e025c5240 | ||
6e0d304e50 | |||
9f65ed9b57 | |||
f5825d9638 | |||
|
1f831378e8 | ||
dafed111a8 | |||
9c390ae557 | |||
d5cf1769fc | |||
89f4a06df9 | |||
|
8e8fedb304 | ||
6d0d990509 | |||
71eb8a2e15 | |||
6ab2476eb7 | |||
67b6cfc1bb | |||
2741f3b225 | |||
|
a1d76ba75d |
2
.github/workflows/hugo.yml
vendored
2
.github/workflows/hugo.yml
vendored
@ -58,6 +58,8 @@ jobs:
|
|||||||
--baseURL "${{ steps.pages.outputs.base_url }}/"
|
--baseURL "${{ steps.pages.outputs.base_url }}/"
|
||||||
- name: Change color
|
- name: Change color
|
||||||
run: sed -i 's/peachpuff/rebeccapurple/g' public/css/main.*.css
|
run: sed -i 's/peachpuff/rebeccapurple/g' public/css/main.*.css
|
||||||
|
- name: Change URI
|
||||||
|
run: find public -type f -exec sed -i 's/\/\/fruw.org/\/\/fruworg.github.io/g' {} +
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v2
|
uses: actions/upload-pages-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -37,8 +37,8 @@ ListenPort = 51820
|
|||||||
PublicKey = <public-key>
|
PublicKey = <public-key>
|
||||||
AllowedIPs = 172.0.0.2/32
|
AllowedIPs = 172.0.0.2/32
|
||||||
```
|
```
|
||||||
`<public-key>` - содержимое файла `/etc/wireguard/publickey` клиента </br>
|
`<public-key>` - содержимое файла `/etc/wireguard/publickey` клиента\
|
||||||
`<private-key>` - содержимое файла `/etc/wireguard/privatekey` сервера </br>
|
`<private-key>` - содержимое файла `/etc/wireguard/privatekey` сервера\
|
||||||
`<interface>` - имя сетевого интерфейса
|
`<interface>` - имя сетевого интерфейса
|
||||||
### Включение WireGuard при запуске сервера
|
### Включение WireGuard при запуске сервера
|
||||||
```shell
|
```shell
|
||||||
@ -59,9 +59,9 @@ PublicKey = <public-key>
|
|||||||
Endpoint = <server-addr>:51820
|
Endpoint = <server-addr>:51820
|
||||||
AllowedIPs = <allowed-ips>
|
AllowedIPs = <allowed-ips>
|
||||||
```
|
```
|
||||||
`<public-key>` - содержимое файла `/etc/wireguard/publickey` сервера </br>
|
`<public-key>` - содержимое файла `/etc/wireguard/publickey` сервера\
|
||||||
`<private-key>` - содержимое файла `/etc/wireguard/privatekey` клиента </br>
|
`<private-key>` - содержимое файла `/etc/wireguard/privatekey` клиента\
|
||||||
`<server-addr>` - публичный адрес сервера </br>
|
`<server-addr>` - публичный адрес сервера\
|
||||||
`<allowed-ips>` - IP-адреса, соединения с которыми будут идти через `WireGuard`
|
`<allowed-ips>` - IP-адреса, соединения с которыми будут идти через `WireGuard`
|
||||||
### Включение WireGuard при запуске клиента
|
### Включение WireGuard при запуске клиента
|
||||||
```shell
|
```shell
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
<pre><ascii> _._ _,-'""`-._
|
<pre><ascii> ▄ .▄▄▄▄ .▄▄▌ ▄▄▌ there
|
||||||
(,-.`._,'( |\`-/|
|
██▪▐█▀▄.▀·██• ██• ▪
|
||||||
`-.-' \ )-`( , o o)
|
██▀▐█▐▀▀▪▄██▪ ██▪ ▄█▀▄
|
||||||
`- \`_`"'-</ascii>
|
██▌▐▀▐█▄▄▌▐█▌▐▌▐█▌▐▌▐█▌.▐▌
|
||||||
|
▀▀▀ · ▀▀▀ .▀▀▀ .▀▀▀ ▀█▄▀▪</ascii>
|
||||||
|
|
||||||
<a href="//github.com/fruworg/fruworg.github.io">opensource, js&cookie free</a></pre>
|
<a href="//github.com/fruworg/fruworg.github.io">opensource, js&cookie free</a></pre>
|
||||||
|
BIN
static/background.gif
Normal file
BIN
static/background.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 MiB |
Binary file not shown.
Before Width: | Height: | Size: 214 KiB After Width: | Height: | Size: 87 KiB |
Binary file not shown.
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 17 KiB |
@ -1 +1 @@
|
|||||||
Subproject commit 5c0d4477da481dec1a5de356286197c75a2a4d90
|
Subproject commit 7eb486c888db79f8e95fec86e2c9b955e461cd03
|
Loading…
Reference in New Issue
Block a user