Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIP: Move to Vultr and NixOS | EuAndreh | 2020-08-10 | 12 | -179/+171 |
| | |||||
* | TODOs.org | EuAndreh | 2020-08-10 | 2 | -15/+34 |
| | |||||
* | cfg-bkp | EuAndreh | 2020-08-09 | 1 | -0/+107 |
| | |||||
* | secret-envrc.sh: Fix remote borg path | EuAndreh | 2020-08-09 | 1 | -0/+0 |
| | |||||
* | mail.sh: Add 'successful' messaging on the mail subject | EuAndreh | 2020-08-09 | 1 | -1/+1 |
| | |||||
* | Add AGPL LICENSE | EuAndreh | 2020-08-09 | 1 | -0/+662 |
| | |||||
* | scripts/ci/setup.sh: Get GPG key from server | EuAndreh | 2020-08-08 | 3 | -111/+1 |
| | | | | Instead of storing it on the repository. | ||||
* | Remove gpodder.net sync software from the server | EuAndreh | 2020-08-06 | 6 | -56/+4 |
| | |||||
* | Align Ansible with_items list | EuAndreh | 2020-08-05 | 1 | -8/+8 |
| | |||||
* | Remove FIXME comment | EuAndreh | 2020-08-05 | 1 | -1/+0 |
| | |||||
* | TODOs.org | EuAndreh | 2020-08-05 | 1 | -1/+8 |
| | |||||
* | 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 | 3 | -2/+10 |
| | |||||
* | Add gpodder environment variables | EuAndreh | 2020-08-05 | 2 | -0/+3 |
| | |||||
* | Create dockerfiles directory before copying dockerfiles | EuAndreh | 2020-08-05 | 1 | -6/+12 |
| | |||||
* | TODOs.org | EuAndreh | 2020-08-05 | 1 | -1/+14 |
| | |||||
* | Add gpodder container initial implementation | EuAndreh | 2020-08-05 | 4 | -0/+45 |
| | |||||
* | Checkpoint: working Nextcloud installation with configured trusted domains | EuAndreh | 2020-08-05 | 2 | -14/+18 |
| | |||||
* | 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 | ||||
* | TODOs.org: move old stuff to archive.org | EuAndreh | 2020-08-02 | 2 | -375/+398 |
| | |||||
* | deploy.sh: mv -> cp | EuAndreh | 2020-08-02 | 1 | -1/+1 |
| | |||||
* | TODOs.org | EuAndreh | 2020-08-02 | 1 | -0/+6 |
| | |||||
* | .gitignore: Add top-level provision.yaml | EuAndreh | 2020-08-02 | 1 | -0/+3 |
| | |||||
* | Toggle DESTROY_VPS | EuAndreh | 2020-08-02 | 1 | -0/+0 |
| | |||||
* | Conform volume_name to digital ocean's limitation | EuAndreh | 2020-08-02 | 1 | -0/+0 |
| | |||||
* | Remove all wallabag references left | EuAndreh | 2020-08-02 | 2 | -12/+0 |
| | |||||
* | provision.env.yaml: Stop installing Python 2 | EuAndreh | 2020-08-02 | 1 | -7/+0 |
| | | | | | | | | | | | | | Ansible now instead of requiring Python 2 (that being the reason for this piece of code to exist) it complains about using it, and issues a deprecation warning: [DEPRECATION WARNING]: Distribution Ubuntu 18.04 on host arrobaponto.org should use /usr/bin/python3, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs.ansible.com/ansible /2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. | ||||
* | docker-compose.env.yaml: Add /etc/nginx/vhost.d as a volue for letsencrypt ↵ | EuAndreh | 2020-08-02 | 1 | -0/+1 |
| | | | | container | ||||
* | Rename DESTROY_VOLUME -> DESTROY_VPS | EuAndreh | 2020-08-02 | 3 | -2/+2 |
| | |||||
* | Toggle DESTROY_VOLUME | EuAndreh | 2020-08-02 | 1 | -0/+0 |
| | |||||
* | Revert "provision.env.yaml: Tweak relative paths" | EuAndreh | 2020-08-02 | 2 | -7/+8 |
| | | | | | | | This reverts commit cb15c40682b990697087380e102cd39fca47f6d9. Instead of the previous solution, copy the provision.yaml file before running the Ansible playbook. | ||||
* | provision.env.yaml: Tweak relative paths | EuAndreh | 2020-08-02 | 1 | -6/+6 |
| | | | | | This is a sub-optimal solution, since provision.env.yaml itself is in a different path from the generated one. | ||||
* | secret-envry.sh: Add ${DESTROY_VOLUME} operational toggle | EuAndreh | 2020-08-02 | 1 | -0/+0 |
| | |||||
* | provision.yaml: Use environment value of VPS_VOLUME_NAME | EuAndreh | 2020-08-02 | 2 | -2/+3 |
| | |||||
* | provision.yaml: Create the docker network before starting docker-compose | EuAndreh | 2020-08-02 | 1 | -0/+3 |
| | |||||
* | Use a name from the environment for the names of the host and the volume | EuAndreh | 2020-08-02 | 2 | -2/+12 |
| | |||||
* | vps.tf: Name VPS volume derived from droplet name | EuAndreh | 2020-08-02 | 1 | -1/+1 |
| | |||||
* | vps.tf: Add missing host to digitalocean_droplet due to update | EuAndreh | 2020-08-02 | 1 | -0/+1 |
| | |||||
* | vps.tf: Update to new Terraform syntax | EuAndreh | 2020-08-02 | 1 | -21/+21 |
| | |||||
* | Update docker_compose Ansible module | EuAndreh | 2020-08-02 | 2 | -2/+2 |
| | |||||
* | secret-envrc.sh: Update TLD | EuAndreh | 2020-08-02 | 1 | -0/+0 |
| | |||||
* | Upgrade docker-compose.env.yaml from 2 to 3 | EuAndreh | 2020-08-02 | 1 | -6/+18 |
| | |||||
* | Update expired public key | EuAndreh | 2020-08-02 | 1 | -15/+62 |
| | |||||
* | .envrc: Ignore missing 'file' | EuAndreh | 2020-08-02 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | TODOs.org | EuAndreh | 2019-11-16 | 1 | -1/+2 |
| | |||||
* | TODOs.org | EuAndreh | 2019-11-16 | 1 | -0/+1 |
| | |||||
* | utils.nix: Use nixfmt from nixpkgs | EuAndreh | 2019-11-15 | 1 | -6/+2 |
| | |||||
* | TODOs.org | EuAndreh | 2019-11-02 | 1 | -0/+1 |
| |