Your Arcsecond Oort server (open-source and available on GitHub).

{% if context.isAuthenticated %} username: @{$ context.username $}, organisation: {$ context.organisation or '-' $}, role: {$ context.role or '-' $}, {% if context.organisation %} {% if context.role %} uploading to api.arcsecond.io/{$ context.organisation $}/ (organisation account, portal). {% else %} no membership found for organisaion {$ context.organisation or '-' $} uploading to api.arcsecond.io (Personal account) {% endif %} {% else %} uploading to api.arcsecond.io (Personal account) {% endif %} {% else %} Login first with arcsecond ($ arcsecond login), then refresh this page. {% endif %}
Observed folder: {$ context.folder $} Maximum Simultaneous Uploads: 3
{% if context.isAuthenticated %}
{{ state.message }}
Active Uploads ({{uploads.length}})
Filename Size Status Progress Started Ended Duration Error
{{upload.filename}} {{upload.filesize / 1000}} kB {{upload.status}}
{{Math.round(upload.progress)}}%
{{upload.started}} {{upload.ended}} {{upload.duration}} s {{upload.error}}
There are no active uploads.
Finished Uploads ({{finished_uploads.length}})
Filename Size (kB) Status Started Ended Duration Error
{{upload.filename}} {{upload.filesize / 1000}} kB {{upload.status}} {{upload.started}} {{upload.ended}} {{upload.duration}} s {{upload.error}}
There are no inactive / past uploads.
{% endif %}