From 307ff4912bac1095ebf382d70241f19409b2f8b8 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Sun, 14 Jun 2026 16:30:47 +0300 Subject: add: templating --- wk.fo/body.html | 19 +++++++++++++++++++ wk.fo/index.html | 16 ++++++++++++---- wk.fo/meta | 2 ++ 3 files changed, 33 insertions(+), 4 deletions(-) create mode 100644 wk.fo/body.html create mode 100644 wk.fo/meta (limited to 'wk.fo') diff --git a/wk.fo/body.html b/wk.fo/body.html new file mode 100644 index 0000000..40ac3f3 --- /dev/null +++ b/wk.fo/body.html @@ -0,0 +1,19 @@ +

File sharing, IRC bouncer, and VPN for friends. All services require an invitation.

+

file sharing

+

Upload via HTTPS (token required):

+
curl -F "file=@photo.jpg" -H "Authorization: YOUR_TOKEN" https://wk.fo/
+

Files expire after 24 hours by default (max 48h with expires param). Max 256 MB.

+

irc

+ + + +
serverwk.fo:6697 (TLS)
typeSoju bouncer
+

Use the credentials provided to you on invite. Works with any IRC client that supports SASL PLAIN.

+

vpn

+ + + +
serverwk.fo:51820 (UDP)
typeWireGuard
+

A config file is provided to you on invite. Import it into any WireGuard client.

+

access

+

Contact hi@gumx.cc.

diff --git a/wk.fo/index.html b/wk.fo/index.html index c79d706..fbb74cb 100644 --- a/wk.fo/index.html +++ b/wk.fo/index.html @@ -2,6 +2,7 @@ + wk.fo
-

wk.fo

+

gumx / wk.fo

File sharing, IRC bouncer, and VPN for friends. All services require an invitation.

@@ -51,16 +55,20 @@ a { color: inherit; }

A config file is provided to you on invite. Import it into any WireGuard client.

access

Contact hi@gumx.cc.

+
+ diff --git a/wk.fo/meta b/wk.fo/meta new file mode 100644 index 0000000..e068cc2 --- /dev/null +++ b/wk.fo/meta @@ -0,0 +1,2 @@ +TITLE="wk.fo" +BREADCRUMB="wk.fo" -- cgit v1.2.3