diff options
author | Oxbian <got.dacs@slmail.me> | 2023-07-22 22:20:49 +0200 |
---|---|---|
committer | Oxbian <got.dacs@slmail.me> | 2023-07-22 22:20:49 +0200 |
commit | 1edc13b09b75737d26ee5969543c14da7b18c74b (patch) | |
tree | f93367f1472bbbfc940f3defb0de7220dac2a7ce | |
parent | 9ee5dc8057cefc38750552baf51f35891dba9dd0 (diff) | |
download | ArKa-Web-1edc13b09b75737d26ee5969543c14da7b18c74b.tar.gz ArKa-Web-1edc13b09b75737d26ee5969543c14da7b18c74b.zip |
Updating ArKa philosophy
-rw-r--r-- | index.html | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -48,16 +48,17 @@ <main> <div id="content"> <h1>ArKa</h1> - <p>ArKA is the name of the infrastructure created and maintained by me, Oxbian. - <p>You will find a blog, a git serveur (gitea), a privatebin instance to send small files and text in an encrypted way.</p> - <p>The git server contains my projects, some could may be usefull, some not. </p> - <p>The blog contains some good practices articles about privacy, cybersecurity.. And sometimes I made articles explaining my point of view on some problematics. </p> + <p>ArKA is the name of this group of websites and services maintained by me, Oxbian.</p> + <p>On ArKa you can find a <a href="https://blog.arka.rocks">blog</a> where I talk about good practices in different domains, a <a href="https://git.arka.rocks">git</a> server which contains projects that could be usefull or not for you, and an <a href="https://bin.arka.rocks">encryped</a> text / small files sharing.</p> <h2>Project made for ArKa</h2> <ul> <li>A blog generator, it take markdown files and generate webpages. Fully customisable thanks to the template system. <a href="https://git.arka.rocks/Oxbian/BlogGenerator">BlogGenerator</a></li> <li>A script to send message to someone via Matrix. <a href="https://git.arka.rocks/Oxbian/matrix-sender">Matrix sender</a></li> <li>Some scripts which sends notifications of logwatch, fail2ban to an user via Matrix. <a href="https://git.arka.rocks/Oxbian/matrix-monitoring">Matrix monitoring</a></li> </ul> + <h2>ArKa philosophy</h2> + <p>The philosophy behind ArKa is to have a server with low maintenance, low ressources use (actually all the public services and others privates services runs on a raspberrypi 4), with fast reponse time.</p> + <p>The philosophy behind the tools made for ArKa is sustainability, no dependencies garbage like Node or Python, light and speed. </p> </div> </main> <hr> |