{"id":13808131,"url":"https://github.com/beyondssl/sparkview-container","last_synced_at":"2025-05-14T02:31:42.076Z","repository":{"id":164011593,"uuid":"286987380","full_name":"beyondssl/sparkview-container","owner":"beyondssl","description":"Current repository of SparkView for Docker, globally distributed by beyond SSL GmbH.","archived":false,"fork":false,"pushed_at":"2024-11-11T07:12:56.000Z","size":190822,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-11-11T08:21:20.642Z","etag":null,"topics":["docker","remote-access","remote-control","remoteaccess","ztna"],"latest_commit_sha":null,"homepage":"https://www.beyondssl.com/en/products/sparkview/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beyondssl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-12T10:43:23.000Z","updated_at":"2024-11-11T07:13:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"8c75862f-1607-4627-bffe-836037234bbe","html_url":"https://github.com/beyondssl/sparkview-container","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondssl%2Fsparkview-container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondssl%2Fsparkview-container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondssl%2Fsparkview-container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondssl%2Fsparkview-container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beyondssl","download_url":"https://codeload.github.com/beyondssl/sparkview-container/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225273222,"owners_count":17448071,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","remote-access","remote-control","remoteaccess","ztna"],"created_at":"2024-08-04T01:01:35.689Z","updated_at":"2024-11-19T00:30:37.089Z","avatar_url":"https://github.com/beyondssl.png","language":"HTML","readme":"[![Static Badge](https://img.shields.io/badge/Maintained%3F-Yes-success)](https://support.beyondssl.com/en/) ![Static Badge](https://img.shields.io/badge/Snyk_security-monitored-8A2BE2) [![Static Badge](https://img.shields.io/badge/Version-6.2.0-blue)](https://www.beyondssl.com/en/products/sparkview/) [![Static Badge](https://img.shields.io/badge/%F0%9F%92%A1-Open_Documentation-blue?link=https%3A%2F%2Fdocs.sparkview.info%2F)](https://docs.sparkview.info/)\n\n# SparkView by beyond SSL\n\u003cimg alt=\"beyond SSL GmbH\" src=\"https://repository.beyondssl.com/images/beyondssl-200.svg\" width=\"200\"\u003e\n\nCurrent repository of SparkView for Docker, globally distributed by [beyond SSL GmbH](https://www.beyondssl.com/).\n\n## About SparkView\nSparkView is a smart and easy remote access solution that works from any device with a browser.\n\nNo VPN client needs to be installed, simply deploy the Docker image in your DMZ.\n\nAccess VMs, desktops, servers or applications anytime and from anywhere, without complex and costly client roll-outs or user management.\n\n**Key benefits of SparkView**\n* TLS security (SSL via RDP) and authentication on network level (NLA)\n* No data transmitted between client and application, just images\n* One single point of administration\n* Easy local printing, no installation and handling of printer drivers needed\n* Very fast and easy file transfer (drag \u0026 drop)\n* Copy and paste between the local client and remote applications\n* Supports Radius, SAML, SSO, 2FA\n* Flexible, stable and highly scalable (\u003e 10k users)\n* RDP, SSH, VNC and Telnet protocols are supported\n* No Java, No Flash, No ActiveX, No Plugin\n* and more\n\n**Check out this image for a first look and talk to us to learn about all the features and solutions offered by beyond SSL and SparkView (e.g. integrations with F5 and Pulse Secure)**\n\nFor more information, please [click here](https://www.beyondssl.com/en/products/sparkview/).\n\n## Possible tags\n* [latest](https://github.com/beyondssl/sparkview/blob/master/Dockerfile)\n\n## Dependencies\n* [OpenJDK](https://hub.docker.com/_/openjdk)\n\n## Quick usage guide\n### For use with docker-compose\nJust run `docker-compose up -d` from the same directory, where the `docker-compose.yaml` exists or reference to it, using the `-f` flag.\n\n### For use with Docker CLI\nThe following command will lead to a working instance on port 80:\u003cbr\u003e\n`docker run -p 80:80 beyondssl/sparkview`. Use `-d` flag for detached mode.\n\nFor use with HTTPS on port 443, use:\u003cbr\u003e\n`docker run -p 443:443 beyondssl/sparkview`. Use `-d` flag for detached mode.\n\n## Information\nFor quick starts via docker-compose, the following docker-compose.yaml is used by default:\n```\n---\nversion: '3'\n\nvolumes:\n  data:\n  conf:\n  keystore:\n  logs:\n\nservices:\n  sparkview:\n    image: 'beyondssl/sparkview:latest'\n    volumes:\n      - type: volume\n        source: data\n        target: /usr/local/bin/SparkGateway/data\n      - type: volume\n        source: conf\n        target: /usr/local/bin/SparkGateway/conf\n      - type: volume\n        source: keystore\n        target: /usr/local/bin/SparkGateway/keystore\n      - type: volume\n        source: logs\n        target: /usr/local/bin/SparkGateway/logs\n    ports:\n      - '80:80'\n      - '443:443'\n```","funding_links":[],"categories":["Docker Images"],"sub_categories":["Base Tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeyondssl%2Fsparkview-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeyondssl%2Fsparkview-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeyondssl%2Fsparkview-container/lists"}