Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 committed Aug 22, 2024
1 parent b618da8 commit e89b7dc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion appinfo/info-dev.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<docker-install>
<registry>ghcr.io</registry>
<image>cloud-py-api/windmill_app</image>
<image-tag>latest</image-tag>
<image-tag>1.0.0</image-tag>
</docker-install>
<scopes>
<value>ALL</value>
Expand All @@ -34,6 +34,14 @@
<verb>GET,POST,PUT,DELETE</verb>
<access_level>PUBLIC</access_level>
<headers_to_exclude>[]</headers_to_exclude>
<bruteforce_protection>[401, 500]</bruteforce_protection>
</route>
<route>
<url>^api\/w\/nextcloud\/jobs_u\/.*</url>
<verb>GET,POST,PUT,DELETE</verb>
<access_level>PUBLIC</access_level>
<headers_to_exclude>[]</headers_to_exclude>
<bruteforce_protection>[401, 500]</bruteforce_protection>
</route>
<route>
<url>.*</url>
Expand Down

0 comments on commit e89b7dc

Please sign in to comment.