Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcpringle/mastodon-autosetup

A script to automatically setup a running Mastodon instance in the Hetzner cloud
https://github.com/mcpringle/mastodon-autosetup

Last synced: 14 days ago
JSON representation

A script to automatically setup a running Mastodon instance in the Hetzner cloud

Awesome Lists containing this project

README

        

# Automatic Mastodon Setup

A script to automatically setup a running Mastodon instance in the Hetzner cloud.

## Requirements

Requires `hcloud` CLI. See https://github.com/hetznercloud/cli#installation for installation instructions.

## Usage

1. Use the first 3 steps of https://github.com/hetznercloud/cli#getting-started to configure the CLI access to your Hetzner Cloud Account.

2. Copy `setup.conf.tpl` to `setup.conf`: `cp setup.conf.tpl setup.conf`.

3. fill in the parameters in `setup.conf`.

## Copyright and License

[AGPL License](https://www.gnu.org/licenses/agpl-3.0.de.html)

*Copyright (C) Marcus Fihlon and the individual contributors to this project.*

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see .