Skip to content

Commit 5652a2f

Browse files
committed
Anubis: Allow actions access unfettered
1 parent fe22264 commit 5652a2f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

development/forgejo/anubis-configmap.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ data:
1111
path_regex: ^/api/.*$
1212
action: ALLOW
1313
14+
# Simple actions bypass
15+
- name: actions-repos
16+
path_regex: ^/actions/.*$
17+
action: ALLOW
18+
1419
# Simplify the configuration as server is getting hit.
1520
- name: cloudflare-workers
1621
headers_regex:

0 commit comments

Comments
 (0)