Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marrow/haus
The Mastodon social network instance for the Marrow Open Source Collective.
https://github.com/marrow/haus
mastodon mastodon-instances mastodon-social mastodon-social-network
Last synced: about 1 month ago
JSON representation
The Mastodon social network instance for the Marrow Open Source Collective.
- Host: GitHub
- URL: https://github.com/marrow/haus
- Owner: marrow
- License: agpl-3.0
- Created: 2024-02-11T17:04:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-12T05:18:39.000Z (11 months ago)
- Last Synced: 2024-10-15T07:21:13.702Z (3 months ago)
- Topics: mastodon, mastodon-instances, mastodon-social, mastodon-social-network
- Language: Makefile
- Homepage: https://marrow.haus
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Marrow Haus
A Mastodon instance for open source developers assoicated with the Marrow Open Source Collective.
## Utilization
Makefile-based automation is provided for the most common tasks:
* `backup` — Perform a PostgreSQL database archive.
* `clean` — Clean project of temporary, ephemeral, or rebuildable content.
* `help` — Show this help message and exit.
* `migrate` — Execute any migrations required after updating upstream Mastodon references.
* `restore` — Restore the latest PostgreSQL database archive.
* `start` — Start the Docker Compose cluster.
* `stop` — Stop the Docker Compose cluster.
* `update` — Update repository references to upstream Mastodon.