Commit Graph

10 Commits

Author SHA1 Message Date
fnetx
73da80adc1 Switch GiteaApiToken from byte to string 2021-11-26 17:10:31 +01:00
fnetx
772c17e214 Pass Gitea API token to requests
This allows to display repos that aren't fully public. Some users seem
to be very interested in not having their pages viewable, and it might
make even sense to avoid e.g. search engines to read them.
If set to some random user string, this could allow to set the
visibility at least to limited (so only logged users see the repo), and
should allow to view private repos in the future with another API token.
2021-11-26 04:19:24 +01:00
6543
e800d2110e gofmt -s -w *.go */*.go 2021-11-25 16:12:28 +01:00
Moritz Marquardt
77321eb181 Make ACME account persistent & fix issues with certificate resolution 2021-11-20 18:23:09 +01:00
Moritz Marquardt
2aaac2c52b Completely refactor certificates and implement renewal & cleanup 2021-11-20 15:30:58 +01:00
Moritz Marquardt
4494023086 Implement simple version of automatic certificate issuance 2021-07-13 15:45:28 +02:00
Moritz Marquardt
0602811709 Add timing tests & fix caching 2021-07-13 10:28:06 +02:00
Moritz Marquardt
675e56ee98 Implement domain handling logic
Still lots of performance optimization required!
2021-07-09 01:22:22 +02:00
Moritz Marquardt
c4bae34b71 Add TODOs 2021-03-19 13:20:00 +01:00
Moritz Marquardt
241f7a57ec Split code into multiple files 2021-03-17 00:34:31 +01:00