1
0
Fork 0

Changes to be committed:

modified:   content/posts/bluefeds.md

      - added step for redirecting to Cockpit using Caddy Server
This commit is contained in:
Pratham Patel 2022-08-21 09:46:35 +05:30
parent fa052d47ab
commit d61f8132a2
1 changed files with 10 additions and 0 deletions

View File

@ -116,6 +116,7 @@ cd $HOME/.ssh
ssh-keygen -t ed25519 -f gitea
ssh-keygen -t ed25519 -f github
ssh-keygen -t ed25519 -f gitlab
ssh-keygen -t ed25519 -f flameboi
ssh-keygen -t ed25519 -f sentinel
```
@ -386,6 +387,15 @@ cp -v Caddyfile /trayimurti/containers/volumes/caddy/
```
### Cockpit
something-something enable SSL for cockpit
```bash
sudo cp cockpit.conf /etc/cockpit/cockpit.conf
```
### Generate container secrets for passwords
```bash