diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 93ad169..5d9cac6 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -29,9 +29,7 @@ jobs: else tag_num="${tag}-${tag_num}" fi - ls -l echo "version: ${GITHUB_RUN_NUMBER}" > content/version.txt - ls -l content docker build -t hns_doh:$tag_num . docker tag hns_doh:$tag_num git.woodburn.au/nathanwoodburn/hns_doh:$tag_num docker push git.woodburn.au/nathanwoodburn/hns_doh:$tag_num diff --git a/README.md b/README.md index 5b87afb..24d738f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # HNS DoH load balancer +## How to help +Contact Nathan.Woodburn/ via +- Discord: https://l.woodburn.au/discord +- Email: hnsdoh@woodburn.au + +You will need a static IP address that you can host the container on. +Nathan will then add your IP to the domain which will let you create a certificate for the domain. + + ## Run with docker ```bash docker run -d --name hns_doh git.woodburn.au/nathanwoodburn/hns_doh:latest diff --git a/content/assets/css/Team-images.css b/content/assets/css/Team-images.css new file mode 100644 index 0000000..f84d7bd --- /dev/null +++ b/content/assets/css/Team-images.css @@ -0,0 +1,4 @@ +.fit-cover { + object-fit: cover; +} + diff --git a/content/assets/img/people/profile - small.webp b/content/assets/img/people/profile - small.webp new file mode 100644 index 0000000..bf2f657 Binary files /dev/null and b/content/assets/img/people/profile - small.webp differ diff --git a/content/index.html b/content/index.html index 9ffcfa1..fc975af 100644 --- a/content/index.html +++ b/content/index.html @@ -32,6 +32,7 @@ +