Compare commits

..

7 Commits

Author SHA1 Message Date
6ea28dd23d WIP 2021-10-31 20:27:52 +01:00
16d9bdf880 Merge pull request 'Update 'data/faq.json'' (#25) from knoflook-patch-1 into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: coop-cloud/coopcloud.tech#25
2021-10-31 14:00:29 +00:00
bdcee9b8a0 Update 'data/faq.json'
Some checks failed
continuous-integration/drone/pr Build is failing
I think this makes things more clear, the current text doesn't really answer the question what IS co-op cloud.
2021-10-31 13:58:51 +00:00
6b3cd8640e chore: wording
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-28 14:02:15 +02:00
7c90eed6c8 chore: typos
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-28 14:01:23 +02:00
c5e559c504 fix: wait until static is bundled
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-28 13:55:40 +02:00
ad39ab93d1 Merge pull request 'feat: new sept/oct post' (#24) from new-sep-oct-post into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: coop-cloud/coopcloud.tech#24
2021-10-28 11:51:49 +00:00
4 changed files with 41 additions and 5 deletions

View File

@ -17,6 +17,8 @@ steps:
stack: coop_cloud_site
deploy_key:
from_secret: drone_ssh_swarm.autonomic.zone
depends_on:
- bundle static
- name: notify coopcloud-dev on failure
image: plugins/matrix

View File

@ -0,0 +1,34 @@
---
title: "The x test"
date: 2021-07-07T13:17:04+05:00
draft: true
image: "/img/..."
imageCredit: ""
description: ""
---
A core part of self-organising the Co-op Cloud project is finding ways to
co-operate with other libre software communities. That is often a wonderful
heart warming experience but also sometimes things do not go as smoothly as
hoped! We've been thinking about ways of navigating this online social work and
we wanted to share some thoughts.
<!--more-->
The idea of a Co-op Cloud recipe is a config for a libre software app which
uses open licenses and can be reused, shared and extended. As our recipe
catalogue grows, so does the number of online communities we work with. We
typically hang out in a project chat room and exchange tips & tricks, report
any problems we run into and ask for new features to be implemented.
We're not interested in one-sided relationships with these projects. Co-op
Cloud is about making it work for everyone involved in the software project -
users, developers and hosters. We know we need to get rooted in these
communities and build up trust. This is slow and careful work.
From our perspective as recipe maintainers and hosters of softwares, we need to
informally "evaluate" these communities based on our needs. Do they have a
public chat room available? Do they seem like friendly people? Is there
interest in the Co-op Cloud? And so on. This Q & A style format helps us build
confidence that this app is worth investing time into. After all, it takes time
to package it, maintain it and offer it as a part of the Co-op Cloud project.

View File

@ -7,13 +7,13 @@ imageCredit: "What I wished my studio looked like (are.na/block/6501928)"
description: "An overdue edition covering updates for both September and October 2021"
---
Heyaaa :wave: As we ran overdue on getting the September edition out and it is nearle the end of October, here's a bumper double month edition for your reading pleasure! Happy Hacking!
Heyaaa :wave: As we ran overdue on getting the September edition out and it is nearly the end of October, here's a bumper double month edition for your reading pleasure! Happy Hacking!
<!--more-->
### Abra is stabilising
We can happily report that the new [Golang](https://golang.org) version of [`abra`](https://git.coopcloud.tech/coop-cloud/abra) is started to become the daily driver for several folks involved in the project. We have been doing a serious amount of testing, bug squashing, UI/UX work on the tool. The new `abra` has certainly reached feature parity with the old Bash version and is now starting to provide new functionality. Here are some of the highlights so far:
We can happily report that the new [Golang](https://golang.org) version of [`abra`](https://git.coopcloud.tech/coop-cloud/abra) has started to become the daily driver for several folks involved in the project. We have been doing a serious amount of testing, bug squashing, UI/UX work on the tool. The new `abra` has certainly reached feature parity with the old Bash version and is now starting to provide new functionality. Here are some of the highlights so far:
- We've finally cracked automating our release process via [`goreleaser`](https://goreleaser.com/). The results can be seen on our [releases page](https://git.coopcloud.tech/coop-cloud/abra/releases). The change logs are generated directly from our Git commit messages, binary checksums are included out-of-the-box and our CI system [publishes a release](https://git.coopcloud.tech/coop-cloud/abra/src/commit/71225d2099b2399c8f20546192b318d90d21610c/.drone.yml#L46-L70) whenever we tag a commit. It's been working out fine and we've already published a scorching 12 releases! Thanks to comrade [`@knoflook`](https://git.coopcloud.tech/knoflook) for helping get this set up.
@ -23,7 +23,7 @@ We can happily report that the new [Golang](https://golang.org) version of [`abr
- We've migrated our issue tracker from [here](https://git.coopcloud.tech/coop-cloud/abra/issues) to [there](https://git.coopcloud.tech/coop-cloud/organising/issues) so that we can streamline issue support and make it more clear how the project is being managed. We've wired up corresponding [milestones](https://git.coopcloud.tech/coop-cloud/organising/milestones) and have created a [number of issue templates](https://git.coopcloud.tech/coop-cloud/organising/src/branch/master/.gitea/issue_template) to help folks report problems or make feature requests.
- [`libcapsul`](https://git.coopcloud.tech/servers.coop/libcapsul) has been published (a prototype client library for [`capsul-flask`](https://git.cyberia.club/Cyberia/capsul-flask)) separately outside of `abra` core and a rake of new commits have landed on [`tagcmp`](https://git.coopcloud.tech/coop-cloud/tagcmp). Thse Golang libraries can be installed via the usual `got get coopcloud.tech/...` method.
- [`libcapsul`](https://git.coopcloud.tech/servers.coop/libcapsul) has been published (a prototype client library for [`capsul-flask`](https://git.cyberia.club/Cyberia/capsul-flask)) separately outside of `abra` core and a rake of new commits have landed on [`tagcmp`](https://git.coopcloud.tech/coop-cloud/tagcmp). The Golang libraries can be installed via the usual `got get coopcloud.tech/...` method.
- A hefty amount of fixes went into the latest point release (20+ 🤯) and a new `0.3.0-alpha` release should be coming out this month with another round of improvements. Thanks to all the brave souls who have been testing the tool so far. Now is a great time to get involved in alpha testing and coming into the loop, providing feedback and shaping what `abra` can be!
@ -46,7 +46,7 @@ Due to budgeting and capacity issues, we've switched from having weekly "open fl
### New & improved apps
- [`owncast`](https://git.coopcloud.tech/coop-cloud/owncast), self-hosted live video and web chat server for use with existing popular broadcasting software, is undergoing some alpha testing on https://owncast.demo.coopcloud.tech, read more below!
- [`federatedwiki`](https://git.coopcloud.tech/coop-cloud/federatedwiki), share pages circulating within a creative commons, is now in use on https://wiki.cafe and shortly the OpenLearning project.
- [`federatedwiki`](https://git.coopcloud.tech/coop-cloud/federatedwiki), share pages circulating within a creative commons, is now in use on https://wiki.cafe and shortly the OpenLearning project.
- [`snikket`](https://git.coopcloud.tech/coop-cloud/snikket), Chat that is simple, secure, and private (N.B. still a work in progress!)
If you've got ideas for other apps you'd like to see packaged, feel free to add them straight to the [app packaging request list on git.coopcloud.tech](https://git.coopcloud.tech/coop-cloud/apps/projects/6) (remember, you can log in directly with either Gitlab or Github).

View File

@ -1,7 +1,7 @@
[
{
"left": "What is Co-op Cloud?",
"right": "Co-op Cloud aims to make hosting libre software applications simple for small service providers such as tech co-operatives who are looking to standardise around an open, transparent and scalable infrastructure. It uses the latest container technologies and configurations are shared into the commons for the benefit of all."
"right": "Co-op Cloud is a software stack that aims to make hosting libre software applications simple for small service providers such as tech co-operatives who are looking to standardise around an open, transparent and scalable infrastructure. It uses the latest container technologies and configurations are shared into the commons for the benefit of all."
},
{
"left": "Is this a good long-term choice?",