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

Target

Select target project
  • ViaLactea/vlkb-soda
1 result
Select Git revision
Show changes
Commits on Source (2)
......@@ -2,7 +2,7 @@
## vlkb-soda
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.
......
......@@ -72,6 +72,7 @@ RUN groupadd --gid 1002 admin \
COPY start-soda.sh /home/admin/start-soda.sh
RUN chown admin:admin /home/admin/start-soda.sh
RUN chown admin:admin /srv/cutouts
USER admin
WORKDIR /home/admin
......