This platform allows the read-only sharing of data produced on RRZE's HPC systems and located on /home/saturn
, /home/titan
, or /home/vault
with (external) collaborators.
The HPC team of RRZE operates the infrastructure, however, all content is at the only responsibility of the individual HPC users.
The service is provided as-is on a best effort basis without further guarantees and may be stopped at any time at short notice. Therefore, do not publish the links directly but use some PID service (e.g. DOI) where you can change the target URL later on if needed.
/home/saturn/grp/usr/my-data/sharing/
)chmod a+rX -R /home/saturn/grp/usr/my-data/sharing/
)chmod a+X /home/saturn/grp/usr/
).htaccess
file which grants permissions (either to everyone or to specific users; see examples below).htaccess
everyone will get 403 errors only.https://hpc-mover.rrze.uni-erlangen.de/HPC-Data/0x7b58aefb/some-hash-value/
index.html
files in the sharing directory will be ignoredFor further information contact support-hpc@fau.de.
AuthType None Require all granted
AuthUserFile /home/saturn/grp/usr/.htpasswd AuthName "SimData" AuthType Basic # allow any user from the .htpasswd file Require valid-user
The .htpasswd
file can be generated using htpasswd
(e.g. on csnhr
).
AuthUserFile /home/saturn/grp/usr/.htpasswd AuthName "SimData" AuthType Basic # only allow the two named users which must be listed in the .htpasswd file Require user max_mueller franz_huber