Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/libresh/compose-wader
The migration endpoint for IndieHosters infrastructure
https://github.com/libresh/compose-wader
Last synced: about 1 month ago
JSON representation
The migration endpoint for IndieHosters infrastructure
- Host: GitHub
- URL: https://github.com/libresh/compose-wader
- Owner: libresh
- License: agpl-3.0
- Created: 2016-04-17T07:27:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T21:17:17.000Z (over 6 years ago)
- Last Synced: 2024-08-01T12:34:18.013Z (4 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - libresh/compose-wader - The migration endpoint for IndieHosters infrastructure (others)
README
# Wader
The migration endpoint for IndieHosters infrastructure## What
This endpoint allows 2 things.
1. `/download/:hash` Get an archive from your domain
Imagine you are using a Software as a Service. You are worried because they might [stop their business](https://indiewebcamp.com/site-deaths).
With IndieHosters, at what ever moment, you can get a full archive of your running web application!2. `/migrate/:hash` Unattended migration
You could also decide to move from one provider to another. This is possible also, we stop properly your running web app, do the necessary dumps and send a zip.
This will also point the current HA to your IP address (not yet implemented).## How
The only thing you need is to ask your Hosting Provider the secret hash linked to your domain. This hash should be kept secret.
(Anyone with access to it, can access your running app)## Why Wader
Because there are [cute migrants birds](https://en.wikipedia.org/wiki/Wader) :) And as it is about migration!