18 lines
1.0 KiB
Plaintext
18 lines
1.0 KiB
Plaintext
|
extends ../layout/main.pug
|
||
|
block content
|
||
|
a(href='/') Go home
|
||
|
table
|
||
|
tbody
|
||
|
tr
|
||
|
td
|
||
|
img(src='https://github.com/kalaksi/lightkeeper/blob/master/flatpak/io.github.kalaksi.Lightkeeper-128px.png?raw=true' height='128' width='128' alt='Lightkeeper logo' title='Lightkeeper logo' style='border-radius:24px;margin:20px')
|
||
|
td
|
||
|
h1 Lightkeeper
|
||
|
p Lightkeeper is a tool for simplifying server administration over SSH. It basically wraps the SSH commands into a nice GUI for you to manage.
|
||
|
p Links:
|
||
|
ul
|
||
|
li
|
||
|
a(href='https://github.com/kalaksi/lightkeeper') GitHub repo
|
||
|
li
|
||
|
a(href='https://flathub.org/apps/io.github.kalaksi.Lightkeeper') Get it on Flathub
|
||
|
img(src='https://github.com/kalaksi/lightkeeper/raw/master/doc/images/LightkeeperRM-overview.png' height='320px')
|