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 07:10] stephdlstart [2026/08/06 09:19] (current) – [NethServer 8 (current)] stephdl
Line 22: Line 22:
 \\ Donation for 2018: 0€ \\ Donation for 2018: 0€
 Thank you Thank you
- 
-==== Mirrors ==== 
-List of [[https://mirror.de-labrusse.fr/mirmon|mirrors]] for my repository, thank a lot 
  
 ==== NethServer 8 (current) ==== ==== NethServer 8 (current) ====
Line 47: Line 44:
 </code> </code>
  
-**List of modules available in this repository:**+**List of modules available in this repository (always up to date, live from the forge):**
  
-^ Module        ^ Description                                                                    ^ Code / Guide ^ +see https://forge.de-labrusse.fr 
-| PostgreSQLv16 | PostgreSQL v16, free and open-source relational database                      | [[https://github.com/stephdl/ns8-postgresql16|Code]] | + 
-| PostgreSQLv18 | PostgreSQL v18, free and open-source relational database                      | [[https://github.com/stephdl/ns8-postgresql18|Code]] | +<HTML> 
-lamp          LAMP stack (Linux, Apache, MariaDB, PHPfor PHP web apps                     [[https://github.com/stephdl/ns8-lamp|Code]] | +<div id="ns8-modules">Chargement…</div> 
-| BigBlueButton | Web conferencing: audio, video, screen sharing, notes, recording              | [[https://github.com/stephdl/ns8-bigbluebutton|Code]] [[https://community.nethserver.org/t/ns8-bigbluebutton-1-0-0/28262|Guide]] | +<script> 
-| xwiki         | XWikifree and open source wiki platform                                     [[https://github.com/stephdl/ns8-xwiki|Code]] | +fetch('https://raw.githubusercontent.com/stephdl/ns8-stephdl/repomd/ns8/updates/repodata.json').then(r => r.json()).then(data => { 
-| ddclient      | Dynamic DNS updates for a wide range of DDNS services                        | [[https://github.com/stephdl/ns8-ddclient|Code]] +let rows = data.map(mod => { 
-| pihole        | Network-level ad and tracker blocking DNS sinkhole                            | [[https://github.com/stephdl/ns8-pihole|Code]] |+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 repository, see 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]]
-Full metadata: [[https://raw.githubusercontent.com/stephdl/ns8-stephdl/repomd/ns8/updates/repodata.json|repodata.json]] 
  
 ==== Archives (legacy repositories) ==== ==== Archives (legacy repositories) ====
Line 79: Line 88:
 ====Documentation==== ====Documentation====
 [[documentation|Documentation]] [[documentation|Documentation]]
 +
start.1786000249.txt.gz · Last modified: by stephdl