idk
33cdebd325
Merge branch 'acme' into 'master'
...
Adds support for generating certificates using Let's Encrypt or other ACME providers
See merge request idk/reseed-tools!5
2021-08-17 22:40:14 +00:00
idk
86a183c9fa
add missing update types to su3.go
2021-07-01 21:00:53 -04:00
idk
accce088e6
Make it automatically renew 2 days before the cert expires
2021-05-11 21:44:06 -04:00
idk
42beefd223
Merge branch 'acme' of 127.0.0.1:idk/reseed-tools into make-a-plugin-su3
2021-05-11 21:12:33 -04:00
idk
12b71780a1
Make it automatically renew 2 days before the cert expires
2021-05-11 21:03:36 -04:00
idk
b444857549
clean up the modules
2021-05-11 19:53:02 -04:00
idk
2004e84df8
Merge branch 'master' of 127.0.0.1:idk/reseed-tools into make-a-plugin-su3
2021-05-11 19:49:20 -04:00
idk
7441572846
Switch to prod
2021-05-11 19:47:22 -04:00
idk
93dd1b4e8d
Switch to prod
2021-05-11 19:34:12 -04:00
idk
398a6182af
Merge branch 'one-time-links' into 'master'
...
add the ability for browsers to download via a one-time link with a short timeout.
Closes #1
See merge request idk/reseed-tools!4
v0.0.8
2021-05-11 22:53:03 +00:00
idk
d467b652ec
First try, how about that?
2021-05-11 18:49:37 -04:00
idk
19c29cfdc6
Move TLS certificate generation for clearnet sites to the front, use same cert across all domains, will be invalid on .onion and .i2p when using Let's Encrypt
2021-05-11 17:23:18 -04:00
idk
1548d1e36b
Rate limit it too
2021-05-11 16:39:34 -04:00
idk
3e8ace902d
add the ability for browsers to download via a one-time link with a short timeout.
2021-05-11 16:26:55 -04:00
idk
8afd6c6f28
Merge branch 'bug-cannot-autogenerate-self_signed-keys' into 'master'
...
fix: auto-generate keys when --yes is passed
See merge request idk/reseed-tools!2
2021-03-26 23:26:17 +00:00
idk
b94bd86d03
Merge branch 'bug-cannot-start-container' into 'master'
...
fix: Use correct command name in entrypoint.sh
See merge request idk/reseed-tools!3
2021-03-26 23:25:41 +00:00
idk
7829962acd
Merge branch 'ci-build-images' into 'master'
...
CI build images
See merge request idk/reseed-tools!1
2021-03-26 23:25:22 +00:00
idk
299421e0fe
Create a jar file of the reseed server library
2021-02-04 14:09:35 -05:00
a7c097d232
fix: auto-generate keys when --yes is passed
...
Probably a typo in the if condition as the same commit uses the correct condition elsewhere.
Only if --yes isn't passed should the user be queried interactively
2021-01-01 16:21:56 +01:00
7282cb5fa0
fix: Use correct command name in entrypoint.sh
...
The generated executable isn't called i2p-tools-1 but reseed-tools.
Without the correct name, the container wouldn't start.
2021-01-01 16:18:33 +01:00
2f8508ee92
ci: Use multiline chomp in YAML
...
It put the backslashes right into the bash command bash didn't really like that.
Bash escaped spaces and that lead to a bad command
v.0.0.4-release
v_0.0.04-release
2020-12-29 16:21:29 +01:00
b036b9e8f8
ci: Quote variables properly
0.0.4_read-release
2020-12-29 10:47:08 +01:00
f36a500210
ci: Improve tag regex for pushing docker
0.0.4.readme-release
2020-12-29 10:34:29 +01:00
dbcf640320
ci: Push README to dockerhub
2020-12-29 10:26:48 +01:00
08f2f9031d
Add more comments to .gitlab-ci.yml
2020-12-29 01:07:27 +01:00
d40d687f6e
ci: limit builds to tags with certain names
2020-12-29 01:05:21 +01:00
b12bf1bf22
docker: ignore IDE files
2020-12-29 00:55:38 +01:00
7bcc9344ec
Use correct syntax to ignore folders for docker
2020-12-29 00:54:23 +01:00
f84eb3ce70
retrigger dockerhub build
v0.0.4-release
2020-12-29 00:52:45 +01:00
f576588ec0
Trigger dockerhub build
2020-12-29 00:51:22 +01:00
0ae229792c
Ignore .git in docker image
2020-12-29 00:45:16 +01:00
4e69e3d50b
Try dockerhub again
...
There were protected variables involved...
0.0.4-release
2020-12-29 00:41:53 +01:00
059a24d638
Try to force dockerhub push
push_already
2020-12-29 00:30:52 +01:00
45071f0faa
Add comments to registry jobs
v_0.0.4
2020-12-29 00:19:19 +01:00
0791f1145b
Don't rebuild image for docker push
still_testing
2020-12-29 00:15:10 +01:00
51c58d6407
Ninja commit to push new version to dockerhub
0.0.4
2020-12-29 00:01:39 +01:00
0bf519a351
dockerhub build cache from CI_REGISTRY_IMAGE
2020-12-28 23:36:38 +01:00
1eb8e6fb5c
Make sure all variables are set before registry push
2020-12-28 23:28:30 +01:00
c4b8236446
Add .gitlab-ci.yml to docker ignore
2020-12-28 22:44:53 +01:00
162c6fb01a
Make sure push_docker job only pulls cache
...
It won't rebuild the image. All it does is push it
2020-12-28 22:35:53 +01:00
11c6b51be6
Ignore and rename CI docker image cache folder from docker build
...
Images would otherwise include cached docker images
2020-12-28 19:41:13 +01:00
17712bf3ae
Try to fix the docker load command
...
Input needs to come from STDIN
2020-12-28 19:30:46 +01:00
7a438a29ed
Create the exports directory to save images
2020-12-28 19:21:34 +01:00
b0cd962ce9
Try using cache instead of local registry
...
We don't need a server and can just attempt to save the image to later load it.
2020-12-28 19:15:45 +01:00
92462d8986
Name registry in dind and make sure it's running
2020-12-28 18:39:44 +01:00
8d1a4408ce
Remove attempt to curl
2020-12-28 18:34:07 +01:00
179688d8c0
Remove dig dep
2020-12-28 18:27:49 +01:00
cb674587f6
Attempt to contact registry service on dind
2020-12-28 18:23:41 +01:00
dc0ec87635
Try using a registry in dind
2020-12-28 18:21:03 +01:00
4c86b4fd8a
Hope the dind daemon can connect to the registry...
2020-12-28 17:56:23 +01:00