Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
8bd1acb
Automated README update (#159)
github-actions[bot] Dec 25, 2025
2b455e2
Automated README update (#161)
github-actions[bot] Dec 27, 2025
06eb1e1
Automated README update (#164)
github-actions[bot] Jan 2, 2026
6d50fa9
Automated README update (#165)
github-actions[bot] Jan 2, 2026
6519040
.
CodeShellDev Jan 2, 2026
e0dfa89
Automated README update (#166)
github-actions[bot] Jan 2, 2026
92f0abd
Automated README update (#167)
github-actions[bot] Jan 2, 2026
d8398e4
Automated README update (#168)
github-actions[bot] Jan 2, 2026
086982f
feat: Path Auth (#170)
CodeShellDev Jan 2, 2026
7136afb
update PR and issue templates
CodeShellDev Jan 2, 2026
f9f855d
Oops, fixed templates again
CodeShellDev Jan 2, 2026
ce40491
feat: Body auth (#172)
CodeShellDev Jan 2, 2026
61873bc
feat: Port per Token Config (#174)
CodeShellDev Jan 3, 2026
8434b8b
feat: Log Level per Token (#176)
CodeShellDev Jan 3, 2026
57d062b
feat: Rate Limiting (#178)
CodeShellDev Jan 3, 2026
30ac476
default: allow all
CodeShellDev Jan 6, 2026
534e5bb
maybe make INSECURE configurable
CodeShellDev Jan 6, 2026
5ee203c
DEPRECATION: @authorization => @auth (#184)
CodeShellDev Jan 6, 2026
d5182a0
feat: IP Filtering (#181)
CodeShellDev Jan 6, 2026
c376af9
misc: Santa is Dead (#186)
CodeShellDev Jan 6, 2026
973847b
.
CodeShellDev Jan 6, 2026
4e89c7c
DEPRECATION: .token, .tokens, .overrides (#187)
CodeShellDev Jan 6, 2026
7181b9d
feat: Hostnames (#188)
CodeShellDev Jan 7, 2026
62b975a
compile regex => if error use == matching
CodeShellDev Jan 7, 2026
dcd372d
explicit block > allow
CodeShellDev Jan 7, 2026
3e7da87
return after Bad Body
CodeShellDev Jan 7, 2026
b0650c2
debug body templating
CodeShellDev Jan 7, 2026
f848eba
debug body templating
CodeShellDev Jan 7, 2026
c386e70
more debugging
CodeShellDev Jan 7, 2026
e9e7230
bump gotl for bugfix
CodeShellDev Jan 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,54 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
title: ""
labels: bug
assignees: ''
assignees: ""
---

### Description

<!--
A clear and concise description of what the bug is.
-->

### To Reproduce

Steps to reproduce the behavior:

1. Start Container
2. Send Request
3. [...]

### Expected behavior

<!--
A clear and concise description of what you expected to happen
A clear and concise description of what you expected to happen.
-->

### Container logs

<!--
Add your logs below (in `debug` log level), be sure to redact sensitive information.
-->

```

```

### Config files

<!--
Add your config(s) below (Use ```yaml ... ```).
Please specify if token config or not.
-->

```yaml

```

### Additional Context

<!--
Add any other context about the problem here.
-->
8 changes: 6 additions & 2 deletions .github/ISSUE_TEMPLATE/documentation_request.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
---
name: Documentation request
about: Suggest an idea for the Documentation
title: ''
title: ""
labels: documentation
assignees: ''
assignees: ""
---

### Description

<!--
A clear and concise description of the documentation request.
-->

### Solution

<!--
A clear and concise description of what you want to be added to the documentation.
-->

### Examples

<!--
Examples of how to add this to the documentation. (markdown)
Where should this be added to, what section? Please explain.
-->
8 changes: 6 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,31 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
title: ""
labels: enhancement
assignees: ''
assignees: ""
---

### Description

<!--
A clear and concise description of the feature. (is it related to a problem?)
-->

### Solution

<!--
A clear and concise description of what you want to happen.
-->

### Alternatives

<!--
Describe any alternative solutions or features you've considered.
-->

### Additional Context

<!--
Add any other context or screenshots about the feature request here.
-->
17 changes: 13 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
### Summary

<!--
Describe what this PR does.
-->

### Changes

<!--
List of all changes below.
-->
* list of changes

- list of changes

### Checklist

- [ ] PR tested
- [ ] Docs updated (if applicable)

### Related
- Docs PR:
- Code PR:
- Issues:

<!--
Link PRs and issues related to this PR.
Only include this section in the Code PR.
-->

- Docs PR:
- Issues:
18 changes: 0 additions & 18 deletions .github/PULL_REQUEST_TEMPLATE/bug_fix.md

This file was deleted.

18 changes: 0 additions & 18 deletions .github/PULL_REQUEST_TEMPLATE/feature_addition.md

This file was deleted.

Loading