Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mcpringle/mastodon-autosetup
- Owner: McPringle
- License: agpl-3.0
- Created: 2023-07-06T19:38:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-29T12:18:12.000Z (7 months ago)
- Last Synced: 2024-06-29T13:35:39.894Z (7 months ago)
- Language: Shell
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 .