Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migration: Remove Ansible and Docker code, move only to NixOS | EuAndreh | 2020-08-10 | 1 | -80/+0 |
| | |||||
* | Remove gpodder.net sync software from the server | EuAndreh | 2020-08-06 | 1 | -20/+0 |
| | |||||
* | Don't restart gpodder when error occurs | EuAndreh | 2020-08-05 | 1 | -1/+1 |
| | | | | It's not working right now, so let's not restart it. | ||||
* | Custom vhost body size configuration for Nextcloud | EuAndreh | 2020-08-05 | 1 | -1/+1 |
| | |||||
* | Add gpodder environment variables | EuAndreh | 2020-08-05 | 1 | -0/+3 |
| | |||||
* | Add gpodder container initial implementation | EuAndreh | 2020-08-05 | 1 | -0/+16 |
| | |||||
* | Checkpoint: working Nextcloud installation with configured trusted domains | EuAndreh | 2020-08-05 | 1 | -13/+17 |
| | |||||
* | Update docker volume mapping configuration | EuAndreh | 2020-08-03 | 1 | -5/+9 |
| | | | | | Based on: https://github.com/buchdag/letsencrypt-nginx-proxy-companion-compose/blob/master/2-containers/compose-v3/environment/docker-compose.yaml | ||||
* | docker-compose.env.yaml: Add /etc/nginx/vhost.d as a volue for letsencrypt ↵ | EuAndreh | 2020-08-02 | 1 | -0/+1 |
| | | | | container | ||||
* | Upgrade docker-compose.env.yaml from 2 to 3 | EuAndreh | 2020-08-02 | 1 | -6/+18 |
| | |||||
* | docker-compose.yaml: change name of letsencrypt container name | EuAndreh | 2020-08-02 | 1 | -1/+1 |
| | |||||
* | docker-compose.yaml: Remove wallabag container | EuAndreh | 2020-08-02 | 1 | -18/+0 |
| | |||||
* | Use Ansible instead of Bash for provisioning | EuAndreh | 2019-06-05 | 1 | -0/+78 |
The deployment is not quite working, and I'm unable to test right now: DigitalOcean is returning 503 for my requests. As of this commit, I can run =ansible-playbook provider.yml= more than once and it will actually be idempotent. Notes: - SSH fingerprint are now taken from the public key file instead of manually supplying it in the terraform template using the =digitalocean_ssh_key= resource; - use Ansible instead of ad-hoc Bash scripts for provisioning the Droplets created by Terraform; - use the =filename.env.extension= to create the concrete files in CI; - use the =user_data= to add the know SSH key pair to the newly created Droplet; - add =rotate-ssh-keys.sh= utils; |