User Tools

Site Tools


start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
start [2026/08/06 09:15] – [Documentation] stephdlstart [2026/08/06 09:19] (current) – [NethServer 8 (current)] stephdl
Line 48: Line 48:
 see https://forge.de-labrusse.fr see https://forge.de-labrusse.fr
  
-{{url>https://forge.de-labrusse.fr900px,600px}}+<HTML> 
 +<div id="ns8-modules">Chargement…</div> 
 +<script> 
 +fetch('https://raw.githubusercontent.com/stephdl/ns8-stephdl/repomd/ns8/updates/repodata.json').then(r => r.json()).then(data => { 
 +let rows = data.map(mod => { 
 +let desc = (mod.description && mod.description.en) || ''; 
 +let latest = (mod.versions && mod.versions[0] && mod.versions[0].tag) || ''; 
 +let code = (mod.docs && mod.docs.code_url) || '#'; 
 +let doc = (mod.docs && mod.docs.documentation_url) || code; 
 +return '<tr><td>' + mod.name + '</td><td>' + latest + '</td><td>' + desc + '</td><td><a href="' + code + '">Code</a> / <a href="' + doc + '">Doc</a></td></tr>'; 
 +}).join(''); 
 +document.getElementById('ns8-modules').innerHTML = '<table border="1" cellpadding="5"><tr><th>Module</th><th>Version</th><th>Description</th><th>Liens</th></tr>' + rows + '</table>'; 
 +}).catch(() => document.getElementById('ns8-modules').innerText = 'Impossible de charger la liste des modules.'); 
 +</script> 
 +</HTML> 
 + 
 +**Note:** some of my modules are not published on this personal forge but are maintained by me directly inside **NethForge**, the official NethServer community repository. For example, [[https://github.com/stephdl/ns8-lamp|ns8-lamp]] (LAMP stack) has moved there after community review. 
 + 
 +To browse all NethForge modules (including mine), see the [[https://forge.nethserver.org/|NethForge index]] or add it as a repositorysee the [[https://docs.nethserver.org/projects/ns8/en/latest/modules.html#software-repositories|manual page]].
  
 Bugs and issues: [[https://github.com/stephdl/dev/issues|Raise a bug]] Bugs and issues: [[https://github.com/stephdl/dev/issues|Raise a bug]]
start.1786007746.txt.gz · Last modified: by stephdl