feat: working app

This commit is contained in:
Strix 2025-03-04 22:08:08 +01:00
parent 344e1693bd
commit ea70650c45
19 changed files with 653 additions and 197 deletions

22
crates/ssh/config Normal file
View file

@ -0,0 +1,22 @@
## neb servers
# hydrogen red helix
Host H
Hostname hydrogen.red.helix.saluco.nl
# argon red helix
Host A
Hostname argon.red.helix.saluco.nl
# iron red sphere
Host I
Hostname iron.red.sphere.saluco.nl
## utility servers
Host git
Hostname git.saluco.nl
User git
Host github
Hostname github.com
User git

11
crates/ssh/crate.toml Normal file
View file

@ -0,0 +1,11 @@
[crate]
name = "ssh"
author = "Strix"
description = "fixes the ssh files"
[[actions.command]]
command = "ls -lah"
[[actions.link]]
src = "./config"
dest = "~/.ssh/config"