Compare commits
5 commits
pretix-ser
...
main
Author | SHA1 | Date | |
---|---|---|---|
c48e02c370 | |||
63ede42ef0 | |||
3e07ead889 | |||
bd923e6894 | |||
439603a12e |
2 changed files with 23 additions and 1 deletions
|
@ -70,5 +70,5 @@ traefik_container_name: "traefik"
|
|||
traefik_dashboard_hostname: "traefik.un-hack-bar.de"
|
||||
|
||||
version:
|
||||
authentik: "2024.6.3"
|
||||
authentik: "2024.10.1"
|
||||
element_web: "latest"
|
||||
|
|
22
useful_ressources/ssh_config.md
Normal file
22
useful_ressources/ssh_config.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
Add this to your SSH Config:
|
||||
|
||||
```
|
||||
Host unhb4
|
||||
#Key: SHA256:pgNNZwqtDY4rkx99svN+UMwZ1W30kS44CJNsRbuavvg (ed25519)
|
||||
HostName server4.unhb.de
|
||||
User root
|
||||
LocalForward 9000 localhost:9000
|
||||
Host unhb-proxmox-local
|
||||
#Key: SHA256:VoFtWYe3YhGSEK0m3M2O4GHxRqk0X3QwtH5rhnUo7/I (ed25519)
|
||||
HostName proxmox.unhb.space
|
||||
User root
|
||||
```
|
||||
|
||||
The door is currently not managed via Ansible, but here is its config anyway:
|
||||
|
||||
```
|
||||
Host unhb-door
|
||||
HostName 192.168.88.244
|
||||
User keymaster
|
||||
IdentityFile ~/.ssh/YOUR_IDENTITY_FILE_FOR_THE_DOOR
|
||||
```
|
Loading…
Reference in a new issue