mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
add rune svgs to host readme's
This commit is contained in:
parent
a99bd4606c
commit
9332150deb
4 changed files with 36 additions and 6 deletions
|
@ -1,10 +1,20 @@
|
|||
<div align="center">
|
||||
<img src="https://upload.wikimedia.org/wikipedia/commons/d/df/Runic_letter_algiz.svg">
|
||||
<h1>Algiz</h1>
|
||||
</div>
|
||||
|
||||
## Setting up git user for use with gitea originally
|
||||
|
||||
```sh
|
||||
sudo -u git ssh-keygen -t rsa -b 4096 -C "Gitea Host Key"
|
||||
sudo -u git cat /home/git/.ssh/id_rsa.pub | sudo -u git tee -a /home/git/.ssh/authorized_keys
|
||||
sudo -u git chmod 600 /home/git/.ssh/authorized_keys
|
||||
|
||||
|
||||
Should Look like this
|
||||
```
|
||||
|
||||
|
||||
`/home/git/.ssh/authorized_keys` should Look like this:
|
||||
|
||||
```txt
|
||||
# SSH pubkey from git user
|
||||
ssh-rsa <Gitea Host Key>
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
<div align="center">
|
||||
<img src="https://upload.wikimedia.org/wikipedia/commons/5/57/Runic_letter_mannaz.svg">
|
||||
<h1>Mannaz</h1>
|
||||
</div>
|
||||
|
5
hosts/othalan/README.md
Normal file
5
hosts/othalan/README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
<div align="center">
|
||||
<img src="https://upload.wikimedia.org/wikipedia/commons/7/70/Runic_letter_othalan.svg">
|
||||
<h1>Othalan</h1>
|
||||
</div>
|
||||
|
|
@ -1,7 +1,17 @@
|
|||
# Runes
|
||||
|
||||
![](https://upload.wikimedia.org/wikipedia/commons/0/0c/Runic_letter_mannaz.png)
|
||||
![](https://upload.wikimedia.org/wikipedia/commons/1/14/Runic_letter_algiz.png)
|
||||
![](https://upload.wikimedia.org/wikipedia/commons/1/16/Runic_letter_othalan.png)
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<img src="https://upload.wikimedia.org/wikipedia/commons/1/16/Runic_letter_othalan.png">
|
||||
</td>
|
||||
<td>
|
||||
<img src="https://upload.wikimedia.org/wikipedia/commons/1/14/Runic_letter_algiz.png">
|
||||
</td>
|
||||
<td>
|
||||
<img src="https://upload.wikimedia.org/wikipedia/commons/0/0c/Runic_letter_mannaz.png">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
Loading…
Reference in a new issue