Skip to content
Snippets Groups Projects
  1. Aug 03, 2023
  2. Oct 07, 2021
  3. Jun 02, 2021
  4. Dec 09, 2020
  5. Dec 03, 2020
  6. Oct 28, 2020
  7. Oct 23, 2020
  8. Sep 23, 2020
  9. Sep 22, 2020
  10. Sep 20, 2020
  11. Sep 17, 2020
  12. Sep 10, 2020
  13. Aug 26, 2020
  14. Jul 29, 2020
  15. Jun 12, 2020
  16. Jun 10, 2020
  17. Jun 04, 2020
  18. Jun 01, 2020
  19. May 28, 2020
  20. May 20, 2020
    • ecaiyanlinux's avatar
      Add default certificates for a1-interface · af8d73d8
      ecaiyanlinux authored
      
      The default certificates are in folder /usr/src/app/cert
      The default certificates can be overriden by mounting a volume in 'docker run' command or in a docker-compose.yml file
      ex:
      in 'docker run':
      docker run -it -p 8085:8085 -p 8185:8185 -e A1_VERSION=OSC_2.1.0 -e REMOTE_HOSTS_LOGGING=1 --volume "$PWD/certificate:/usr/src/app/cert" a1test
      in 'docker-compose.yml':
      volumes:
            - ./certificate:/usr/src/app/cert:ro
      
      Issue-ID: NONRTRIC-218
      Signed-off-by: default avatarecaiyanlinux <martin.c.yan@est.tech>
      Change-Id: I0db70fe403f8190257bb7fe910d08ab59b3b8ed3
      af8d73d8
  21. May 19, 2020
  22. May 15, 2020
    • ecaiyanlinux's avatar
      Update a1-interface with nginx to support https · 9ab67f5d
      ecaiyanlinux authored
      
      a1-interface is implemented with python flask
      It does not support both http/https at the same time
      This commit installs nginx in python image
      nginx is serving http/https requests
      All real traffic will be forwarded to python process
      nginx is serving as a pure reverse-proxy
      
      Issue-ID: NONRTRIC-218
      Signed-off-by: default avatarecaiyanlinux <martin.c.yan@est.tech>
      Change-Id: I1edcd0d02023643feca042689283ef242d39e555
      9ab67f5d
  23. May 05, 2020
  24. May 03, 2020
  25. Apr 23, 2020
  26. Apr 22, 2020
  27. Apr 21, 2020
  28. Apr 17, 2020
  29. Apr 16, 2020
  30. Apr 15, 2020
  31. Apr 14, 2020
  32. Apr 08, 2020
  33. Apr 07, 2020
  34. Apr 03, 2020
  35. Apr 02, 2020
  36. Apr 01, 2020
  37. Mar 20, 2020
Loading