commit c4f45a2d6dbce2977a35fa058568c0606a3d60a0 Author: knoflook Date: Tue Mar 21 17:17:02 2023 +0100 initial commit diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..3fc8a28 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +pandoc -s --css=/static/style.css index.md > index.html +abra app cp cooperative.computer index.html app:/var/www/http/ +abra app cp cooperative.computer static/vibing.gif app:/var/www/http/static/ +abra app cp cooperative.computer static/nocloud.jpg app:/var/www/http/static/ +abra app cp cooperative.computer static/style.css app:/var/www/http/static/ diff --git a/index.html b/index.html new file mode 100644 index 0000000..b1a474f --- /dev/null +++ b/index.html @@ -0,0 +1,89 @@ + + + + + + + Cooperative Computer + + + + +
+

Cooperative Computer

+
+


+Image says “there is no cloud, it’s just someone else’s computer”

+

Co-operative Computer is an offering by Autonomic Co-operative to help people divest from corporate clouds and the surveillance capitalist ecosystem.

+

We provide dGaaS (De-Googling as a Service). No ads. No data mining. Don’t like it? Change it! Come and participate in the decision making processes instead of having stuff forced on you by a corporation.

+ + + + + + + + + + + + + + + + + + + + +
Identity-managementFile storageKnowledge management/productivity
Keycloak (SSO)Nextcloud filesNextcloud calendar
CryptPad
+
+

Membership

+ +

For the moment, this service is operated by Autonomic Co-operative; we eventually plan to make a separate legal entity for Co-operative Computer to give users full control. Join in to have a say!

+


+

+
+

Money

+ +

Breakdown of costs:

+ +
+

Services

+ +
+

Sign up today!

+

Send an email to boop@autonomic.zone with your desired username!

+


+vibing cat gif

+ + diff --git a/index.html.old b/index.html.old new file mode 100644 index 0000000..894f5c4 --- /dev/null +++ b/index.html.old @@ -0,0 +1,4 @@ +

HELLO TO COOPERATIVE.COMPUTER

+

pad

+

nextcloud

+

diff --git a/index.md b/index.md new file mode 100644 index 0000000..aef7596 --- /dev/null +++ b/index.md @@ -0,0 +1,74 @@ +--- +title: Cooperative Computer +--- + + +\ + Image says “there is no cloud, it’s just someone else’s computer” + + +**Co-operative Computer** is an offering by [Autonomic Co-operative](https://autonomic.zone) to help people divest from corporate clouds and the surveillance capitalist ecosystem. + +We provide **dGaaS (De-Googling as a Service).** No ads. No data mining. Don’t like it? Change it! Come and participate in the decision making processes instead of having stuff forced on you by a corporation. + + + +| Identity-management | File storage | Knowledge management/productivity | +|----|----|----| +| Keycloak (SSO) | Nextcloud files | Nextcloud calendar | +| | | CryptPad | + + +--- + + +## Membership + +* One member, one vote, think of it like a **Free Software Users Union**! +* Democratic say over how this works: everything can be voted on, including costs + +For the moment, this service is operated by Autonomic Co-operative; we eventually plan to make a separate legal entity for Co-operative Computer to give users full control. Join in to have a say! + + +\ + +--- + + +## Money + +* The first month is free. +* After that, it’s £3 / month for 5 GB storage if you’re based in the UK then + 20% VAT). + +Breakdown of costs: + +* Storage space: 5 GB nextcloud +* App and server maintenance +* Administration and support + + + +--- + + +## Services + +* Single Sign-On (Keycloak) + * One username/password + * 2FA +* File & calendar sharing (Nextcloud) + * Files + * Calendar +* Real-time messaging (Matrix) + + +--- + + +# Sign up today! + +Send an email to [boop@autonomic.zone](mailto:boop@autonomic.zone) with your desired username! + + +\ + vibing cat gif diff --git a/index.md.old b/index.md.old new file mode 100644 index 0000000..7fdb394 --- /dev/null +++ b/index.md.old @@ -0,0 +1,7 @@ +# HELLO TO COOPERATIVE.COMPUTER + +[pad](https://pad.cooperative.computer) + +[nextcloud](https://nextcloud.cooperative.computer) + +![](https://upload.wikimedia.org/wikipedia/commons/thumb/2/2b/Cat-and-computer.JPG/640px-Cat-and-computer.JPG) diff --git a/static/nocloud.jpg b/static/nocloud.jpg new file mode 100644 index 0000000..f4e5474 Binary files /dev/null and b/static/nocloud.jpg differ diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..653ee5a --- /dev/null +++ b/static/style.css @@ -0,0 +1,21 @@ +body { + margin: 3em; +} + +table { + border: 1px solid black; + margin-left: auto; + margin-right: auto; + width: 90%; +} +td { + border: 1px solid black; +} + +img#nocloud { + width: 736px; +} + +img#vibing { + width: 74px; +} diff --git a/static/vibing.gif b/static/vibing.gif new file mode 100644 index 0000000..b84f652 Binary files /dev/null and b/static/vibing.gif differ