You know how it is

This commit is contained in:
Akko
2025-10-02 20:33:56 +02:00
parent fac0a2266d
commit 0018a7884c
208 changed files with 9923 additions and 887 deletions

25
org/projects/blog.org Normal file
View File

@@ -0,0 +1,25 @@
#+title: Blog Project
* TODO Source Exposure
Every page should have a button that takes you to the org-mode source for that page, using the beautifully named ~org-org-export-to-org~.
* TODO Comment Section
** See [[./webbiewebworld/todo.org]]
* TODO Feeds
** DONE RSS
** TODO Email?
* TODO Multiple frontends dispatch
* TODO Custom emojis
* TODO Fill in webring
* TODO Port [[../../esquemadorg.js][esquemadorg.js]] to CLJS and get rid of JQuery dependency
* TODO "Last Modified" implementation is a bit janky and I don't remember exactly how it works
* TODO Rewrite all JS to CLJS
* TODO Support for auto-folded sections
* TODO Naming a section "footnotes" will cause org-mode to interpret it as the footnotes section when exporting (causing it to be hidden)
* TODO Tangle CSS and (CL)JS from org file
* TODO Reorganize =static/= dir
* TODO Write Ultraman page
* TODO Automatically remove EXIF data from static images
* TODO !! OLD HTML FILES STILL DON'T AUTO CLEAR WHEN CORRESPONDING ORG FILE IS REMOVED !!
* TODO Deploy to webbieweb.org
* TODO Put DJ sets on bloggie
* TODO Fix background flash
* TODO Exclude certain files from sitemap

View File

@@ -0,0 +1,2 @@
#+title: EMPTYHEAD TODO
* TODO fill this in

View File

@@ -0,0 +1,34 @@
#+title: Tenma Readme
* Opening tenma up to friends
Our server/intranet Tenma is currently underutilized, and it would be nice/fun/useful to open it up to select other people. This would only be available to friends, not a public service.
** Tenma Specs
- Storage: 2×12TB in RAID 1
- CPU: Ryzen 7 3700X (16 threads @ 3.6GHz)
- Memory: 64GB
- Network: Gigabit ethernet (Hetzner server in Finland)
** Things that Tenma can provide
*** Storage
As of 23-06-2025, 4.6TB free space. Could start by reserving 1TB, which would provide enough storage for 20×50GB for guests users, which would be plenty for a long time. Tenma also hosts a [[https://github.com/9001/copyparty][copyparty]] instance that could be opened to the public to some extent or another.
*** Bandwidth/hosting
Tenma has full web hosting infrastructure set up (hosting this blog among other things), so that would be easy to extend to other people as well.
*** VPS
In line with the previous 2 points; compute resources are currently underutilized.
*** Intranet
Tenma runs a Wireguard VPN network. You can use this to, for instance, access services between two connected devices without having to open them up to the wider internet.
*** DNS Server
Tenma runs a fully resolving DNS server, with some local entries for devices on the VPN network. This should probably be automated in some way, and the service should be augmented with DNSSEC before opening.
*** Git
Tenma has a [[https://git.nakadashi.lol/][Gitea instance]]
*** Livestreaming
Tenma has infrastructure proven capable of restreaming 1080p video and high quality audio to at least ~100 people although this is CPU intensive and requires activating a high bandwidth restreaming VPS that is usually kept disabled to save costs.
*** Other things
Some other services that currently run on Tenma or have run there before:
- [[https://github.com/dani-garcia/vaultwarden][Vaultwarden]] Bitwarden-compatible password manager server
- [[https://soju.im/][Soju]] IRC bouncer
- [[https://syncplay.pl/][Syncplay]] server
- Video game servers (think Minecraft, Terraria, ...)
** Considerations
- This would require Tenma's internal documentation to be updated, adapted and publicized.
- Security :teto:

View File

@@ -0,0 +1,2 @@
#+title: VDP TODO
* TODO Figure out what "VDP" stands for

View File

@@ -0,0 +1,2 @@
#+title: WebbieWebWorld TODO
* TODO fill this in