commit(auto)

This commit is contained in:
Kaz Saita(WSL2) 2024-02-05 15:50:06 +09:00
parent fb0ff20fa9
commit 1e9c85c4e1
2 changed files with 10 additions and 4 deletions

View file

@ -35,7 +35,7 @@ wsl2上のubuntuから、sshで接続確認。(名前とパスワード。後で
`$ sudo apt update` `$ sudo apt update`
してから、 してから、
``` ```sh
$ sudo apt full-upgrade $ sudo apt full-upgrade
... ...
$ sudo reboot (最新にしたので再起動) $ sudo reboot (最新にしたので再起動)

View file

@ -1,7 +1,7 @@
# 20240205150537 Caddyをraspi4にインストール # 20240205150537 Caddyをraspi4にインストール
#raspi #caddy #web_server #raspi #caddy #web_server
[How to Setup a Raspberry Pi Caddy Web Server - Pi My Life Up](https://pimylifeup.com/raspberry-pi-caddy-web-server/) の方法が現在 20240205 は利用できない。 [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 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 The following signatures couldn't be verified because the public key is not available: NO_PUBKEY ABA1F9B8875A6661
``` ```
@ -12,6 +12,12 @@ The following signatures couldn't be verified because the public key is not avai
まずgoが必要 まずgoが必要
[[20240205152229 raspi4にgoをインストールする]] [[20240205152229 raspi4にgoをインストールする]]
```sh
$ sudo apt install git (インストールしてなければ)
$ git clone --depth=1 https://github.com/caddyserver/caddy.git
``` ```
$ sudo apt install git
``` 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)