git - drone - ghost - guacamole - rocket chat https://sigyl.com/
This repository has been archived on 2020-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Giles Bradshaw 4628f26c7f
continuous-integration/drone/push Build was killed Details
.
2020-04-29 07:29:28 +01:00
certificates initial 2020-04-02 13:20:50 +00:00
drone-starlark . 2020-04-28 20:22:17 +01:00
ghost initial 2020-04-02 13:20:50 +00:00
guacamole-postgresql . 2020-04-28 14:17:31 +01:00
letsencrypt-nginx . 2020-04-28 12:06:44 +01:00
ngrok-gitea . 2020-04-28 18:08:32 +01:00
.drone-do copy.star . 2020-04-28 18:41:26 +01:00
.drone-do.star . 2020-04-28 20:51:56 +01:00
.drone-home.star . 2020-04-29 07:29:28 +01:00
.drone-remote.star . 2020-04-28 21:49:51 +01:00
.drone.do.yml . 2020-04-27 13:02:15 +01:00
.drone.home.yml . 2020-04-25 21:33:40 +01:00
.drone.remote.yml . 2020-04-27 21:38:21 +01:00
.gitignore remote 2020-04-21 15:07:22 +01:00
README.md . 2020-04-29 07:29:28 +01:00
add-secret.png initial 2020-04-02 13:20:50 +00:00
docker-compose-do.yml . 2020-04-27 22:36:09 +01:00
docker-compose-drone.yml . 2020-04-25 21:33:40 +01:00
docker-compose-home.yml . 2020-04-29 07:29:28 +01:00
docker-compose-remote.yml . 2020-04-28 09:08:51 +01:00
install.md . 2020-04-29 07:29:28 +01:00
letsencrypt-nginx-build.sh initial 2020-04-02 13:20:50 +00:00
n . 2020-04-27 21:38:21 +01:00
ngrok-build.sh . 2020-04-25 21:33:40 +01:00
postgres-build.sh initial 2020-04-02 13:20:50 +00:00

README.md

stack

In a docker stack.

static ip

Build Status

drone.do.yml - docker-compose-do.yml

tunnelled with ngrok

(very slow if home internet)

Build Status

installation

Once installed and running the system can redeploy itself.

However initially you need to do this yourself.

you need a docker swarm set up with nodes with the following labels

  • com.sigyl.git-stack=yes
  • com.sigyl.git-stack-data=yes

make a folder and give yourself access

sudo mkdir /stack
sudo chown -R $USER:$USER
cd /stack

clone the repository

cd /stack
git clone https://sigyl.com/git/giles/stack.git deploy
cd deploy
git checkout home-deploy