From 255e13f0b4880fd36ed2327959b53852b253e6a1 Mon Sep 17 00:00:00 2001 From: Tatu Wikman Date: Sun, 2 Nov 2025 17:58:04 +0200 Subject: [PATCH 1/2] new section: deprecated services. and move things around a bit --- README.md | 8 ++++++++ src/README.md | 2 ++ src/SUMMARY.md | 8 +++++--- src/deprecated_services/README.md | 7 +++++++ src/deprecated_services/jitsi.md | 9 +++++++++ src/deprecated_services/mumble.md | 11 +++++++++++ src/services/element_call.md | 7 +++++++ src/services/jitsi.md | 6 +----- src/services/mumble.md | 9 +-------- 9 files changed, 51 insertions(+), 16 deletions(-) create mode 100644 src/deprecated_services/README.md create mode 100644 src/deprecated_services/jitsi.md create mode 100644 src/deprecated_services/mumble.md create mode 100644 src/services/element_call.md diff --git a/README.md b/README.md index 00a9557..b7c68c5 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,11 @@ Documentation for hacklab.fi usage, Matrix-server and other things This repository is source, actual site is here: [Hacklab.fi technical documentation](https://docs.hacklab.fi) + +The site is build with mdbook and you can run your own local version by: + +* installing mdbook and git +* cloning this repo with `git clone git@github.com:hacklab-fi/itinfra.git` +* running `mdbook serve` + +Feel free to make pull requests to make the data even better for everybody to use diff --git a/src/README.md b/src/README.md index d893c28..14157ae 100644 --- a/src/README.md +++ b/src/README.md @@ -7,3 +7,5 @@ Site is WIP and more information will be added as time permits. * [Websites](/websites/) * [Services](/services/) * [Sysops](./sysops/) + +Feel free to document more and information in the github repository [https://github.com/hacklab-fi/itinfra](https://github.com/hacklab-fi/itinfra) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 10f34d4..11dfb10 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -8,9 +8,8 @@ - [robotit.hacklab.fi](./websites/robotit.hacklab.fi.md) - [hsf.hacklab.fi](./websites/hsf.hacklab.fi.md) - [Services](./services/README.md) - - [Mumble](./services/mumble.md) - [Discourse](./services/discourse.md) - - [Jitsi](./services/jitsi.md) + - [Element Call](./services/element_call.md) - [Matrix](./matrix/README.md) - [Discord](./matrix/discord.md) - [Meta](./matrix/meta.md) <--! Facebook+Instagram --> @@ -27,4 +26,7 @@ - [Github](./sysops/github.md) - [GCP](./sysops/gcp.md) - [DNS](./sysops/dns.md) -- [Thanks](./thanks.md) \ No newline at end of file +- [Deprecated services](./deprecated_services/README.md) + - [Jitsi](./deprecated_services/jitsi.md) + - [Mumble](./deprecated_services/mumble.md) +- [Thanks](./thanks.md) diff --git a/src/deprecated_services/README.md b/src/deprecated_services/README.md new file mode 100644 index 0000000..c0b8674 --- /dev/null +++ b/src/deprecated_services/README.md @@ -0,0 +1,7 @@ +# Deprecated services + +At some point in a services life becomes a point it must end. + +For history sake we try to keep at least some of the documentation for those services here. + +Thanks to everybody to have helped with these services in the past and thanks to the services themself. diff --git a/src/deprecated_services/jitsi.md b/src/deprecated_services/jitsi.md new file mode 100644 index 0000000..957fb6f --- /dev/null +++ b/src/deprecated_services/jitsi.md @@ -0,0 +1,9 @@ +# Jitsi - Deprecated + +Hacklab had jitsi running for video calls for few years. It was used extensively to allow remote access to meetings and for other streaming purposes. It was deprecated in 2025 and replaced by Element call + +# Old content for history + +Jitsi (from Bulgarian: жици — "wires") is a collection of free and open-source multiplatform voice (VoIP), video conferencing and instant messaging applications for the Web platform, Windows, Linux, macOS, iOS and Android. + + diff --git a/src/deprecated_services/mumble.md b/src/deprecated_services/mumble.md new file mode 100644 index 0000000..45768f5 --- /dev/null +++ b/src/deprecated_services/mumble.md @@ -0,0 +1,11 @@ +# Mumble - Deprecated + +Hacklabs had a mumble server but it was deprecated and removed from service because there were no users anymore. + +# Old content for history + +Mumble is a free, open source, low latency, high quality voice chat application. + +Documentation currently here: + + diff --git a/src/services/element_call.md b/src/services/element_call.md new file mode 100644 index 0000000..d9591e7 --- /dev/null +++ b/src/services/element_call.md @@ -0,0 +1,7 @@ +# Element call + +Group calls powered by Matrix: [Element Call](https://github.com/element-hq/element-call) + +Service is up and running and can be found here: [https://call.hacklab.fi/](https://call.hacklab.fi/) + +Great use for allowing remote access to meetings and just for generic video calls. diff --git a/src/services/jitsi.md b/src/services/jitsi.md index cbb2d96..fb03d54 100644 --- a/src/services/jitsi.md +++ b/src/services/jitsi.md @@ -1,5 +1 @@ -# Jitsi -> Element Call - -~~Jitsi (from Bulgarian: жици — "wires") is a collection of free and open-source multiplatform voice (VoIP), video conferencing and instant messaging applications for the Web platform, Windows, Linux, macOS, iOS and Android.~~ - -~~~~ replaced by Element call +# Jitsi diff --git a/src/services/mumble.md b/src/services/mumble.md index 48de45d..714395b 100644 --- a/src/services/mumble.md +++ b/src/services/mumble.md @@ -1,8 +1 @@ -# Mumble OBSOLETE - -~~Mumble is a free, open source, low latency, high quality voice chat application.~~ - -~~Documentation currently here:~~ - -~~~~ - +# Mumble From 03c1fd5f35ee60e05715c1433be20fa81dcb5c7b Mon Sep 17 00:00:00 2001 From: Tatu Wikman Date: Sun, 2 Nov 2025 18:05:09 +0200 Subject: [PATCH 2/2] and initial page for mastodon too --- src/SUMMARY.md | 1 + src/services/mastodon.md | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 src/services/mastodon.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 11dfb10..4b7c8a1 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -20,6 +20,7 @@ - [Whatsapp](./matrix/whatsapp.md) - [Hookshot](./matrix/hookshot.md) - [Peertube](./services/peertube.md) + - [Mastodon](./services/mastodon.md) - [Sysops](./sysops/README.md) - [Upcloud](./sysops/upcloud.md) - [Server admin minutes](./sysops/upcloud/server-admin-minutes.md) diff --git a/src/services/mastodon.md b/src/services/mastodon.md new file mode 100644 index 0000000..1a89dbd --- /dev/null +++ b/src/services/mastodon.md @@ -0,0 +1,7 @@ +# Mastodon + +Hacklab runs their own [Mastodon](https://github.com/mastodon/mastodon) instance too. + +You can find it here [some.hacklab.fi](https://some.hacklab.fi) + +SSO login does not work yet!