Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • main
  • 1.5.11
  • 1.5.12
  • 1.5.13
  • 1.5.14
  • 1.6.1
  • 1.6.2
  • 1.6.3
  • 1.7.0
  • 1.7.1
  • 1.7.10
  • 1.7.11
  • 1.7.12
  • 1.7.13
  • 1.7.14
  • 1.7.2
  • 1.7.3
  • 1.7.4
  • 1.7.5
  • 1.7.6
  • 1.7.7
  • 1.7.8
  • 1.7.9
  • 1.8.0
  • 1.8.1
  • 1.8.2
  • 1.8.3
27 results

Target

Select target project
  • ViaLactea/vlkb-soda
1 result
Select Git revision
  • main
  • 1.5.11
  • 1.5.12
  • 1.5.13
  • 1.5.14
  • 1.6.1
  • 1.6.2
  • 1.6.3
  • 1.7.0
  • 1.7.1
  • 1.7.10
  • 1.7.11
  • 1.7.12
  • 1.7.13
  • 1.7.14
  • 1.7.2
  • 1.7.3
  • 1.7.4
  • 1.7.5
  • 1.7.6
  • 1.7.7
  • 1.7.8
  • 1.7.9
  • 1.8.0
  • 1.8.1
  • 1.8.2
  • 1.8.3
27 results
Show changes
Commits on Source (2)
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
## vlkb-soda ## vlkb-soda
is a web-application to access astronomical data stored in FITS-files. is a web-application to access astronomical data stored in FITS-files.
It implements [IVOA SODA v1.0](https://ivoa.net/documents/SODA/20170517/index.html) and it supports security by OpenIDConnect/OAuth2.0 and protects connections by TLS. It implements [IVOA SODA v1.0](https://ivoa.net/documents/SODA/20170517/index.html) and it supports security by OpenIDConnect/OAuth2.0.
When used with [vlkb-siav2](https://ict.inaf.it/gitlab/ViaLactea/vlkb-siav2) they provide complete data-discovery and access solution. When used with [vlkb-siav2](https://ict.inaf.it/gitlab/ViaLactea/vlkb-siav2) they provide complete data-discovery and access solution.
......
...@@ -72,6 +72,7 @@ RUN groupadd --gid 1002 admin \ ...@@ -72,6 +72,7 @@ RUN groupadd --gid 1002 admin \
COPY start-soda.sh /home/admin/start-soda.sh COPY start-soda.sh /home/admin/start-soda.sh
RUN chown admin:admin /home/admin/start-soda.sh RUN chown admin:admin /home/admin/start-soda.sh
RUN chown admin:admin /srv/cutouts
USER admin USER admin
WORKDIR /home/admin WORKDIR /home/admin
......