commit 87a89af73d4d096cf0a18b94973444fafb275033 Author: decentral1se Date: Mon Feb 7 16:10:19 2022 +0100 init diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..38b3ba4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +hometown +mastodon diff --git a/README.md b/README.md new file mode 100644 index 0000000..ed9d3e1 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# social.lumbung.space + +## release management + +We're using [Hometown](https://github.com/hometown-fork/hometown) with [this PR](https://github.com/mastodon/mastodon/pull/16221) merged in. Yes, that's a fork of a fork. The process of making a new release is basically merging that PR into the latest Hometown, building, tagging & pushing a container and then updating the [hometown recipe configs](https://git.coopcloud.tech/coop-cloud/hometown/src/branch/main/compose.oidc.yml). + +TODO... how to actually do it... + +Blocked: https://github.com/mastodon/mastodon/pull/16221#issuecomment-1031571505