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 [2023/10/01 13:32] stephdlstart [2026/08/06 09:19] (current) – [NethServer 8 (current)] stephdl
Line 1: Line 1:
 ==== Welcome on my Personal repository for Nethserver and SME Server ==== ==== Welcome on my Personal repository for Nethserver and SME Server ====
- 
 I'm Stephane de Labrusse, a French lover of Free Software and passionated by the rpm software development. You will find my RPMS with their wiki page to install them, some documentations, stay tuned. I'm Stephane de Labrusse, a French lover of Free Software and passionated by the rpm software development. You will find my RPMS with their wiki page to install them, some documentations, stay tuned.
  
 ==== You are looking for a Freelance, contact me==== ==== You are looking for a Freelance, contact me====
- 
 As a software developer and a system administrator on NethServer and SME Server, I could help you to fix your issues or to create the code you miss. As a software developer and a system administrator on NethServer and SME Server, I could help you to fix your issues or to create the code you miss.
- 
 You can contact me directly by : You can contact me directly by :
- 
   * [[stephdl@de-labrusse.fr|email: stephdl@de-labrusse.fr]]   * [[stephdl@de-labrusse.fr|email: stephdl@de-labrusse.fr]]
   * phone : +33 (0)675291918   * phone : +33 (0)675291918
   * Telegram: stephane_de_labrusse   * Telegram: stephane_de_labrusse
   * website https://stephane.de-labrusse.fr   * website https://stephane.de-labrusse.fr
- 
  
 ==== Donation ==== ==== Donation ====
- +All my development work is done in my free time and from my own expenses. The softwares are free for you, but not the hardware to develop them. If you consider my work as something helpful, thank you to kindly make a donation to my paypal account and allow me to continue paying my server and all associated costs.
-All my development work is done in my free time and from my own expenses. The softwares are free for you, but not the hardware to develop them. If you consider my work as something helpful, thank you to kindly make a donation to my paypal account and allow me to continue paying my server and all associated costs.  +
 Every euros make the difference, please consider the recurring donation if you earn your living with my softwares. Every euros make the difference, please consider the recurring donation if you earn your living with my softwares.
- 
 [[https://paypal.me/sdelabrusse|{{ :btn_donatecc_lg.gif?direct&200 |}}]] [[https://paypal.me/sdelabrusse|{{ :btn_donatecc_lg.gif?direct&200 |}}]]
- 
 \\ Objectif for 2023: 1000€ \\ Objectif for 2023: 1000€
- 
 \\ Donation for 2023: 100€ \\ Donation for 2023: 100€
 \\ Donation for 2022: 100€ \\ Donation for 2022: 100€
Line 31: Line 21:
 \\ Donation for 2019: 25€ \\ Donation for 2019: 25€
 \\ Donation for 2018: 0€ \\ Donation for 2018: 0€
- 
 Thank you Thank you
  
-==== Mirrors ====+==== NethServer 8 (current) ==== 
 +NS8 modules are now published on my own forge, not on the legacy mirror.
  
-List of [[https://mirror.de-labrusse.fr/mirmon|mirrors]] for my repository, thank a lot +Add my repository, see the [[https://docs.nethserver.org/projects/ns8/en/latest/modules.html#software-repositories|manual page]] and use this URL:
-====NethServer==== +
-See [[http://wiki.nethserver.org/doku.php?id=stephdl_repository|Stephdl Repository Installation]] and find **[[http://wiki.nethserver.org/doku.php?id=modules|my Modules]]**. For saving my time, only the documentation on the Nethserver wiki is updated.+
  
-Closed on 1 september 2015+<code> 
 +https://forge.de-labrusse.fr/ns8/updates/ 
 +</code>
  
-Reopened on the 24 September 2016 +Alternative URL (raw GitHub):
-====SME Server==== +
-See [[smeserver|SME Server Repository Installation]]  and all **my Contribs +
-** +
-====Documentation====+
  
-[[documentation|Documentation]] +<code> 
-====Repositories====+https://raw.githubusercontent.com/stephdl/ns8-stephdl/repomd/ns8/updates/ 
 +</code> 
 + 
 +Then install a module from the Software Center, or from the shell, e.g.:
  
-  * [[http://mirror.de-labrusse.fr/smeserver|Browse the SME Server repository]] +<code> 
-  * [[http://mirror.de-labrusse.fr/Sme-Server|Browse the SME Server Development Folder]] +add-module ghcr.io/stephdl/bigbluebutton:1.0.0 1 
-  * [[http://mirror.de-labrusse.fr/NethServer|Browse the NethServer repository]]  +</code>
-  * [[http://mirror.de-labrusse.fr/NethDev|Browse the NethServer Development Folder]] +
  
 +**List of modules available in this repository (always up to date, live from the forge):**
  
 +see https://forge.de-labrusse.fr
 +
 +<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 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]]
 +
 +==== Archives (legacy repositories) ====
 +The following repositories are kept for historical reference only, they are no longer actively maintained.
 +
 +  * **NethServer 7**
 +    * NS7 is dead, please upgrade to NS8.
 +    * [[http://wiki.nethserver.org/doku.php?id=stephdl_repository|Installation guide]]
 +    * [[http://mirror.de-labrusse.fr/NethServer|Browse the NethServer repository]]
 +    * [[http://mirror.de-labrusse.fr/NethDev|Browse the NethServer Development Folder]]
 +  * **NethServer 6**
 +    * Closed on 1 september 2015, reopened on 24 September 2016. Historical archive only.
 +    * [[http://wiki.nethserver.org/doku.php?id=modules|My Modules]]
 +  * **SME Server**
 +    * [[smeserver|SME Server Repository Installation]] and all **my Contribs**
 +    * [[http://mirror.de-labrusse.fr/smeserver|Browse the SME Server repository]]
 +    * [[http://mirror.de-labrusse.fr/Sme-Server|Browse the SME Server Development Folder]]
 +
 +====Documentation====
 +[[documentation|Documentation]]
  
start.1696167130.txt.gz · Last modified: by stephdl