Skip to content
  1. May 05, 2022
  2. Mar 25, 2022
  3. Mar 16, 2022
  4. Mar 15, 2022
  5. Mar 11, 2022
  6. Mar 09, 2022
  7. Mar 04, 2022
  8. Mar 02, 2022
  9. Feb 25, 2022
  10. Feb 18, 2022
  11. Feb 09, 2022
  12. Feb 03, 2022
  13. Feb 01, 2022
    • Marco De Donno's avatar
      App update · d85597ee
      Marco De Donno authored
      d85597ee
    • Marco De Donno's avatar
      App update · 8d284a7e
      Marco De Donno authored
      diff --git a/docker-compose.yml b/docker-compose.yml
      index 373f09a..3637170 100644
      --- a/docker-compose.yml
      +++ b/docker-compose.yml
      @@ -1,18 +1,19 @@
       version: '3.7'
       services:
      -    db:
      -        image: postgres:11
      -        volumes:
      -            - ./db/data:/var/lib/postgresql/data
      -        environment:
      -            - POSTGRES_PASSWORD=icnml
      -        ports:
      -            - 127.0.0.1:5432:5432
      +    # db:
      +    #     image: postgres:11
      +    #     volumes:
      +    #         - ./db/data:/var/lib/postgresql/data
      +    #     environment:
      +    #         - POSTGRES_PASSWORD=icnml
      +    #     ports:
      +    #         - 127.0.0.1:5432:5432
      
           web:
               build: web
      -        ports:
      -            - 80:5000
      +        network_mode: host
      +        # ports:
      +        #     - 80:5000
               env_file:
                   - env
               volumes:
      @@ -21,7 +22,7 @@ services:
               entrypoint: python2 dev.py
               depends_on:
                   - redis
      -            - db
      +            # - db
      
           redis:
               build: redis
      diff --git a/web/Dockerfile b/web/Dockerfile
      index bedbe4c..f9b0b0f 100644
      --- a/web/Dockerfile
      +++ b/web/Dockerfile
      @@ -14,7 +14,7 @@ RUN python2 /tmp/get-pip.py
       ################################################################################
       #    User configuration
      
      -RUN adduser --shell /bin/true --no-create-home --uid 999 --disabled-password --disabled-login icnml && \
      +RUN adduser --shell /bin/true --no-create-home --uid 1000 --disabled-password --disabled-login icnml && \
           sed -i -r "/^(icnml|root)/!d" /etc/group /etc/passwd && \
           sed -i -r 's#^(.*):[^:]*$#\1:/sbin/nologin#' /etc/passwd
      
      Submodule web/app ee3b668..81a7d19:
        > Merge branch 'feature/cnm/admin_all_marks_quality' into develop
      8d284a7e
    • Marco De Donno's avatar
      App update · 4ba6c16a
      Marco De Donno authored
      Submodule web/app 082293b..ee3b668:
        > Patch the configuration file
        > Add the REDIS_URL env variable
      4ba6c16a
  14. Jan 29, 2022
  15. Jan 28, 2022
  16. Dec 13, 2021
    • Marco De Donno's avatar
      App update · e8f8bc64
      Marco De Donno authored
      Submodule web/app 872953b..2c91346:
        > Merge branch 'feature/cnm/admin_all_marks_quality' into develop
      e8f8bc64
  17. Nov 18, 2021
    • Marco De Donno's avatar
      Lib update · 2f6a7e59
      Marco De Donno authored
      Submodule web/library/NIST 641e709..1ff8a20:
        > Merge branch 'develop' into feature/XML
      Submodule web/library/PiAnoS f016e86..48dc229:
        > Add the 'get_print_id' function
        > Add the 'get_user_group_id' function
      2f6a7e59
    • Marco De Donno's avatar
      App update · d860cc59
      Marco De Donno authored
      Submodule web/app cb10463..872953b:
        > Merge branch 'feature/cnm/admin_all_marks_quality' into develop
      Submodule web/library/NIST 641e709..1ff8a20:
        > Merge branch 'develop' into feature/XML
      Submodule web/library/PiAnoS f016e86..48dc229:
        > Add the 'get_print_id' function
        > Add the 'get_user_group_id' function
      d860cc59
  18. Nov 12, 2021
  19. Jul 17, 2021
  20. Jul 12, 2021
    • Marco De Donno's avatar
      App update · 9b623045
      Marco De Donno authored
      Submodule web/app contains modified content
      Submodule web/app 0fec9ab..cb10463:
        > Merge branch 'feature/cnm/split_incidentals_per_donor' into develop
        > Remove the link to the related files on the login page
      9b623045
  21. Jul 05, 2021
    • Marco De Donno's avatar
      App update · f608ff44
      Marco De Donno authored
      Submodule web/app contains modified content
      Submodule web/app d2e8056..0fec9ab:
        > Patch CNM images files to web standard
      f608ff44
  22. Jun 29, 2021
    • Marco De Donno's avatar
      App update · 22f1f525
      Marco De Donno authored
      Submodule web/app contains modified content
      Submodule web/app 8bd10d7..d2e8056:
        > Patch the creation of the thumbnail for the CNM image_auto_detect_format() function
      22f1f525
    • Marco De Donno's avatar
      App update · f2e6b060
      Marco De Donno authored
      Submodule web/app 3946b1f..8bd10d7:
        > Set the upload limit to 1014Mb for the CNM files
      f2e6b060
  23. Jun 28, 2021
    • Marco De Donno's avatar
      App update · f7499937
      Marco De Donno authored
      Submodule web/app ebc7654..3946b1f:
        > Merge branch 'patch/afis_add_incidental_marks_as_target_folder' into develop
      f7499937
    • Marco De Donno's avatar
      App update · 57d3cc0f
      Marco De Donno authored
      Submodule web/app 476d5a6..ebc7654:
        > Merge branch 'patch/afis_add_incidental_marks_as_target_folder' into develop
      57d3cc0f