-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/OP-171/publiccode-update
- Loading branch information
Showing
3 changed files
with
122 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
name: My Product Page Workflow | ||
|
||
on: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Deploy Product Github Page | ||
uses: OpenCatalogi/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
version: 2 | ||
|
||
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.11" | ||
|
||
# Build all formats | ||
formats: all | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
publiccodeYmlVersion: '0.1' | ||
name: commonground-gateway | ||
applicationSuite: null | ||
url: https://github.com/ConductionNL/commonground-gateway | ||
landingURL: https://conductor-gateway.app | ||
isBasedOn: null | ||
softwareVersion: null | ||
logo: https://avatars.githubusercontent.com/u/46676163?v=4 | ||
monochromeLogo: null | ||
platforms: | ||
- web | ||
releaseDate: 2021-08-2 | ||
categories: | ||
- collaboration | ||
- it-development | ||
developmentStatus: beta | ||
softwareType: !!! | ||
description: | ||
en: | ||
localisedName: CommonGateway | ||
genericName: null | ||
shortDescription: CommonGateway | ||
longDescription: "The Common Gateway repository provides a quick Kubernetes wrapper for the Common Gateway Symfony Bundle. In other words, it doesn't aim to be its own code base but simply contains the files needed to create Kubernetes images and Helm installers for the core bundle." | ||
documentation: https://conductor-gateway.app | ||
apiDocumentation: null | ||
features: [] | ||
screenshots: [] | ||
videos: [] | ||
awards: [] | ||
nl: | ||
localisedName: CommonGateway | ||
genericName: null | ||
shortDescription: CommonGateway | ||
longDescription: "De Common Gateway-repository biedt een snelle Kubernetes-wrapper voor de Common Gateway Symfony-bundel. Met andere woorden, het is niet bedoeld als een eigen codebasis, maar bevat eenvoudigweg de bestanden die nodig zijn om Kubernetes-images en Helm-installatieprogramma's voor de core bundle te maken." | ||
documentation: https://conductor-gateway.app | ||
apiDocumentation: null | ||
features: [] | ||
screenshots: [] | ||
videos: [] | ||
awards: [] | ||
intendedaudience: | ||
countries: | ||
- nl | ||
unsupportedCountries: [] | ||
scope: | ||
- government | ||
- local-authorities | ||
legal: | ||
license: EUPL-1.2-or-later | ||
mainCopyrightOwner: legal/authorsFile | ||
repoOwner: CommonGateway | ||
authorsFile: null | ||
maintenance: | ||
type: internal | ||
contractors: | ||
- name: Conduction | ||
until: 2035-01-01 | ||
email: info\x64conduction.nl | ||
website: https://www.conduction.nl | ||
contacts: | ||
- name: Ruben van der Linde | ||
email: info\x64conduction.nl | ||
phone: 085 303 6840 | ||
affiliation: Conduction | ||
localisation: | ||
localisationReady: true | ||
availableLanguages: | ||
- en | ||
- nl | ||
dependsOn: | ||
open: | ||
- name: CoreBundle | ||
versionMin: 1.2 | ||
versionMax: 1.3 | ||
version: 1.2.47 | ||
optional: false | ||
proprietary: | ||
- name: Docker | ||
versionMin: 24.0.6 | ||
version: 24.0.6 | ||
optional: false | ||
roadmap: null | ||
inputTypes: | ||
- application/json | ||
- application/xml | ||
- application/x-yaml | ||
outputTypes: | ||
- application/json | ||
- application/json+hal | ||
- application/json+ld | ||
- application/xml | ||
- application/x-yaml | ||
nl: | ||
countryExtensionVersion: null | ||
commonground: | ||
intendedOrganisations: [] | ||
installationType: null | ||
layerType: service | ||
gemma: | ||
bedrijfsfuncties: [] | ||
bedrijfsservices: [] | ||
applicatiefunctie: null | ||
model: null | ||
upl: [] | ||
downloadUrls: | ||
- https://github.com/ConductionNL/commonground-gateway/archive/refs/heads/main.zip |