Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .github/workflows/publiccodeyml-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Validate publiccode.yml

on:
push:
paths:
- "publiccode.yml"
- ".github/workflows/publiccode.yml"
pull_request:
paths:
- "publiccode.yml"
- ".github/workflows/publiccode.yml"

permissions: {}

jobs:
validate:
runs-on: ubuntu-latest
permissions:
contents: read
name: publiccode.yml validation
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5

- uses: italia/publiccode-parser-action@21086c73ec0563e14c6748787efa1b34b025ad8c # v1
with:
publiccode: "publiccode.yml"
no-network: true
12 changes: 8 additions & 4 deletions publiccode.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
publiccodeYmlVersion: '0.4'
publiccodeYmlVersion: '0'
name: Eyevinn Open Intercom Manager
applicationSuite: Eyevinn Open Source Cloud
url: https://github.com/Eyevinn/intercom-manager.git
landingUrl: https://www.osaas.io/use-cases/intercom
url: https://github.com/Eyevinn/intercom-manager
landingURL: https://www.osaas.io/use-cases/intercom
softwareVersion: 1.2.0
releaseDate: 2025-04-02
logo: https://www.osaas.io/images/osc-logo.svg
Expand All @@ -14,7 +14,7 @@ categories:
- voip
usedBy:
- Sveriges Television
developmnentStatus: stable
developmentStatus: stable
softwareType: standalone/backend
description:
en:
Expand All @@ -24,6 +24,10 @@ description:
Eyevinn Open Intercom Manager is a low latency, web based, open source, high quality, voice-over-ip intercom solution.
It is designed to be used in broadcast and media production environments, where low latency and high quality audio are critical.
The solution is built on top of WebRTC technology and provides a user-friendly interface for managing intercom channels and users.
features:
- Low latency WebRTC voice communication
- Web based intercom channels
- User and channel management
documentation: https://docs.osaas.io/osaas.wiki/Service%3A-Intercom.html
legal:
license: MIT
Expand Down
Loading