Compare commits

...

4 Commits

Author SHA1 Message Date
Jeremy Dormitzer
0f7229d4c8 Rebuild syncthing 2021-10-03 12:31:36 -04:00
Jeremy Dormitzer
2733215624 Rebuild gitea 2021-10-03 12:31:30 -04:00
Jeremy Dormitzer
9fb62ec25f Rebuild wallabag w/ new certs and entries 2021-10-03 12:31:21 -04:00
Jeremy Dormitzer
9633b9a1d0 Make syncthing volume bigger 2021-10-03 12:27:14 -04:00
6 changed files with 74 additions and 5 deletions

View File

@ -125,7 +125,16 @@
"artifact_id": "nyc1:77570642", "artifact_id": "nyc1:77570642",
"packer_run_uuid": "c224b88a-0de7-6e4e-7057-c45a0521ee64", "packer_run_uuid": "c224b88a-0de7-6e4e-7057-c45a0521ee64",
"custom_data": null "custom_data": null
},
{
"name": "digitalocean",
"builder_type": "digitalocean",
"build_time": 1632340234,
"files": null,
"artifact_id": "nyc1:92247567",
"packer_run_uuid": "52ad5b0e-38ad-ec89-55ab-faa672baa34a",
"custom_data": null
} }
], ],
"last_run_uuid": "c224b88a-0de7-6e4e-7057-c45a0521ee64" "last_run_uuid": "52ad5b0e-38ad-ec89-55ab-faa672baa34a"
} }

View File

@ -62,7 +62,16 @@
"artifact_id": "nyc1:76127226", "artifact_id": "nyc1:76127226",
"packer_run_uuid": "f4072db9-bac8-d881-9897-a34fa9007df6", "packer_run_uuid": "f4072db9-bac8-d881-9897-a34fa9007df6",
"custom_data": null "custom_data": null
},
{
"name": "digitalocean",
"builder_type": "digitalocean",
"build_time": 1623250562,
"files": null,
"artifact_id": "nyc1:85651139",
"packer_run_uuid": "c64817b6-eddc-fa4a-ed1a-9fcc47f7daae",
"custom_data": null
} }
], ],
"last_run_uuid": "f4072db9-bac8-d881-9897-a34fa9007df6" "last_run_uuid": "c64817b6-eddc-fa4a-ed1a-9fcc47f7daae"
} }

View File

@ -16,7 +16,7 @@ resource "digitalocean_volume" "syncthing_volume" {
name = "syncthing-volume" name = "syncthing-volume"
description = "The volume to hold the default Sync folder" description = "The volume to hold the default Sync folder"
region = "nyc1" region = "nyc1"
size = 100 size = 150
initial_filesystem_label = "syncthing-volume" initial_filesystem_label = "syncthing-volume"
initial_filesystem_type = "ext4" initial_filesystem_type = "ext4"
tags = ["terraform"] tags = ["terraform"]

View File

@ -1,3 +1,5 @@
.PHONY: reissue-certs
packer-manifest.json: wallabag.json \ packer-manifest.json: wallabag.json \
scripts/dependencies.sh \ scripts/dependencies.sh \
scripts/nginx.sh \ scripts/nginx.sh \
@ -34,3 +36,7 @@ tmp/do.ini: templates/do.ini.template tmp
tmp: tmp:
mkdir tmp mkdir tmp
reissue-certs:
rm -rf certbot
make

File diff suppressed because one or more lines are too long

View File

@ -107,7 +107,52 @@
"artifact_id": "nyc1:76519919", "artifact_id": "nyc1:76519919",
"packer_run_uuid": "407ebe24-29e2-fe61-80fe-b46b8cffd12b", "packer_run_uuid": "407ebe24-29e2-fe61-80fe-b46b8cffd12b",
"custom_data": null "custom_data": null
},
{
"name": "digitalocean",
"builder_type": "digitalocean",
"build_time": 1616166912,
"files": null,
"artifact_id": "nyc1:80665588",
"packer_run_uuid": "a07632c5-a9db-e40b-9c8a-73641abf7103",
"custom_data": null
},
{
"name": "digitalocean",
"builder_type": "digitalocean",
"build_time": 1616168088,
"files": null,
"artifact_id": "nyc1:80666049",
"packer_run_uuid": "349298f0-82da-11bf-2152-3c734a1bcd28",
"custom_data": null
},
{
"name": "digitalocean",
"builder_type": "digitalocean",
"build_time": 1623252842,
"files": null,
"artifact_id": "nyc1:85651899",
"packer_run_uuid": "098e8011-5a82-6ba9-352e-d2db39974e39",
"custom_data": null
},
{
"name": "digitalocean",
"builder_type": "digitalocean",
"build_time": 1633275419,
"files": null,
"artifact_id": "nyc1:92910997",
"packer_run_uuid": "56b6b59b-1c09-36d2-baa2-2af9f20a2a63",
"custom_data": null
},
{
"name": "digitalocean",
"builder_type": "digitalocean",
"build_time": 1633276973,
"files": null,
"artifact_id": "nyc1:92911527",
"packer_run_uuid": "3a30edf6-a694-103e-2bf8-68fd5d530ec5",
"custom_data": null
} }
], ],
"last_run_uuid": "407ebe24-29e2-fe61-80fe-b46b8cffd12b" "last_run_uuid": "3a30edf6-a694-103e-2bf8-68fd5d530ec5"
} }