No description
Find a file
2014-11-07 15:56:23 +00:00
blueprints Refactors directory structure 2014-11-07 15:52:47 +00:00
confd Move options from backend to default 2014-10-30 14:11:21 +00:00
data/server-wide add self-signed cert for default website fix activate-user 2014-10-20 12:08:37 +01:00
deploy Adds backup vm in Vagrant 2014-11-07 15:56:23 +00:00
doc Adds backup vm in Vagrant 2014-11-07 15:56:23 +00:00
scripts Adds backup vm in Vagrant 2014-11-07 15:56:23 +00:00
unit-files Adds backup vm in Vagrant 2014-11-07 15:56:23 +00:00
.gitignore Adds confd support! 2014-10-10 18:08:14 +01:00
CHANGELOG.md Tag 0.1.0 2014-10-28 09:59:02 +00:00
cloud-config Adds backup vm in Vagrant 2014-11-07 15:56:23 +00:00
LICENSE Initial commit 2014-09-24 14:40:03 +01:00
README.md Splits nginx into static and static-git 2014-11-04 19:16:15 +00:00
Vagrantfile Adds backup vm in Vagrant 2014-11-07 15:56:23 +00:00

IndieHosters

This repository contains the confd and bash scripts we use to control our servers. It can run inside Vagrant (see below; FIXME: check whether these instruction currently work) or deploy to a server (FIXME: update those instructions to prescribe less folder structure, explain static https+smtp hosting, and check if they currently work).

Prerequisites to running this code with Vagrant:

Get started:

vagrant up

Wait for the provisioning to finish (~5mins), and go to your browser: https://indiehosters.dev If the process fails, for instance due to network problems, you can retry by running vagrant provision.

If you want to add another static-git instance apart from indiehosters.dev:

vagrant ssh
sudo sh /data/indiehosters/scripts/activate-user.sh example.dev static-git https://github.com/indiehosters/website.git

Check https://example.dev in your bowser!

Cleaning up

To clean up stuff from previous runs of your VM, you can do:

vagrant destroy
vagrant up