diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..6dbdbea --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +forge.nethserver.org diff --git a/index.md b/index.md new file mode 100644 index 0000000..50d4b77 --- /dev/null +++ b/index.md @@ -0,0 +1,15 @@ +# NethForge modules index for NS8 + +This is the official NethForge NS8 index of modules. + +Metadata are built every 4 hours at 00:25, 06:25 ,12:25, 18:25 UTC and on each commit to the `main` branch. + +If you want to add a module to this repository, just follow the +[instructions](https://nethserver.github.io/ns8-core/modules/new_module/#step-5-publish-to-ns8-software-repository) +for `ns8-repomd`, finally open the pull request here! + +To use the modules listed here as NS8 repository, see the [manual +page](https://docs.nethserver.org/projects/ns8/en/latest/modules.html#software-repositories) +and set the following URL: + + https://forge.nethserver.org/ns8/updates/ diff --git a/ns8/updates/repodata.json b/ns8/updates/repodata.json new file mode 100644 index 0000000..18eb01e --- /dev/null +++ b/ns8/updates/repodata.json @@ -0,0 +1 @@ +[{"name":"sogo","description":{"en":"SOGo is a free and modern scalable groupware server."},"logo":"logo.png","screenshots":["screenshots/screen1.png"],"categories":["collaboration"],"authors":[{"name":"stephane de Labrusse","email":"stephdl@de-labrusse.fr"}],"docs":{"documentation_url":"https://docs.nethserver.org/projects/ns8/en/latest/sogo.html","bug_url":"https://github.com/NethServer/dev","code_url":"https://github.com/NethServer/ns8-sogo"},"versions":[{"tag":"1.0.0-beta.1","testing":true,"labels":{"io.buildah.version":"1.23.1","org.nethserver.authorizations":"traefik@node:routeadm mail@any:mailadm","org.nethserver.images":"docker.io/mariadb:10.11.6 ghcr.io/nethserver/sogo-server:5.9.0","org.nethserver.rootfull":"0","org.nethserver.tcp-ports-demand":"1"}}],"id":"sogo","source":"ghcr.io/nethserver/sogo"},{"name":"scratchpad","description":{"en":"A blank module for sysadmins that want to start from scratch"},"logo":null,"screenshots":[],"categories":["development"],"authors":[{"name":"Davide Principi","email":"davide.principi@nethesis.it"}],"docs":{"documentation_url":"https://davideprincipi.github.io/scratchpad-slides/#/","bug_url":"https://github.com/DavidePrincipi/ns8-scratchpad","code_url":"https://github.com/DavidePrincipi/ns8-scratchpad"},"versions":[{"tag":"1.0.0","testing":false,"labels":{"io.buildah.version":"1.23.1"}}],"id":"scratchpad","source":"ghcr.io/davideprincipi/scratchpad"}] \ No newline at end of file diff --git a/ns8/updates/scratchpad/metadata.json b/ns8/updates/scratchpad/metadata.json new file mode 100644 index 0000000..d813381 --- /dev/null +++ b/ns8/updates/scratchpad/metadata.json @@ -0,0 +1,21 @@ +{ + "name": "scratchpad", + "description": { + "en": "A blank module for sysadmins that want to start from scratch" + }, + "categories": [ + "development" + ], + "authors": [ + { + "name": "Davide Principi", + "email": "davide.principi@nethesis.it" + } + ], + "docs": { + "documentation_url": "https://davideprincipi.github.io/scratchpad-slides/#/", + "bug_url": "https://github.com/DavidePrincipi/ns8-scratchpad", + "code_url": "https://github.com/DavidePrincipi/ns8-scratchpad" + }, + "source": "ghcr.io/davideprincipi/scratchpad" +} \ No newline at end of file diff --git a/ns8/updates/sogo/logo.png b/ns8/updates/sogo/logo.png new file mode 100644 index 0000000..2efcc1d Binary files /dev/null and b/ns8/updates/sogo/logo.png differ diff --git a/ns8/updates/sogo/metadata.json b/ns8/updates/sogo/metadata.json new file mode 100644 index 0000000..4460c46 --- /dev/null +++ b/ns8/updates/sogo/metadata.json @@ -0,0 +1,21 @@ +{ + "name": "sogo", + "description": { + "en": "SOGo is a free and modern scalable groupware server." + }, + "categories": [ + "collaboration" + ], + "authors": [ + { + "name": "stephane de Labrusse", + "email": "stephdl@de-labrusse.fr" + } + ], + "docs": { + "documentation_url": "https://docs.nethserver.org/projects/ns8/en/latest/sogo.html", + "bug_url": "https://github.com/NethServer/dev", + "code_url": "https://github.com/NethServer/ns8-sogo" + }, + "source": "ghcr.io/nethserver/sogo" +} diff --git a/ns8/updates/sogo/screenshots/screen1.png b/ns8/updates/sogo/screenshots/screen1.png new file mode 100644 index 0000000..17d172e Binary files /dev/null and b/ns8/updates/sogo/screenshots/screen1.png differ