aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* .gitignore: Update rule for src/secrets/EuAndreh2024-08-241-1/+1
|
* src/tld.txt: Embed file in repository to allow server to reconfigure without ↵EuAndreh2024-08-191-1/+0
| | | | calling make
* mv src/config/tld.txt src/EuAndreh2024-08-191-1/+1
|
* Simplify MakefileEuAndreh2024-08-191-4/+4
|
* Build HTML and install it via CIEuAndreh2023-03-271-2/+3
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show ab742a1ebc61d571bb9d13d7692ef7e245bba192 git notes --ref=refs/notes/ci-data show ab742a1ebc61d571bb9d13d7692ef7e245bba192 Exit status: 0 Duration: 27
* Manage public SSH files as "extra-etc-file" instead of like a secretEuAndreh2023-03-201-1/+0
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 7ffcd694068d484842be0b87a9aeeda0a7720568 git notes --ref=refs/notes/ci-data show 7ffcd694068d484842be0b87a9aeeda0a7720568 Exit status: 0 Duration: 15
* Makefile: Build system on "all" target with symlink at "result"EuAndreh2023-03-161-0/+2
|
* .gitignore: Cleanup old rulesEuAndreh2023-03-151-4/+0
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show a959a2a3ce6f9b79de98575a33ac9c816e9b9180 git notes --ref=refs/notes/ci-data show a959a2a3ce6f9b79de98575a33ac9c816e9b9180 Exit status: 0 Duration: 17
* Makefile: Use correct SSH public key in serverEuAndreh2023-03-141-0/+1
|
* Makefile: Add "upload-secrets" target, and include borg-passphrase.txt in itEuAndreh2023-03-121-0/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show d0d1fffee8dc94c53f4841dacf8b6bbdc99ee58a git notes --ref=refs/notes/ci-data show d0d1fffee8dc94c53f4841dacf8b6bbdc99ee58a Exit status: 0 Duration: 19
* Build TODOs.html on "public" targetEuAndreh2022-11-271-0/+1
|
* Delete all old code and configuration to start from scratch with Guix onlyEuAndreh2022-03-071-7/+2
| | | | | | | | | | Delete files related to: - Terraform - opt/* - scripts/deploy - secrets/* - git-crypt - Nix
* WIP reactivate nixvps with Terraform and nixos-rebuild on VultrEuAndreh2021-07-291-2/+2
|
* Fix build of HTMLEuAndreh2020-12-021-0/+1
|
* Build and publish TODOs.org fileEuAndreh2020-12-021-0/+5
|
* Remove default.nix and shell.nixEuAndreh2020-11-181-6/+0
|
* Add ./tmp to .gitignoreEuAndreh2020-08-141-1/+4
|
* Migration: Remove Ansible and Docker code, move only to NixOSEuAndreh2020-08-101-7/+1
|
* .gitignore: Add top-level provision.yamlEuAndreh2020-08-021-0/+3
|
* Output all generated files on ./generated/, refactor .envrc variablesEuAndreh2019-06-101-10/+0
|
* Ignore /logs.txtEuAndreh2019-06-101-1/+1
|
* Send logs via email after finishing provision.shEuAndreh2019-06-101-1/+4
| | | | The email will be send for both sucessfull and failed runs.
* Don't use terraform-full derivationEuAndreh2019-06-091-0/+1
|
* Generate UserKnownHostsFile dynamically instead of when rotating keysEuAndreh2019-06-081-1/+2
| | | | | | | | | | | | The previous solution would hardcode the server IP. This way we can change the server IP address that is hosting everything and keep the SSH keypair. Previously changing the IP address would require either calling the =./rotate-ssh-keys.sh= script or manually changing the IP address on the known-hosts.txt file. The IP address being duplicated itself was a code smell. Both SSH keypair and IP address can now be changed independently.
* Restore backup in Ansible instead of BashEuAndreh2019-06-051-1/+3
|
* Use Ansible instead of Bash for provisioningEuAndreh2019-06-051-1/+7
| | | | | | | | | | | | | | | | | | 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;
* Add /result to .gitignoreEuAndreh2019-05-251-1/+4
|
* Add .terraform to .gitignoreEuAndreh2019-05-251-0/+2