This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
wireguard_webadmin
Watch
1
Star
0
Fork
0
You've already forked wireguard_webadmin
mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced
2026-03-17 22:36:17 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
66a3895eff9ebb404cc6dc3719bbcfcae10a0294
wireguard_webadmin
/
containers
/
auth-gateway
/
entrypoint.sh
6 lines
98 B
Bash
Raw
Normal View
History
Unescape
Escape
add initial implementation of auth gateway with models, routes, and session management
2026-03-16 09:47:02 -03:00
#!/bin/sh
set
-eu
enhance logging and error handling in authentication process
2026-03-16 11:26:16 -03:00
exec
uvicorn auth_gateway.main:app --host 0.0.0.0 --port
9091
--no-access-log
Reference in New Issue
Copy Permalink