Dependency bot
831ce3d913
fix(deps): update golang.org/x/exp digest to 225e2ab ( #391 )
2024-10-07 00:38:22 +00:00
Dependency bot
d6f0ec39fc
fix(deps): update golang.org/x/exp digest to 0cdaa3a ( #377 )
2024-09-30 00:26:29 +00:00
Dependency bot
abbebbbcee
fix(deps): update golang.org/x/exp digest to 8a7402a ( #368 )
2024-07-23 20:19:44 +00:00
Dependency bot
17530a065b
fix(deps): update golang.org/x/exp digest to 46b0784 ( #363 )
2024-07-14 01:21:11 +00:00
Dependency bot
c043a887c2
fix(deps): update golang.org/x/exp digest to 7f521ea ( #356 )
2024-06-17 00:53:42 +00:00
Dependency bot
e61ab7075b
fix(deps): update golang.org/x/exp digest to fc45aab ( #352 )
2024-06-09 01:17:54 +00:00
Dependency bot
4543033874
fix(deps): update golang.org/x/exp digest to fd00a4e ( #346 )
2024-06-02 01:02:45 +00:00
Dependency bot
3928cd7aff
fix(deps): update golang.org/x/exp digest to 4c93da0 ( #344 )
2024-05-29 00:33:03 +00:00
crapStone
2c41e11f2f
Use hashicorp's LRU cache for DNS & certificates ( #315 )
...
Taken from #301
Co-authored-by: Moritz Marquardt <git@momar.de>
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/315
2024-05-26 20:05:46 +00:00
Dependency bot
c1df2f068b
fix(deps): update golang.org/x/exp digest to 9bf2ced ( #335 )
2024-05-19 01:11:30 +00:00
pat-s
c14c5474b6
Update gitea sdk and tidy ( #314 )
...
Manually as renovate has issues looking up the currently pinned digest. It should work afterwards as the gitea sdk (without a digest) is also used in other projects where renovate is doing work.
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/314
Reviewed-by: crapStone <codeberg@crapstone.dev>
Co-authored-by: pat-s <patrick.schratz@gmail.com>
Co-committed-by: pat-s <patrick.schratz@gmail.com>
2024-04-27 19:40:14 +00:00
crapStone
7e80ade24b
Add config file and rework cli parsing and passing of config values ( #263 )
...
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/263
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: crapStone <me@crapstone.dev>
Co-committed-by: crapStone <me@crapstone.dev>
2024-02-15 16:08:29 +00:00
crapStone
cbb2ce6d07
add go templating engine for error page and make errors more clear ( #260 )
...
ping #199
closes #213
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/260
Co-authored-by: crapStone <crapstone01@gmail.com>
Co-committed-by: crapStone <crapstone01@gmail.com>
2023-11-16 17:11:35 +00:00
6543
be92f30e64
Update gitea sdk to e23e8aa3004f ( #257 )
...
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/257
Reviewed-by: crapStone <codeberg@crapstone.dev>
Co-authored-by: 6543 <6543@obermui.de>
Co-committed-by: 6543 <6543@obermui.de>
2023-11-15 10:27:27 +00:00
deblan
42d5802b9b
Allow to define default branches ( #125 )
...
This try to address #115
Co-authored-by: Simon Vieille <simon@deblan.fr>
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/125
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: deblan <deblan@noreply.codeberg.org>
Co-committed-by: deblan <deblan@noreply.codeberg.org>
2023-02-14 03:03:00 +00:00
6543
fd643d15f0
Drop: pogreb support ( #175 )
...
followup of #173
close #95
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/175
2023-02-11 02:04:57 +00:00
6543
7b35a192bf
Add cert store option based on sqlite3, mysql & postgres ( #173 )
...
Deprecate **pogreb**!
close #169
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/173
2023-02-10 03:00:14 +00:00
6543
b9966487f6
switch to std http implementation instead of fasthttp ( #106 )
...
close #100
close #109
close #113
close #28
close #63
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/106
2022-11-12 20:37:20 +01:00
6543
dc41a4caf4
Add Support to Follow Symlinks and LFS ( #114 )
...
close #79
close #80
close #91
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/114
2022-08-12 06:40:12 +02:00
Gusted
876a53d9a2
Improve logging ( #116 )
...
- Actually log useful information at their respective log level.
- Add logs in hot-paths to be able to deep-dive and debug specific requests (see server/handler.go)
- Add more information to existing fields(e.g. the host that the user is visiting, this was noted by @fnetX).
Co-authored-by: Gusted <williamzijl7@hotmail.com>
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/116
Reviewed-by: 6543 <6543@noreply.codeberg.org>
Co-authored-by: Gusted <gusted@noreply.codeberg.org>
Co-committed-by: Gusted <gusted@noreply.codeberg.org>
2022-08-12 05:06:26 +02:00
6543
35b35c5d67
Add integration tests ( #86 )
...
close #82
close #32
make sure we dont get regressions again ... as we currently have in **main**
followups:
- create a DNS subdomayn specific to redirect to mock url ...
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/86
Reviewed-by: crapStone <crapstone@noreply.codeberg.org>
2022-06-11 23:17:43 +02:00
6543
f2ba7eac64
set golang to 1.18 ( #84 )
...
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/84
2022-06-10 15:27:17 +02:00
6543
196482da07
less panic
2021-12-05 23:21:55 +01:00
6543
ac93a5661c
start using urfave/cli
2021-12-05 14:48:44 +01:00
6543
bdc2d0c259
dont access global vars inject them
2021-12-05 14:48:41 +01:00
6543
fb5726bd20
use zerolog instead of own logger
2021-12-05 14:48:40 +01:00
Moritz Marquardt
d1ed16c0f2
Update everything & add Justfile
2021-11-20 15:31:10 +01:00
Moritz Marquardt
33f7a5d0df
Commit all current changes before vacation...
2021-08-22 17:59:30 +02:00
Moritz Marquardt
4494023086
Implement simple version of automatic certificate issuance
2021-07-13 15:45:28 +02:00
Moritz Marquardt
373c13baee
Update dependencies
2021-07-08 23:09:46 +02:00
Moritz Marquardt
203e230905
Implement caching & limit concurrency
2021-03-19 20:58:53 +01:00
Moritz Marquardt
1a80684e79
Clean up, fix bugs, implement caching & use API
2021-03-17 00:24:34 +01:00
Moritz Marquardt
0756993f7e
Implement first version without custom domains, TLS and caching
2021-03-16 20:22:06 +01:00