added caddy-proxy-manager for testing
Some checks failed
Build and Push Docker Images (Trusted) / build-and-push (., docker/caddy/Dockerfile, caddy) (push) Has been cancelled
Build and Push Docker Images (Trusted) / build-and-push (., docker/l4-port-manager/Dockerfile, l4-port-manager) (push) Has been cancelled
Build and Push Docker Images (Trusted) / build-and-push (., docker/web/Dockerfile, web) (push) Has been cancelled
Tests / test (push) Has been cancelled

This commit is contained in:
2026-04-21 22:49:08 +00:00
parent 4c5ad53370
commit 99819b70ff
405 changed files with 0 additions and 0 deletions

0
.dockerignore Normal file → Executable file
View File

0
.env.example Normal file → Executable file
View File

0
.github/FUNDING.yml vendored Normal file → Executable file
View File

0
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file → Executable file
View File

0
.github/ISSUE_TEMPLATE/dns_challenge_request.md vendored Normal file → Executable file
View File

0
.github/ISSUE_TEMPLATE/feature_request.md vendored Normal file → Executable file
View File

0
.github/dependabot.yml vendored Normal file → Executable file
View File

0
.github/workflows/dependabot-automerge.yml vendored Normal file → Executable file
View File

0
.github/workflows/docker-build-pr.yml vendored Normal file → Executable file
View File

0
.github/workflows/docker-build-trusted.yml vendored Normal file → Executable file
View File

0
.github/workflows/stale.yml vendored Normal file → Executable file
View File

0
.github/workflows/test.yml vendored Normal file → Executable file
View File

0
.gitignore vendored Normal file → Executable file
View File

0
.version Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
SECURITY.md Normal file → Executable file
View File

0
app/(auth)/link-account/LinkAccountClient.tsx Normal file → Executable file
View File

0
app/(auth)/link-account/page.tsx Normal file → Executable file
View File

0
app/(auth)/login/LoginClient.tsx Normal file → Executable file
View File

0
app/(auth)/login/page.tsx Normal file → Executable file
View File

0
app/(auth)/portal/PortalLoginForm.tsx Normal file → Executable file
View File

0
app/(auth)/portal/page.tsx Normal file → Executable file
View File

0
app/(dashboard)/DashboardLayoutClient.tsx Normal file → Executable file
View File

0
app/(dashboard)/OverviewClient.tsx Normal file → Executable file
View File

0
app/(dashboard)/access-lists/AccessListsClient.tsx Normal file → Executable file
View File

0
app/(dashboard)/access-lists/actions.ts Normal file → Executable file
View File

0
app/(dashboard)/access-lists/page.tsx Normal file → Executable file
View File

0
app/(dashboard)/analytics/AnalyticsClient.tsx Normal file → Executable file
View File

0
app/(dashboard)/analytics/WorldMapInner.tsx Normal file → Executable file
View File

0
app/(dashboard)/analytics/page.tsx Normal file → Executable file
View File

0
app/(dashboard)/api-docs/ApiDocsClient.tsx Normal file → Executable file
View File

0
app/(dashboard)/api-docs/page.tsx Normal file → Executable file
View File

0
app/(dashboard)/api-tokens/actions.ts Normal file → Executable file
View File

0
app/(dashboard)/audit-log/AuditLogClient.tsx Normal file → Executable file
View File

0
app/(dashboard)/audit-log/page.tsx Normal file → Executable file
View File

0
app/(dashboard)/certificates/CertificatesClient.tsx Normal file → Executable file
View File

0
app/(dashboard)/certificates/actions.ts Normal file → Executable file
View File

0
app/(dashboard)/certificates/ca-actions.ts Normal file → Executable file
View File

0
app/(dashboard)/certificates/components/AcmeTab.tsx Normal file → Executable file
View File

View File

0
app/(dashboard)/certificates/components/CaTab.tsx Normal file → Executable file
View File

View File

View File

View File

View File

0
app/(dashboard)/certificates/page.tsx Normal file → Executable file
View File

0
app/(dashboard)/groups/GroupsClient.tsx Normal file → Executable file
View File

0
app/(dashboard)/groups/actions.ts Normal file → Executable file
View File

0
app/(dashboard)/groups/page.tsx Normal file → Executable file
View File

0
app/(dashboard)/l4-proxy-hosts/L4ProxyHostsClient.tsx Normal file → Executable file
View File

0
app/(dashboard)/l4-proxy-hosts/actions.ts Normal file → Executable file
View File

0
app/(dashboard)/l4-proxy-hosts/page.tsx Normal file → Executable file
View File

0
app/(dashboard)/layout.tsx Normal file → Executable file
View File

0
app/(dashboard)/page.tsx Normal file → Executable file
View File

0
app/(dashboard)/profile/ProfileClient.tsx Normal file → Executable file
View File

0
app/(dashboard)/profile/page.tsx Normal file → Executable file
View File

0
app/(dashboard)/proxy-hosts/ProxyHostsClient.tsx Normal file → Executable file
View File

0
app/(dashboard)/proxy-hosts/actions.ts Normal file → Executable file
View File

0
app/(dashboard)/proxy-hosts/page.tsx Normal file → Executable file
View File

0
app/(dashboard)/settings/OAuthProvidersSection.tsx Normal file → Executable file
View File

0
app/(dashboard)/settings/SettingsClient.tsx Normal file → Executable file
View File

0
app/(dashboard)/settings/actions.ts Normal file → Executable file
View File

0
app/(dashboard)/settings/page.tsx Normal file → Executable file
View File

0
app/(dashboard)/users/UsersClient.tsx Normal file → Executable file
View File

0
app/(dashboard)/users/actions.ts Normal file → Executable file
View File

0
app/(dashboard)/users/page.tsx Normal file → Executable file
View File

0
app/(dashboard)/waf/WafEventsClient.tsx Normal file → Executable file
View File

0
app/(dashboard)/waf/page.tsx Normal file → Executable file
View File

0
app/api/analytics/blocked/route.ts Normal file → Executable file
View File

0
app/api/analytics/countries/route.ts Normal file → Executable file
View File

0
app/api/analytics/hosts/route.ts Normal file → Executable file
View File

0
app/api/analytics/protocols/route.ts Normal file → Executable file
View File

0
app/api/analytics/summary/route.ts Normal file → Executable file
View File

0
app/api/analytics/timeline/route.ts Normal file → Executable file
View File

0
app/api/analytics/user-agents/route.ts Normal file → Executable file
View File

0
app/api/analytics/waf-stats/route.ts Normal file → Executable file
View File

0
app/api/auth/[...all]/route.ts Normal file → Executable file
View File

0
app/api/auth/link-account/route.ts Normal file → Executable file
View File

0
app/api/auth/logout/route.ts Normal file → Executable file
View File

0
app/api/forward-auth/callback/route.ts Normal file → Executable file
View File

0
app/api/forward-auth/login/route.ts Normal file → Executable file
View File

0
app/api/forward-auth/session-login/route.ts Normal file → Executable file
View File

0
app/api/forward-auth/verify/route.ts Normal file → Executable file
View File

0
app/api/geoip-status/route.ts Normal file → Executable file
View File

0
app/api/health/route.ts Normal file → Executable file
View File

0
app/api/instances/sync/route.ts Normal file → Executable file
View File

0
app/api/l4-ports/route.ts Normal file → Executable file
View File

0
app/api/user/change-password/route.ts Normal file → Executable file
View File

0
app/api/user/link-oauth-start/route.ts Normal file → Executable file
View File

0
app/api/user/unlink-oauth/route.ts Normal file → Executable file
View File

0
app/api/user/update-avatar/route.ts Normal file → Executable file
View File

View File

0
app/api/v1/access-lists/[id]/entries/route.ts Normal file → Executable file
View File

0
app/api/v1/access-lists/[id]/route.ts Normal file → Executable file
View File

0
app/api/v1/access-lists/route.ts Normal file → Executable file
View File

0
app/api/v1/audit-log/route.ts Normal file → Executable file
View File

0
app/api/v1/ca-certificates/[id]/route.ts Normal file → Executable file
View File

0
app/api/v1/ca-certificates/route.ts Normal file → Executable file
View File

0
app/api/v1/caddy/apply/route.ts Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More