Initial commit
This commit is contained in:
25
src/pages/articles/belarusian.mdx
Executable file
25
src/pages/articles/belarusian.mdx
Executable file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
layout: '../../layouts/index.astro'
|
||||
title: 'Беларусский или белорусский'
|
||||
description: 'Беларусский или белорусский - как писать?'
|
||||
keys: 'nothing crypto free software libre self host'
|
||||
le: '19 Aug. 2025'
|
||||
---
|
||||
|
||||
## Введение
|
||||
|
||||
Вопрос "Беларусь или Белоруссия" здесь затронут не будет. Как беларус, могу сказать, что нам просто приятно, когда нас называют Беларусью, и мы считаем использование первого варианта минимальным уважением к нашему народу.
|
||||
|
||||
Но отдельная тема - писать белорусский или беларусский. Этот вопрос спорный, но я постараюсь ответить на него с точки зрения русского языка.
|
||||
|
||||
## Морфологический принцип
|
||||
|
||||
В отличие от беларусского языка, русская орфография имеет в своей основе морфологический принцип, то есть по идее вне зависимости от своей позиции морфема всегда пишется одинаково. Например, са**д** - са**д**ы (на конце всегда `д`).<br/>Исключения в виде `без-` - `без-` не учитываются, так как они редки.
|
||||
|
||||
## Как писать?
|
||||
|
||||
Для начала, в литературном стандарте закреплена форма с буквой `о`. Но в таком случае слово Беларусь должно было бы писаться с `о`, так как соеденительной морфемой в русском `а` быть не может.
|
||||
|
||||
Вот только слово Беларусь пишется с `а`. Что же пошло не так? Это заимствование из беларусского, и сейчас представляет из себя один цельный корень. Это значит, что при добавлении других морфем, в том числе суффикса -ск-, а в корне должно сохраняться. То есть самый логичный вариант - писать `беларусский`.<br/>Ну либо переходить на `Белорусь`, но...
|
||||
|
||||
P.s. естественно, всё это не касается официальных докемнтов, потому что там, как это ни странно, необходимо использовать литератный стандарт.
|
43
src/pages/contact.astro
Executable file
43
src/pages/contact.astro
Executable file
@@ -0,0 +1,43 @@
|
||||
---
|
||||
import Layout from '../layouts/index.astro'
|
||||
---
|
||||
<Layout title="Contact">
|
||||
<div class="asciicontainer">
|
||||
<pre class="smaller">
|
||||
__
|
||||
[_ |
|
||||
_____||_____
|
||||
.'` || .:;\
|
||||
/ || // `|
|
||||
| \/ || |
|
||||
| || |
|
||||
| ||_.'\
|
||||
'-----...----`\ \
|
||||
| | \ |
|
||||
| | '.__/
|
||||
| |
|
||||
</pre>
|
||||
|
||||
<div>
|
||||
<h2>Contact me (Thary)</h2>
|
||||
<ul>
|
||||
<li><a href="mailto:thary@riseup.net">thary@riseup.net</a></li>
|
||||
<li><a href="https://matrix.to/#/@thary:nothing.run">@thary:nothing.run</a></li>
|
||||
<li><a href="xmpp:thary@disroot.org">thary@disroot.org</a></li>
|
||||
<li>[Fediverse] <a href="https://fe.disroot.org/@thary">@thary@fe.disroot.org</a></li>
|
||||
<li>[Telegram] ask me</li>
|
||||
<li>[Signal] ask me</li>
|
||||
</ul>
|
||||
I'll try to answer as soon as posible, but I rarely check my email, so notifications is the only hope :)
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>Our chat</h2>
|
||||
<p>Nothing.run has chat in Matrix. Join it to get information about downtimes and updates, help, to suggest something that could make nothing.run better</p>
|
||||
<ul>
|
||||
<li>Our Matrix space <a href="https://matrix.to/#/#nothingrun:nothing.run">#nothingrun:nothing.run</a></li>
|
||||
<li>Our Matrix chat <a href="https://matrix.to/#/#localhost:nothing.run">#localhost:nothing.run</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</Layout>
|
17
src/pages/donate.mdx
Executable file
17
src/pages/donate.mdx
Executable file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
layout: '../layouts/index.astro'
|
||||
title: 'Donate :3'
|
||||
description: 'Donate us :3'
|
||||
keys: 'nothing crypto free software libre self host'
|
||||
---
|
||||
|
||||
import Service from '../components/service.astro';
|
||||
|
||||
If you say so... \<3
|
||||
|
||||
You can send me some *Moneros (XMR)* to this address:
|
||||
<pre>88yfzFYCVdbZEETEpPekAg2PdfrhFrGBkGQrUXhW6W1jP275LisMKR36gmVU3yM1vw7AMkKxWEwKwDYv1vs9macA4WBPKKN</pre>
|
||||
|
||||
<img src="/xmr_address_qr.png" alt="XMR address as QR: 88yfzFYCVdbZEETEpPekAg2PdfrhFrGBkGQrUXhW6W1jP275LisMKR36gmVU3yM1vw7AMkKxWEwKwDYv1vs9macA4WBPKKN" />
|
||||
|
||||
Thank you very much!
|
64
src/pages/index.mdx
Executable file
64
src/pages/index.mdx
Executable file
@@ -0,0 +1,64 @@
|
||||
---
|
||||
layout: '../layouts/index.astro'
|
||||
title: 'nothing.run'
|
||||
description: 'Librehoster, crypto- and infoanarchysts, free software fans'
|
||||
keys: 'nothing crypto free software libre self host'
|
||||
---
|
||||
|
||||
import KaniDM from '../components/kanidm.astro';
|
||||
import Service from '../components/service.astro';
|
||||
|
||||
## About
|
||||
nothing.run is a small corner of the Network providing some self-hosted services. nothing.run is made by only one person who believes in the exchange of information freedom and personal privacy. It's our main aim, so we are trying to promote encryption, not to save logs, not to track your activity, etc.
|
||||
|
||||
However, there is no reason why you can trust us. And it is the most significant plus of the decentralization - you have choise! You are free to choose services and servers, providers. This freedom ensures transparency and gives you the opportunity to protect your privacy without relying on any single entity
|
||||
|
||||
So... If you want to get an account, just [contact me](./contact)<br />
|
||||
|
||||
<div class="bigcontainer">
|
||||
<div>
|
||||
## Services
|
||||
<div class="container" id="services">
|
||||
|
||||
<Service id="matrix" name="Matrix" href="./matrix">
|
||||
<p>Decentralized solution for end<br />to end encrypted instant messaging.</p>
|
||||
</Service>
|
||||
|
||||
<Service id="gitea" name="Gitea" href="https://tea.nothing.run">
|
||||
<p>Nice way to create, manage<br/>and store your Git repos</p>
|
||||
<KaniDM />
|
||||
</Service>
|
||||
|
||||
<Service id="hedgedoc" name="HedgeDoc" href="https://pad.nothing.run">
|
||||
<p>*Temporary disabled*<br />Pretty simple web-based<br />collaborative markdown editor</p>
|
||||
<KaniDM />
|
||||
</Service>
|
||||
|
||||
<Service id="kanidm" name="KaniDM" href="https://idm.nothing.run">
|
||||
<p><img src="/kanidm_ico.png" alt="KaniDM logo" style="width:35px;height:25px;" /><br />Simple identity management platform</p>
|
||||
</Service>
|
||||
|
||||
<Service id="searxng" name="SearXNG" href="https://searxng.org">
|
||||
<p>*Coming soon!*<br />Privacy-respecting metasearch engine</p>
|
||||
</Service>
|
||||
|
||||
<Service id="vikunja" name="Vikunja" href="https://vikunja.io">
|
||||
<p>*Coming soon!*<br />Organize your tasks and collaborate with others</p>
|
||||
</Service>
|
||||
|
||||
</div>
|
||||
|
||||
<img src="/kanidm_ico.png" alt="KaniDM logo" style="bottom: 75px; width:35px;height:auth;" class="kanidm-logo" /> means that the given service uses OAuth to auth, so you need KaniDM account to use it
|
||||
</div>
|
||||
|
||||
<div>
|
||||
## Hosts
|
||||
There are 4 hosts owned by the admin,<br/>but only 2 of them are used by nothing.run
|
||||
- Cepheus - main vps ([Contabo](https://contabo.com))<br />
|
||||
P.s. We are going to migrate Cepheus from Contabo to Netcup
|
||||
- Archenar - additional vps
|
||||
- Naos - homeserver (it's Pentium computer xD)<br />
|
||||
We are setting up this server. Vikunja will be here
|
||||
- OrangePi (but right now it isn't used for anything :)
|
||||
</div>
|
||||
</div>
|
31
src/pages/matrix.mdx
Executable file
31
src/pages/matrix.mdx
Executable file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
layout: '../layouts/index.astro'
|
||||
title: 'Matrix'
|
||||
description: 'Matrix'
|
||||
keys: 'nothing crypto free software libre self host'
|
||||
---
|
||||
[**Matrix**](https://matrix.org) is modern federative network for communication. That means that users from different servers can interact with each other. We host our own Matrix network server. There also is a great cross-plattform-client available!
|
||||
|
||||
## Our room
|
||||
|
||||
## Clients
|
||||
|
||||
### Web-clients
|
||||
- [Cinny](https://cinny.nothing.run) - modern and beautiful Matrix web client
|
||||
- [Element](https://element.nothing.run) - the most popular and functional Matrix client
|
||||
|
||||
### Mobile clients
|
||||
- [Element](https://github.com/element-hq/element-android) - very buggy and uncomfortable client
|
||||
- [FluffyChat](https://fluffychat.im/) -
|
||||
- [SchildiChat](https://schildi.chat/android/)
|
||||
- [Element X](https://element.io/download) - Next generation Element on mobile with native sliding sync. It's much more comfortable than classic Element
|
||||
- [SchildiChat Next](https://schildi.chat/android/next/) - Element X with spaces support
|
||||
|
||||
### Desktop clients
|
||||
- [iamb](https://iamb.chat/) - written in Rust terminal-based client with Vim keybindings
|
||||
- [gomuks](https://github.com/gomuks/gomuks) - a terminal Matrix client written in Go
|
||||
- [Ement.el](https://github.com/alphapapa/ement.el) - really? Are you so crazy to chat from Emacs???
|
||||
- [Fractal]
|
||||
- [NeoChat]
|
||||
- [Nheko]
|
||||
- You can use Element, Schildi and Cinny Web as desktop clients through Electron. It's unperformance way to use Matrix, but... You can! :)
|
10
src/pages/news.mdx
Executable file
10
src/pages/news.mdx
Executable file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: '../layouts/index.astro'
|
||||
title: 'nothing.run'
|
||||
description: 'Librehoster, crypto- and infoanarchysts, free software fans'
|
||||
keys: 'nothing crypto free software libre self host'
|
||||
---
|
||||
|
||||
### 9 August 2025
|
||||
|
||||
- There are [Gitea](https://tea.nothing.run) and [KaniDM](https://idm.nothing.run) right now
|
9
src/pages/notes.mdx
Executable file
9
src/pages/notes.mdx
Executable file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: '../layouts/index.astro'
|
||||
title: 'nothing.run'
|
||||
description: 'Tharys notes and articles'
|
||||
keys: 'nothing crypto free software libre self host'
|
||||
---
|
||||
|
||||
## Linguistics
|
||||
- [Беларусский или белорусский](/articles/belarusian.html)
|
Reference in New Issue
Block a user