commit(auto)

This commit is contained in:
Kaz Saita(WSL2) 2024-02-11 17:50:08 +09:00
parent 0a5a0d3eb7
commit cc8ca0ef05
5 changed files with 6 additions and 5 deletions

View file

@ -3,7 +3,7 @@
[How to Setup a Raspberry Pi Caddy Web Server - Pi My Life Up](https://pimylifeup.com/raspberry-pi-caddy-web-server/) の方法が現在 20240205 は利用できない。
```sh
```
Err:4 https://dl.cloudsmith.io/public/caddy/stable/deb/debian any-version InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY ABA1F9B8875A6661
```
@ -71,11 +71,11 @@ caddyを起動
```
caddy run --config /etc/caddy/Caddyfile
```
色々怒られるかもだけど、とりあえずネットワーク内から接続できる。
色々怒られるかもだけど、とりあえずネットワーク内から接続できる。 saipi4は私のraspi4のhostname。
![[Pasted image 20240205205804.png]]
cf.
## cf.
[GitHub - caddyserver/caddy: Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS](https://github.com/caddyserver/caddy?tab=readme-ov-file#build-from-source)
[caddyで簡単にhttpsサイト #http2 - Qiita](https://qiita.com/mmotoi/items/1af28e2e62a4e344eb6c)

View file

@ -15,7 +15,7 @@ sudo nano /etc/profile
`PATH="${PATH}:/usr/local/go/bin"`
を追加。`export PATH`の前
![[Pasted image 20240205153644.png]]
syncして再起動。
再起動。
```
$ go version
@ -23,6 +23,6 @@ go version go1.21.6 linux/arm64
```
などと表示されればOK。
cf.
## cf.
[【備忘録】RaspberryPiにGoをインストールする #Go - Qiita](https://qiita.com/Noctiluca/items/eb8a6b879b988e5f3ed1)

View file

@ -42,4 +42,5 @@ $ ssh <host> -p [上記の番号]
```
Host <host>
Port *****
(...その他)
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 KiB