Compare commits
14 Commits
e19c065ba7
...
cr_wwwfix
Author | SHA1 | Date | |
---|---|---|---|
85d7f33831 | |||
3660b76db9 | |||
475790f399 | |||
537ad52a33 | |||
4f07299e5c | |||
445cd7bcca | |||
a26132b1f5 | |||
e03735dec3 | |||
ccb41ee618 | |||
d144af2c35 | |||
4830f4446c | |||
d8cbaf464a | |||
6a8dcbbaad | |||
fc4a221d9d |
@ -24,7 +24,7 @@ services:
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.services.jekyll.loadbalancer.server.port=4000"
|
||||
- "traefik.http.routers.jekyll.rule=Host(`autonomic.zone`)"
|
||||
- "traefik.http.routers.jekyll.rule=Host(`autonomic.zone`) || Host(`www.autonomic.zone`)"
|
||||
- "traefik.http.routers.jekyll.entrypoints=web-secure"
|
||||
- "traefik.http.routers.jekyll.tls.certresolver=production"
|
||||
- "traefik.http.routers.jekyll.tls.options=default@file"
|
||||
|
@ -10,7 +10,7 @@ date: 2021-11-25
|
||||
|
||||
## Background
|
||||
|
||||
Autonomic is a worker-owned co-operative, dedicated to using technology to empower people making a positive difference in the world. Since 2017, we’ve been successfully delivering projects in a range of sectors including renewable energy, labour organising, independent media, feminist research, migrant solidarity activism, sustainable fashion, and arms trade abolition.
|
||||
Autonomic is a worker-owned co-operative of queer comrade hackers dedicated to using technology to empower people making a positive difference in the world. Since 2017, we’ve been successfully delivering projects in a range of sectors including renewable energy, labour organising, independent media, feminist research, migrant solidarity activism, sustainable fashion, and arms trade abolition.
|
||||
|
||||
We are currently 12 worker-owners, located on four continents worldwide. We are a Co-operative Society, registered in the UK with the Financial Conduct Authority. Legally, we are a freelance consortium, which means that we operate as a group of self-employed contractors, and are responsible for our own individual income tax.
|
||||
|
||||
@ -24,10 +24,6 @@ We are currently paid £16 per hour for all work.
|
||||
|
||||
Everyone in the co-op will always be paid the same rate, which we decide on collectively and adjust according to how well we're doing.
|
||||
|
||||
## Why we are cool
|
||||
|
||||
We are fun queer comrade hackers tryna do good things in the world.
|
||||
|
||||
## What we're looking for:
|
||||
|
||||
We are looking for folks who have expertise in the following areas:
|
||||
@ -56,7 +52,7 @@ We are in need of people who have experience or interest in at least 2 of these
|
||||
|
||||
People of color, women, genderqueer, non-binary and trans folks, neurodiverse and queer folks strongly encouraged to apply.
|
||||
|
||||
Email helo@autonomic.coop with your CV (doesn't have to be fancy, just a list of work) and a little bit about yourself and what you're looking for work wise.
|
||||
Email helo@autonomic.zone with your CV (doesn't have to be fancy, just a list of work) and a little bit about yourself and what you're looking for work wise.
|
||||
|
||||
If we think you might be suitable for these roles, you'll be invited for a few chats with members of the co-op who will show you more about the kinds of work we do and be able to answer any questions you have.
|
||||
|
||||
@ -65,5 +61,3 @@ If we want to take you on, we'll then have a vote amongst our members and you ca
|
||||
<hr>
|
||||
|
||||
_image by Robert McCall_
|
||||
|
||||
|
||||
|
14
src/_posts/2022-04-14-coop-cloud-federation-proposal.md
Normal file
14
src/_posts/2022-04-14-coop-cloud-federation-proposal.md
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
layout: post
|
||||
title: The Co-op Cloud Federation Proposal
|
||||
description:
|
||||
image: ccforest.jpg
|
||||
category: coop cloud, decision making, democracy
|
||||
date: 2022-04-14
|
||||
---
|
||||
|
||||
Following on in [the tradition](https://autonomic.zone/blog/new-coop-cloud-blog-and-socials/) of making [short blog posts](https://autonomic.zone/blog/co-op-cloud/) about [Co-op Cloud](https://coopcloud.tech) on this blog, here comes another one!
|
||||
|
||||
We're delighted to announce that we have finally published the Co-op Cloud federation proposal. It's a document which aims to formalise the organisation of the project, focusing on a democratic process. It's open for comments, feedback, critique & amendments.
|
||||
|
||||
Autonomic has had a central role in the organising of this project until now, but we'd like to step back and open up space for others. The proposal is part of formalising that and we're excited to see who will step in! You can find out more on the [Co-op Cloud blog](https://coopcloud.tech/blog/federation-proposal/) or jump straight to [the proposal](https://pad.autonomic.zone/s/MLafJE2jC).
|
36
src/_posts/2022-05-30-ansible-roles.md
Normal file
36
src/_posts/2022-05-30-ansible-roles.md
Normal file
@ -0,0 +1,36 @@
|
||||
---
|
||||
layout: post
|
||||
title: Publishing our Ansible roles
|
||||
description:
|
||||
image: infra.jpg
|
||||
category: ansible, automation, infrastructure
|
||||
date: 2022-05-30
|
||||
---
|
||||
|
||||
We're delighted to announce that we're publishing our Ansible roles
|
||||
into the open under [`git.autonomic.zone/autonomic-cooperative/...`](https://git.autonomic.zone/explore/repos?q=ansible&topic=1) at long last 🥳
|
||||
|
||||
They've always been licensed as libre software but due to the way we managed
|
||||
our internal infrastructure configurations, they were embedded in a private
|
||||
repository.
|
||||
|
||||
The roles are currently lacking documentation and written for very specific
|
||||
Autonomic needs but they might be handy as a learning resource or a base to
|
||||
fork from. We'd happily accept contributions to generalise them.
|
||||
|
||||
In particular, we've been relying on and running
|
||||
[`autonomic.new-hetzner`](https://git.autonomic.zone/autonomic-cooperative/autonomic.new-hetzner)
|
||||
for years, so it is battle tested. The role bootstraps a Hetzner VPS from
|
||||
scratch and provisions it with a hardened SSH configuration, firewalls, user
|
||||
accounts and some basic packages and a shiny MOTD.
|
||||
|
||||
All roles are CI tested on every commit with [Molecule](https://molecule.readthedocs.io/en/latest/) so things don't break.
|
||||
|
||||
[Expanding re-use with shared infrastructure](https://community.coops.tech/t/cotech-gathering-ansible-and-shared-infrastructure-session/1107)
|
||||
is someting we've always been working on at Autonomic. We have an ongoing
|
||||
critique of Ansible and the pros/cons of when it is a good choice to use. This
|
||||
ultimately lead us to start projects like [Co-op
|
||||
Cloud](https://coopcloud.tech/). However, we still think Ansible is pretty good
|
||||
at handling more complicated server provisioning needs.
|
||||
|
||||
Happy Infra Hacking.
|
BIN
src/assets/images/ccforest.jpg
Normal file
BIN
src/assets/images/ccforest.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 189 KiB |
BIN
src/assets/images/infra.jpg
Normal file
BIN
src/assets/images/infra.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
Reference in New Issue
Block a user