Commit Graph

46 Commits

Author SHA1 Message Date
f264bd5604 feat: Allow usage for top-level domains
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-13 17:30:55 +01:00
9b971daf28 fix: Fix username extraction in the TLS handler 2024-01-11 22:10:32 +01:00
352f8bb4ce Merge pull request 'Wildcards' (#2) from feat/wildcards into master
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
Reviewed-on: #2
2024-01-11 21:04:49 +01:00
b8eba55999 docs: Update README
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
2024-01-11 20:58:47 +01:00
55e63eee5b docs: Add documentation for the method types 2024-01-11 20:53:31 +01:00
80234fd5ba fix: Prevent "leak" of raw gitea API response for CSP
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-11 20:50:48 +01:00
25eb0de1e7 fix: Handle usernames with a dot in them
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fixes #1.
2024-01-11 20:37:56 +01:00
fe2f418e35 feat: Prevent weird situations if we have no username 2024-01-11 20:25:50 +01:00
2cbe46dc1a feat: Spawn another HTTP server for HTTPS upgrades
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-11 16:32:28 +01:00
de14a0e68d feat: Move the path modifications around
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-06 21:38:21 +01:00
40ce4e81a8 fix: Tests
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-06 21:30:44 +01:00
e628ec7ecf What is a CNAME? 2024-01-06 21:26:09 +01:00
6f9f92e68a fix: Correctly compute the username from a CNAME
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-06 21:11:05 +01:00
996aa10866 More debugging
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-06 21:04:27 +01:00
412e5d2fac fix: Fix username extraction
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-06 20:29:18 +01:00
c0b87be246 feat: Log CNAME expectations on mismatch
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-06 20:09:59 +01:00
2fb1e36b06 fix: Handle CNAMEs with a trailing dot
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-06 20:00:55 +01:00
be42e60731 test: Disable CNAME lookup caching
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-06 19:53:03 +01:00
cb40a0689b feat: Add more logging to CNAME resolution 2024-01-06 19:52:12 +01:00
f4d8b151ec feat: Replace HTTP01 by DNS01
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-06 18:11:54 +01:00
308a72e1b5 feat: Allow specifying a custom CSP
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-06 17:42:08 +01:00
fb54cc73f0 fix: Disable certificate tests
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-06 15:09:36 +01:00
e834da3727 feat: Disable wildcard certificates
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-01-06 15:06:38 +01:00
493758f56f feat: Add tests for the repository picking behaviour
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-06 14:47:47 +01:00
3692168346 feat: First steps towards using wildcard certificates
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-02 18:23:46 +01:00
2d4ecc40cb feat: Run tests in the CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-01 20:16:49 +01:00
f9d3f0dd5b feat: Add CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-01 20:15:23 +01:00
ebdd56013d chore: Fix linter issues 2024-01-01 20:07:43 +01:00
3012878c94 feat: Only request certificates for existing users and orgs 2024-01-01 20:05:20 +01:00
5181aed0b8 chore: Add documentation 2024-01-01 16:28:54 +01:00
720b3d9d53 chore: Reduce go requirements 2024-01-01 15:43:23 +01:00
731a3ce2cb feat: Allow disabling debug logging 2024-01-01 14:55:22 +01:00
e390ca6047 feat: Log certificate actions using Info 2024-01-01 14:53:57 +01:00
12aef17cc0 fix: Correctly set the Content-Type header 2024-01-01 14:52:33 +01:00
c4ef20f513 fix: Relay 404s 2024-01-01 14:52:05 +01:00
d0a24a60ed feat: Potentially handle renewing certificates 2024-01-01 14:47:13 +01:00
3af3f6bb7e chore: Restructure 2024-01-01 14:19:19 +01:00
85bd71cff3 chore: Format 2024-01-01 00:38:39 +01:00
1154eff9ae feat: Allow disabling ACME and enable better file caching 2024-01-01 00:38:01 +01:00
feabaf5221 Add some files 2023-12-31 23:13:06 +01:00
e2f2a1082b Fix various bugs 2023-12-31 22:55:37 +01:00
da30ec9fa6 Add more code 2023-12-31 22:41:51 +01:00
68b568c014 Allow using the CNAME as the repository name 2023-12-31 14:15:39 +01:00
470d759797 Fix empty response on first request 2023-12-31 14:08:23 +01:00
cbb79c6d33 Use <username>.<pages url> instead of just pages for the default repo 2023-12-31 14:08:02 +01:00
6a7461454c Initial commit 2023-12-31 13:26:56 +01:00