Cleanup
Some checks failed
pipeline / deploy-job (push) Failing after 2m40s

This commit is contained in:
fzorb 2024-12-23 22:30:41 +02:00
parent 7e76839994
commit 8ce2a5d4e4
22 changed files with 94 additions and 85 deletions

View File

@ -1,32 +1,25 @@
baseURL = "https://fzorb.xyz/" baseURL = "https://fzorb.xyz/"
languageCode = "en-us" languageCode = "en-us"
title = "FzOrb's website" title = "fzorb.xyz"
theme = "fzmin" theme = "fzmin"
[[menus.main]] [[menus.main]]
name = "Home" name = "/"
pageRef = "/" pageRef = "/"
weight = 10 weight = 10
[[menus.main]] [[menus.main]]
name = "Blog Posts" name = "/posts"
pageRef = "/posts" pageRef = "/posts"
weight = 20 weight = 20
[[menus.main]] [[menus.main]]
name = "Services" name = "/services"
pageRef = "/services" pageRef = "/services"
weight = 30 weight = 30
[[menus.main]]
name = "File Uploader"
pageRef = "/upload"
weight = 40
[[menus.main]]
name = "Guestbook"
pageRef = "/guestbook"
weight = 50
[markup.goldmark.renderer] [markup.goldmark.renderer]
unsafe = true unsafe = true
[params]
footer = "<a href='http://[201:acd2:6e63:671b:f32f:8a4:d7d6:3537]'>Yggdrasil</a> // <a href='http://azy5ogcqnpdzcddeff4j4kml5ffrhuscii74juva4jloxstrp5t4m4id.onion'>Tor</a><br>Live free or die<br>All content on this page is released under <a href='https://creativecommons.org/publicdomain/zero/1.0/'>CC0</a>"

View File

@ -1,44 +1,14 @@
--- ---
title: Home title: Home
url: "/"
type: "page"
--- ---
Hi, my name is Fzorb. I am a person from Bucharest, Romania with a deep passion for computers and technology. I am also interested in urbanism, games, history and music ## **ATTN**: all *@fzorb.xyz emails are down.
Currently I can be found at the following places.
**Email**: [fzorb@fzorb.xyz](mailto:fzorb@fzorb.xyz) or alternatively [fzorb@airmail.cc](mailto:fzorb@airmail.cc)
**Twitter/X**: [@fzorbie](https://twitter.com/fzorbie)
**Discord**: [@fzorbie](https://discord.com/users/1133639224030150656)
**Telegram**: [@fzorb](https://t.me/fzorb)
**Matrix**: @fzorb:m.fzorb.xyz
**Git**: [@fzorb@git.fzorb.xyz](https://git.fzorb.xyz/fzorb) or alternatively [@fzorb@github.com](https://github.com/fzorb)
**Fediverse**: [@fzorb@p.fzorb.xyz](https://p.fzorb.xyz/users/fzorb)
**LastFM**: [@fzorb](https://www.last.fm/user/fzorb)
**Public Key**: https://fzorb.xyz/pub.asc
**Contact me**: [/contact](/contact)
**Stuff I host**: [/services](/services) **Stuff I host**: [/services](/services)
**About me**: [/whoami](/whoami) **About me**: [/whoami](/whoami)
**** **File uploader**: [/upload](/upload)
<p align="center"> **Guestbook**: [/guestbook](/guestbook)
<a href="https://fzorb.xyz"><img src="/badges/fzorb.gif" alt="fzorb"></a> **Webring**: [/webring](/webring)
<a href="https://bokku.xyz"><img src="/badges/bokku.gif" alt="bokku"></a>
<a href="https://mail.fzorb.xyz"><img src="/badges/zorbmail.gif" alt="zorbmail"></a>
<a href="https://frantech.ca"><img src="/badges/frantech.gif" alt="frantech"></a>
<a href="https://debian.org"><img src="/badges/powered-by-debian.gif" alt="debian"></a>
<img src="/badges/nojs.gif" alt="no javascript">
<a href="https://lynx.invisible-island.net/"><img src="/badges/lynx.gif" alt="lynx"></a>
<a href="https://zx86.org"><img src="/badges/zx86.gif" alt="zx86"></a>
<a href="https://www.vim.org"><img src="/badges/vim2.gif" alt="vim"></a>
<a href="https://kernel.org"><img src="/badges/penguins.gif" alt="linux kernel"></a>
<a href="https://git.fzorb.xyz/fzorb/website"><img src="/badges/gitea.gif" alt="gitea"></a>
<a href="https://mozilla.org"><img src="/badges/firefox3.gif" alt="firefox"></a>
<a href="https://xkcd.com"><img src="/badges/xkcd.gif" alt="xkcd"></a>
<a href="https://getmonero.org"><img src="/badges/monero-now.gif" alt="monero"></a>
<a href="https://fsf.org"><img src="/badges/best_free.gif" alt="fsf"></a>
<img src="/badges/lilrib.gif" alt="lilrib">
</p>
****
You can also access this site via <a href="http://[201:acd2:6e63:671b:f32f:8a4:d7d6:3537]">Yggdrasil</a> or [Tor](http://azy5ogcqnpdzcddeff4j4kml5ffrhuscii74juva4jloxstrp5t4m4id.onion).
****
### Latest posts: ### Latest posts:

16
content/contact.md Normal file
View File

@ -0,0 +1,16 @@
---
title: "Contact"
type: "page"
url: "/contact/"
---
Currently I can be found at the following places.
**Email**: ~~[fzorb@fzorb.xyz](mailto:fzorb@fzorb.xyz)~~ or alternatively [fzorb@airmail.cc](mailto:fzorb@airmail.cc)
**Twitter/X**: [@fzorbie](https://twitter.com/fzorbie)
**Discord**: [@fzorbie](https://discord.com/users/1133639224030150656)
**Telegram**: [@fzorb](https://t.me/fzorb)
**Matrix**: @fzorb:m.fzorb.xyz
**Git**: [@fzorb@git.fzorb.xyz](https://git.fzorb.xyz/fzorb) or alternatively [@fzorb@github.com](https://github.com/fzorb)
**Fediverse**: [@fzorb@p.fzorb.xyz](https://p.fzorb.xyz/users/fzorb)
**LastFM**: [@fzorb](https://www.last.fm/user/fzorb)
**Public Key**: https://fzorb.xyz/pub.asc

18
content/services.md Normal file
View File

@ -0,0 +1,18 @@
---
title: "Services"
type: "page"
url: "/services/"
---
This is a catalogue of all the things I am hosting for the public. This isn't everything I host, as I decided to omit private services.
* [Matrix](https://m.fzorb.xyz) - Matrix server ran using [conduwuit](https://conduwuit.puppyirl.gay/). Register using a standard matrix client like Element and using the key [here](/matrix.txt). The key has been put in palce to prevent bots from registering.
* [Git Forge](https://git.fzorb.xyz) - Public gitea-based git server.
* [4get](https://search.fzorb.xyz) - A proxy search engine that doesn't suck.
* [Nitter](https://nitter.fzorb.xyz) - FOSS Twitter front-end. Running the PrivacyDevel fork.
### "Free Hosting"
I also provide hosting to some friends of mine and the general public.
* [Bokku](https://bokku.xyz) - free public web host
* FrenVPS project - this is a private service that is offered to close friends of mine. Notable mentions:
* [Greg's Website](https://greg04.xyz)
* [zx86.org](https://zx86.org/)

View File

@ -1,23 +0,0 @@
---
title: "Services"
---
## Tier I services:
*These are the services that I commit to having 98-100% uptime*
* [Matrix](https://m.fzorb.xyz) - a matrix server ran using [conduwuit](https://conduwuit.puppyirl.gay/). Register using a standard matrix client like Element and using the key [here](/matrix.txt). The key has been put in palce to prevent bots from registering.
* [Git server](https://git.fzorb.xyz) - yet another Gitea-based git server.
* [Zorbmail](https://mail.fzorb.xyz) - an invite only email server. Contact me for access. Custom domains welcome.
* [Pleroma](https://p.fzorb.xyz/) - a Pleroma server
## Tier II services:
*These are services that may or may not go down at any time*
* [earthwalker](https://earth.fzorb.xyz) - Earthwalker is a game of a similar concept to GeoGuessr. [source](https://gitlab.com/glatteis/earthwalker)
* [Nitter](https://nitter.fzorb.xyz) - a free and open source alternative Twitter front-end focused on privacy and performance
* [4get](https://search.fzorb.xyz) - a proxy search engine that doesn't suck.
* [Mumble](mumble://fzorb.xyz:5002) - a simple mumble server
## Tier III services:
*These are services being ran by other people on my infrastructure*
* Free VMs: I offer free VMs to some friends. Notable mentions:
* [zx86.org](https://zx86.org)
**Table of hardware**: [/hardware](/hardware)

33
content/webring.md Normal file
View File

@ -0,0 +1,33 @@
---
title: "Webring"
type: "page"
url: "/webring/"
---
This is a catalogue of sites I find cool.
### fzorb.xyz
[![](/webring/banner.png)](https://fzorb.xyz)
HTTPs: https://fzorb.xyz
Tor: http://azy5ogcqnpdzcddeff4j4kml5ffrhuscii74juva4jloxstrp5t4m4id.onion
Yggdrasil: [http://[201:acd2:6e63:671b:f32f:8a4:d7d6:3537]](http://[201:acd2:6e63:671b:f32f:8a4:d7d6:3537])
*Note: this entry is purely demonstrative of how you could implement my site in a webring. You don't have to ask me for prior approval in order to be added to any webring.*
### nishi.boats
[![](/webring/nishi.gif)](https://nishi.boats)
HTTP: http://nishi.boats
Tor: http://dd6xumtnsuxm646oko7mk2ugkkkdjf334ga7egi2n2zugnptvt2ijdqd.onion/
Gopher: [gopher://gopher.nishi.boats](gopher://gopher.nishi.boats)
### akatas.xyz
[![](/webring/akatas.png)](https://akatas.xyz)
HTTPs: https://akatas.xyz
### Macos.amfi's website
[![](/webring/meower.xyz.png)](https://meower.xyz)
HTTPs: https://meower.xyz
### PythonScratcher's website
[![](/webring/psr.gif)](https://psr.tf)
HTTPs: https://psr.tf
Tor: http://fxerrmu4o5jmlvoft6itsmok5a3b5mchd6lf5yqwbaok2crvk3ljojad.onion/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 948 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 MiB

BIN
static/webring/akatas.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

BIN
static/webring/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
static/webring/nishi.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

BIN
static/webring/psr.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 B

View File

@ -54,7 +54,7 @@ code { background: none; }
pre code { background: none; } pre code { background: none; }
/* misc elements */ /* misc elements */
img, iframe, video { max-width: 100%; } img, iframe, video { max-width: 100%; margin-bottom: none; }
main { hyphens: auto; } main { hyphens: auto; }
blockquote { blockquote {
background: #f9f9f9; background: #f9f9f9;
@ -68,3 +68,4 @@ table {
table thead th { border-bottom: 1px solid var(--bg3); } table thead th { border-bottom: 1px solid var(--bg3); }
th, td { padding: 5px; } th, td { padding: 5px; }
thead, tfoot, tr:nth-child(even) { background: var(--bg3); } thead, tfoot, tr:nth-child(even) { background: var(--bg3); }
ul {margin-top: none;}

View File

@ -1,8 +1,8 @@
:root { :root {
--text-color: #fdfaff; --text-color: black;
--accent: #ff4949; --accent: #666;
--bg0: #110e0e; --bg0: #eee;
--bg1: #292323; --bg1: #ddd;
--bg2: #131010; --bg2: #ddd;
--bg3: #2e2a2a; --bg3: #f9f9f9;
} }

1
themes/zmin Submodule

@ -0,0 +1 @@
Subproject commit c01873d657a5f884643b575800b116db6b4d2978