lan.Caddyfile 486 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. admin localhost:2020
  3. }
  4. http://dify.sv-v2.lan {
  5. bind 100.64.0.32
  6. reverse_proxy localhost:9802
  7. }
  8. http://alist.sv-v2.lan {
  9. bind 100.64.0.32
  10. reverse_proxy localhost:5244
  11. }
  12. http://od.sv-v2.lan {
  13. bind 100.64.0.32
  14. reverse_proxy localhost:8069
  15. }
  16. http://litellm.sv-v2.lan {
  17. bind 100.64.0.32
  18. reverse_proxy localhost:4000
  19. }
  20. http://clash-ui.sv-v2.lan {
  21. bind 100.64.0.32
  22. reverse_proxy localhost:7880
  23. }
  24. http://langflow.sv-v2.lan {
  25. bind 100.64.0.32
  26. reverse_proxy localhost:7860
  27. }