{"id":13466058,"url":"https://github.com/nextcloud/spreedme-snap","last_synced_at":"2025-10-19T23:31:55.397Z","repository":{"id":66341470,"uuid":"69130231","full_name":"nextcloud/spreedme-snap","owner":"nextcloud","description":":phone: :package: Snap to enable users to chat and make audio/video calls using Spreed.ME from within Nextcloud","archived":false,"fork":false,"pushed_at":"2017-09-06T08:03:55.000Z","size":44,"stargazers_count":11,"open_issues_count":2,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T06:34:40.155Z","etag":null,"topics":["audio-call","communication","nextcloud","snap","video-call","webrtc"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nextcloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-09-24T22:10:56.000Z","updated_at":"2023-06-01T13:04:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"0ce9d191-7d86-47bb-95db-7fc094786b3a","html_url":"https://github.com/nextcloud/spreedme-snap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nextcloud/spreedme-snap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextcloud%2Fspreedme-snap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextcloud%2Fspreedme-snap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextcloud%2Fspreedme-snap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextcloud%2Fspreedme-snap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nextcloud","download_url":"https://codeload.github.com/nextcloud/spreedme-snap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextcloud%2Fspreedme-snap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279941862,"owners_count":26248369,"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","status":"online","status_checked_at":"2025-10-19T02:00:07.647Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["audio-call","communication","nextcloud","snap","video-call","webrtc"],"created_at":"2024-07-31T15:00:38.677Z","updated_at":"2025-10-19T23:31:55.132Z","avatar_url":"https://github.com/nextcloud.png","language":"Python","funding_links":[],"categories":["Themes"],"sub_categories":["Images"],"readme":"# Spreed.ME snap\n\n## Description\n\nChat and make audio/video calls straight from Nextcloud using [Spreed WebRTC](https://github.com/strukturag/spreed-webrtc/) on Ubuntu Snappy.\n\nIf you are a company wanting a secure and private alternative for online communication make sure to check out the [Spreedbox](http://spreedbox.com/), providing a ready to use hardware with Spreed.ME included.\n\n## Maintainers\n\n* [Simon Eisenmann](https://github.com/longsleep)\n* [Olivier Paroz](https://github.com/oparoz)\n\n## Compilation\n\n*Prerequisite: You need to have both snapcraft and snapd installed. See https://snapcraft.io*\n\nDownload the source\n\n`$ git clone https://github.com/nextcloud/spreedme-snap`\n\nCompile the snap\n\n```bash\n$ cd spreedme-snap\n$ sudo snapcraft\n```\n\nInstall it locally\n\n`$ sudo snap install spreedme_0.29.2snap1-1_amd64.snap --force-dangerous`\n\n*Note: Replace the filename with the one which has been generated*\n\n## Installation\n\nThis downloads the app from the Ubuntu app store\n\n`$ sudo snap install spreedme`\n\n## How to use\n\n### 1. Set up your reverse proxy\n\nYou need to configure your reverse proxy so that Nextcloud can communicate with the snap\n\n#### Apache\n\nMake sure the following modules are installed\n\n* mod_proxy\n* mod_proxy_http\n* mod_proxy_wstunnel\n\nAdd an entry in your Nextcloud virtualhost which points the /webrtc directory to the Spreed.ME snap.\n\n```\n\t\u003cLocation /webrtc\u003e\n\t\tProxyPass http://127.0.0.1:8080/webrtc\n\t\tProxyPassReverse /webrtc\n\t\u003c/Location\u003e\n\n\t\u003cLocation /webrtc/ws\u003e\n\t\tProxyPass ws://127.0.0.1:8080/webrtc/ws\n\t\u003c/Location\u003e\n\n\tProxyVia On\n\tProxyPreserveHost On\n\tRequestHeader set X-Forwarded-Proto 'https' env=HTTPS\n```\n\n### 2. Install the Spreed.ME app\n\n#### From the app store\n\n1. Go to the app store inside Nextcloud\n1. Enable experimental apps support (wheel icon, bottom left)\n1. Click on \"Tools\" in the left sidebar\n1. Scroll down until you see the Spreed.ME app\n\n#### From the command line (not recommended)\n\nGo to the Nextcloud sub-folder where you install your apps\n\n**Install via Git**\n\nClone the Spreed.ME Nextcloud app or download it from https://github.com/strukturag/nextcloud-spreedme/releases\n```bash\ngit clone https://github.com/strukturag/nextcloud-spreedme.git spreedme\n```\n\n**Install via wget**\n\n```bash\n$ wget https://github.com/strukturag/nextcloud-spreedme/archive/v0.3.6.tar.gz\n$ tar zxvf v0.3.6.tar.gz\n$ mv nextcloud-spreedme-0.3.6 spreedme\n$ sudo -u www-data php /var/www/nextcloud/occ app:enable spreedme\n```\n\n*Note: You need to adjust the version number*\n\n### 3. Configure the Spreed.ME app\n\n1. Go to the admin panel, click on Spreed.ME on the left side-bar\n1. Click on \"Generate Spreed WebRTC config\"\n1. Copy-paste the random string next to \"sharedsecret_secret\" for later use\n1. Edit the Spreed me configuration file located at:\n`/var/snap/spreedme/current/server.conf`\n1. In the [users] section, add the shared secret copy-pasted from earlier, like this\n`sharedsecret_secret = bb04fb058e2d7fd19c5bdaa129e7883195f73a9c49414a7eXXXXXXXXXXXXXXXX`\n1. Restart Spreed.ME. On a system using systemd, this can be done like this:\n`$ systemctl restart snap.spreedme.spreed-webrtc.service`\n\n### 4. Start spreeding!\n\n1. Open the Spreed.ME app in the apps menu\n1. Authorise your browser to send your notifications and to use your microphone and camera\n1. Ask other users to come and have a chat\n\n#### Additional features\n\n* You can create rooms and share the link to other Nextcloud users on the same instance\n* You can define the video quality in the settings panel, after clicking on the wheels icon, top right\n\n### Nextcloud VM\nThis snap is included in the [Nextcloud VM](https://github.com/nextcloud/vm) and installed when you boot for the first time.\n\n----\nSpreed WebRTC \u0026 Spreed.ME (c)2017 struktur AG\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextcloud%2Fspreedme-snap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnextcloud%2Fspreedme-snap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextcloud%2Fspreedme-snap/lists"}