Compare commits
7
Commits
val-patch-1
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fcb09f3d6b | ||
|
|
fe9241946c | ||
|
|
cf19f47c36 | ||
|
|
fb3c98a72f | ||
|
|
41b8df07aa | ||
|
|
e84a55d1c5 | ||
|
|
7cef320894 |
@@ -20,6 +20,10 @@ enableemoji = true
|
||||
name = "Blog"
|
||||
url = "/blog/"
|
||||
weight = 4
|
||||
[[menu.main]]
|
||||
name = "Contact"
|
||||
url = "https://docs.coopcloud.tech/intro/contact"
|
||||
weight = 5
|
||||
|
||||
[params]
|
||||
[params.links]
|
||||
|
||||
@@ -5,6 +5,8 @@ draft: false
|
||||
image: "/img/floral-compaq.jpg"
|
||||
imageCredit: "Image from the Outdoor Computing Club collection by Fletcher Bach (are.na/block/32107276)"
|
||||
description: "March 2026 community update"
|
||||
aliases:
|
||||
- /blog/march-2025-equinox/
|
||||
---
|
||||
|
||||
Celebrating the mid-point between solar solstices with 2000+ words of updates on the (many) happenings in our corner of radical technology co-operativism.
|
||||
@@ -143,7 +145,7 @@ OK, back to the new recipes. Here we goooooooooo :point_down:
|
||||
- [`affine`](https://git.coopcloud.tech/coop-cloud/affine), a privacy-focused, local-first, open-source, and ready-to-use alternative for Notion & Miro, by `@val`
|
||||
- [`cobalt`](https://git.coopcloud.tech/coop-cloud/cobalt), a media management tool, by `@marlon`
|
||||
- [`searxng`](https://git.coopcloud.tech/coop-cloud/searxng), a metasearch engine, by `@marlon`
|
||||
- [`lasuite-people`](https://git.coopcloud.tech/coop-cloud/lasuite-people), [`lasuite-drive`](https://git.coopcloud.tech/coop-cloud/lasuite-drive) and [`lasuite-meet`](https://git.coopcloud.tech/coop-cloud/lasuite-meet), the "La Suite Numerique" file-sharing, user management, and meeting systems, by `@notplants`
|
||||
- [`lasuite-people`](https://git.coopcloud.tech/coop-cloud/lasuite-people), [`lasuite-drive`](https://git.coopcloud.tech/coop-cloud/lasuite-drive) and [`lasuite-meet`](https://git.coopcloud.tech/coop-cloud/lasuite-meet), the "La Suite Numerique" user management, file-sharing, and meeting systems, by `@notplants`
|
||||
- [`tellaweb`](https://git.coopcloud.tech/coop-cloud/tellaweb), a self-hosted platform for collecting reports of human rights abuses and ecological destruction from the [Tella](https://tella-app.org) app, by `@3wc`
|
||||
- [`kiwix`](https://git.coopcloud.tech/coop-cloud/kiwix), an offline access server for wikipedia, ifixit, project gutenburg and other reference sites, by `@Jade`
|
||||
- [`mila`](https://git.coopcloud.tech/coop-cloud/mila), a simple, self-hostable membership management for small to mid-sized organizations, by [Local-IT](https://local-it.org/).
|
||||
@@ -199,4 +201,4 @@ If you’re thinking about setting up a technology co-op, you have a software st
|
||||
|
||||
If you’re curious but don’t know where to start, [get in touch](https://docs.coopcloud.tech/intro/contact/) anyway!
|
||||
|
||||
— `@3wc`, `@d1`, `@linnealovespie` `@Simon`, `@stevensting`, `@wtebbens` and others
|
||||
— `@3wc`, `@d1`, `@linnealovespie` `@Simon`, `@stevensting`, `@val`, `@wtebbens` and others
|
||||
@@ -263,10 +263,18 @@ footer .separator {
|
||||
|
||||
.content {
|
||||
h3 { text-transform: uppercase; }
|
||||
p {
|
||||
p, ul {
|
||||
font-size: 1.2rem;
|
||||
font-weight: 100;
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
color: $coopcloud-blue;
|
||||
}
|
||||
|
||||
a code {
|
||||
color: $coopcloud-blue;
|
||||
}
|
||||
}
|
||||
|
||||
.post-metadata {
|
||||
|
||||
Reference in New Issue
Block a user